diff --git a/EI-IICS-Team/SSN_POC/POST_cert.json b/EI-IICS-Team/SSN_POC/POST_cert.json new file mode 100644 index 0000000000000000000000000000000000000000..98ba558b5d29b37a0fc941fad0407974fb2e92da --- /dev/null +++ b/EI-IICS-Team/SSN_POC/POST_cert.json @@ -0,0 +1,93 @@ +{ + "swagger" : "2.0", + "info" : { + "description" : null, + "version" : "1.0.0", + "title" : null, + "termsOfService" : null, + "contact" : null, + "license" : null + }, + "host" : "mock.api.wisc.edu", + "basePath" : "/people", + "schemes" : [ "https" ], + "paths" : { + "/certificates" : { + "get" : { + "tags" : [ "POST_cert" ], + "summary" : null, + "description" : null, + "operationId" : "POST_cert", + "produces" : [ "application/json" ], + "consumes" : [ "application/json" ], + "parameters" : [ ], + "responses" : { + "200" : { + "description" : "successful operation", + "schema" : { + "$ref" : "#/definitions/POST_cert" + } + } + } + } + } + }, + "definitions" : { + "POST_cert##data##attributes" : { + "properties" : { + "certificate" : { + "type" : "string" + }, + "createdDate" : { + "type" : "string" + }, + "expirationDate" : { + "type" : "string" + }, + "startDate" : { + "type" : "string" + } + } + }, + "POST_cert##data##links" : { + "properties" : { + "self" : { + "type" : "string" + } + } + }, + "POST_cert##data" : { + "properties" : { + "attributes" : { + "$ref" : "#/definitions/POST_cert##data##attributes" + }, + "id" : { + "type" : "string" + }, + "links" : { + "$ref" : "#/definitions/POST_cert##data##links" + }, + "type" : { + "type" : "string" + } + } + }, + "POST_cert##links" : { + "properties" : { + "self" : { + "type" : "string" + } + } + }, + "POST_cert" : { + "properties" : { + "data" : { + "$ref" : "#/definitions/POST_cert##data" + }, + "links" : { + "$ref" : "#/definitions/POST_cert##links" + } + } + } + } +} \ No newline at end of file