GET /schemas/type/{type}
GET
/schemas/type/{type}
Finds the schema using the json document type.
type
String
JSON type
{ content: application/json: schema: $ref: '#/components/schemas/Schema' }
{ // Response }
{ content: application/json: schema: $ref: '#/components/schemas/Error' }