API for Returning Schema Tree
Returns schema tree.
Path Parameters
Name
Type
Description
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'Last updated