Skip to main content

Generate JSON Schema dynamically.

POST 

/form-definitions/forms-action-dynamic-schema

experimental

This API is currently in an experimental state. The API is subject to change based on feedback and further testing. You must include the X-SailPoint-Experimental header and set it to true to use this endpoint.

Generate JSON Schema dynamically.

Request

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

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

    property name* any

    OutputSchema holds a JSON schema generated dynamically

Loading...