API for Returning Schema Tree
Was this helpful?
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: objectcontent:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'Was this helpful?
Was this helpful?