For the complete documentation index, see llms.txt. This page is also available as Markdown.

API for Returning Schema Tree

Returns schema tree.

GET /schema/{schemaId}/tree

Returns schema tree.

Path Parameters

Name
Type
Description

schemaId*

String

Schema identifier

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

Was this helpful?