Last updated 2 years ago
GET /schemas/type/{type}
GET
/schemas/type/{type}
Finds the schema using the json document type.
{ content: application/json: schema: $ref: '#/components/schemas/Schema' }
{ // Response }
{ content: application/json: schema: $ref: '#/components/schemas/Error' }