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
}Schema not found.{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
}Last updated