Skip to content
Snippets Groups Projects
Commit 5a48a729 authored by Patrick Roe's avatar Patrick Roe
Browse files

Update putfdmvalidate.json

parent db92a43f
No related branches found
No related tags found
No related merge requests found
......@@ -41,11 +41,20 @@
}
},
"definitions" : {
"putfdmvalidate##data##errors" : {
"properties" : {
"errors" : {
"type" : "string"
}
}
}
"putfdmvalidate##data##attributes" : {
"properties" : {
"errors" : {
"type" : "array",
"items" : {}
"items" : {
"$ref" : "#/definitions/putfdmvalidate##errors"
}
},
"valid" : {
"type" : "boolean"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment