Returns all child schemas
GET /schema/{schemaId}/deletionPreview
Returns all child schemas
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
schemaId
string
Schema ID
topicId
string
Policy topic Id
Response
description: Schema deletion preview.
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SchemaDeletionPreviewDTO'{
  description: Unauthorized.
}{
description: Forbidden.
}{
description: Internal server error.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalServerErrorDTO'
}Last updated