Skip to content
Snippets Groups Projects
Commit 66dcb1b0 authored by SAJIDA SIDDIQUI's avatar SAJIDA SIDDIQUI
Browse files

Delete alma_invoice_fdm_validation_swagger.json

parent 48e30c11
No related branches found
No related tags found
No related merge requests found
{
"swagger" : "2.0",
"info" : {
"description" : null,
"version" : "1.0.0",
"title" : null,
"termsOfService" : null,
"contact" : null,
"license" : null
},
"host" : "api.wisc.edu",
"basePath" : "/finance",
"schemes" : [ "https" ],
"paths" : {
"/validateFdm" : {
"get" : {
"tags" : [ "alma_invoice_fdm_validation_swagger" ],
"summary" : null,
"description" : null,
"operationId" : "alma_invoice_fdm_validation_swagger",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/alma_invoice_fdm_validation_swagger"
}
}
}
}
}
},
"definitions" : {
"alma_invoice_fdm_validation_swagger##data##attributes" : {
"properties" : {
"errors" : {
"type" : "string"
},
"valid" : {
"type" : "boolean"
}
}
},
"alma_invoice_fdm_validation_swagger##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/alma_invoice_fdm_validation_swagger##data##attributes"
},
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"alma_invoice_fdm_validation_swagger" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/alma_invoice_fdm_validation_swagger##data"
}
}
}
}
}
}
\ No newline at end of file
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