Skip to content
Snippets Groups Projects
Commit 2dc026ea authored by Jared Balkman's avatar Jared Balkman
Browse files

Update docs/AssetWorks-validate-funding.json

parent d9b7f8a6
No related branches found
No related tags found
No related merge requests found
...@@ -18,17 +18,9 @@ ...@@ -18,17 +18,9 @@
"summary" : null, "summary" : null,
"description" : null, "description" : null,
"operationId" : "validate-funding", "operationId" : "validate-funding",
"produces" : [ "application/vnd.api+json" ], "produces" : [ "application/json" ],
"consumes" : [ "application/vnd.api+json" ], "consumes" : [ "application/x-www-form-urlencoded" ],
"parameters" : [ { "parameters" : [ ],
"name" : "body",
"in" : "body",
"description" : null,
"required" : false,
"schema" : {
"$ref" : "#/definitions/validate-funding_Request##body"
}
} ],
"responses" : { "responses" : {
"200" : { "200" : {
"description" : "successful operation", "description" : "successful operation",
...@@ -86,77 +78,6 @@ ...@@ -86,77 +78,6 @@
"$ref" : "#/definitions/validate-funding##data" "$ref" : "#/definitions/validate-funding##data"
} }
} }
},
"validate-funding_Request##body##data##attributes##lines" : {
"properties" : {
"costCenter" : {
"type" : "string"
},
"fund" : {
"type" : "string"
},
"functionId" : {
"type" : "string"
},
"ledgerAccount" : {
"type" : "string"
},
"projectType" : {
"type" : "string"
},
"project" : {
"type" : "string"
},
"program" : {
"type" : "string"
},
"spendCategory" : {
"type" : "string"
}
}
},
"validate-funding_Request##body##data##attributes" : {
"properties" : {
"company" : {
"type" : "string"
},
"accountingDate" : {
"type" : "string"
},
"ledger" : {
"type" : "string"
},
"lines" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/validate-funding_Request##body##data##attributes##lines"
}
}
}
},
"validate-funding_Request##body##data" : {
"properties" : {
"type" : {
"type" : "string"
},
"attributes" : {
"$ref" : "#/definitions/validate-funding_Request##body##data##attributes"
}
}
},
"validate-funding_Request##body" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/validate-funding_Request##body##data"
}
}
},
"validate-funding_Request" : {
"properties" : {
"body" : {
"$ref" : "#/definitions/validate-funding_Request##body"
}
}
} }
} }
} }
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