Returns Schema by Type
Last updated
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
}{
// Response
}{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}Last updated