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

Update putfdmvalidate.json

parent a025e9fa
No related branches found
No related tags found
No related merge requests found
......@@ -41,12 +41,22 @@
}
},
"definitions" : {
"putfdmvalidate##data##attributes" : {
"putfdmvalidate##data##attributes##errors" : {
"properties" : {
"errorCode" : {
"type" : "string"
},
"errorMessage" : {
"type" : "string"
}
}
},
"uwmil_t2_FDM_validation_2##data##attributes" : {
"properties" : {
"errors" : {
"type" : "array",
"items" : {
"type" : "string"
"$ref" : "#/definitions/putfdmvalidate##data##attributes##errors"
}
},
"valid" : {
......
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