Schema Type
FINDS THE SCHEMA USING SCHEMA TYPE
Returns Schema by Schema Type
GET /schemas/system/entity/{schemaEntity}
Finds the schema using Schema Type.
Path Parameters
Name
Type
Description
schemaEntity*
String
Schema Type
{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Schema'
}{
    // Response
}{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
}Schema not found.Last updated