Skip to main content
POST
Get dynamic schema

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uuid
string<uuid>
required

Connector identifier.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$
slug
string
required

Dynamic schema slug.

Body

application/json

Request body schema.

params
any
required

Parameters for schema generation.

Response

Successful response

schema
any

Generated JSON schema.

uiSchema
UI schema · object

Generated UI schema.