{ "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" } } } } }