Last updated 11 months ago
GET /schema/{schemaId}/tree
GET
/schema/{schemaId}/tree
Returns schema tree.
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'