Returns Schema by Type

FINDING SCHEMA USING JSON DOCUMENT

Returns Schema by Type

GET /schemas/type/{type}

Finds the schema using the json document type.

Path Parameters

NameTypeDescription

type

String

JSON type

{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Schema'
}

Last updated