Skip to main content

Generate JSON Schema dynamically.​

Generate JSON Schema dynamically.

Request Body

Body is the request payload to create a form definition dynamic schema

  • attributes object
  • formDefinitionId string

    FormDefinitionID is a unique guid identifying this form definition

  • description string

    Description is the form definition dynamic schema description text

  • id string

    ID is a unique identifier

  • type string

    Type is the form definition dynamic schema type

  • versionNumber int64

    VersionNumber is the form definition dynamic schema version number

Responses

Returns a form elements dynamic schema


Schema
  • outputSchema object

    OutputSchema holds a JSON schema generated dynamically

Loading...