⚙ī¸Returning Schema Tree API

Returns schema tree.

GET /schema/{schemaId}/tree

Returns schema tree.

Path Parameters

NameTypeDescription

schemaId*

String

Schema Identifier

content:
            application/json:
              schema:
                type: object
                properties:
                  name:
                    type: string
                  type:
                    type: string
                  children:
                    type: array
                    items:
                      type: object

Last updated