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

Update putfdmvalidate_new.json

parent f472d497
No related branches found
No related tags found
No related merge requests found
...@@ -40,13 +40,23 @@ ...@@ -40,13 +40,23 @@
} }
} }
}, },
"definitions" : { "definitions" : {
"putfdmvalidate##data##attributes##errors" : {
"properties" : {
"errorCode" : {
"type" : "string"
},
"errorMessage" : {
"type" : "string"
}
}
},
"putfdmvalidate##data##attributes" : { "putfdmvalidate##data##attributes" : {
"properties" : { "properties" : {
"errors" : { "errors" : {
"type" : "array", "type" : "array",
"items" : { "items" : {
"type" : "string" "type" : "$ref" : "#/definitions/putfdmvalidate##data##attributes##errors"
} }
}, },
"valid" : { "valid" : {
...@@ -82,20 +92,38 @@ ...@@ -82,20 +92,38 @@
"company" : { "company" : {
"type" : "string" "type" : "string"
}, },
"fund" : { "activity" : {
"type" : "string" "type" : "string"
}, },
"costCenter" : { "costCenter" : {
"type" : "string" "type" : "string"
}, },
"fund" : {
"type" : "string"
},
"function" : { "function" : {
"type" : "string" "type" : "string"
}, },
"gift" : {
"type" : "string"
},
"grant" : {
"type" : "string"
},
"ledgerAccount" : { "ledgerAccount" : {
"type" : "string" "type" : "string"
}, },
"program" : { "program" : {
"type" : "string" "type" : "string"
},
"project" : {
"type" : "string"
},
"revenueCategory" : {
"type" : "string"
},
"spendCategory" : {
"type" : "string"
} }
} }
}, },
......
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