The attributes for creating or updating a form version.

Hierarchy

  • UpsertFormVersionDataAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
dataDefinition: FormDataDefinition

A JSON Schema definition that describes the form's data fields.

The state of a form version.

uiDefinition: FormUiDefinition

UI configuration for rendering form fields, including widget overrides, field ordering, and themes.

Concurrency control parameters for the form version upsert operation.

Generated using TypeDoc