GET /schema/{schemaId}/tree
GET
/schema/{schemaId}/tree
Returns schema tree.
schemaId*
String
Schema identifier
content: application/json: schema: type: object properties: name: type: string type: type: string children: type: array items: type: object
content: application/json: schema: $ref: '#/components/schemas/InternalServerErrorDTO'
Last updated 9 months ago