From 66dcb1b0a665155c445c556f758082fd618a611d Mon Sep 17 00:00:00 2001 From: SAJIDA SIDDIQUI <sajida.siddiqui@wisc.edu> Date: Wed, 20 Mar 2024 14:12:53 -0500 Subject: [PATCH] Delete alma_invoice_fdm_validation_swagger.json --- .../alma_invoice_fdm_validation_swagger.json | 70 ------------------- 1 file changed, 70 deletions(-) delete mode 100644 ASP-IICS-Team/Alma-Workday/alma_invoice_fdm_validation_swagger.json diff --git a/ASP-IICS-Team/Alma-Workday/alma_invoice_fdm_validation_swagger.json b/ASP-IICS-Team/Alma-Workday/alma_invoice_fdm_validation_swagger.json deleted file mode 100644 index e0fbe2e..0000000 --- a/ASP-IICS-Team/Alma-Workday/alma_invoice_fdm_validation_swagger.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "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 -- GitLab