Skip to main content

betaThis is a new capability. Help us improve it and give your feedback on Slack.

component-schema

Component Schema Type

object (Component Schema)

Component Schema Properties

PropertyTypeRequiredNullableDefined by
idstringOptionalcannot be nullComponent Schema
typestringRequiredcannot be nullComponent Schema
shortDescriptionstringOptionalcannot be nullComponent Schema
nameMergedOptionalcan be nullComponent Schema
titleMergedOptionalcan be nullComponent Schema
hintstringOptionalcannot be nullComponent Schema
optionsobjectOptionalcannot be nullComponent Schema
schemaobjectOptionalcannot be nullComponent Schema
liststringOptionalcannot be nullComponent Schema
Additional PropertiesAnyOptionalcan be null

id

Unique identifier for the component

id

Id Type

string (Id)

id Constraints

UUID: the string must be a UUID, according to RFC 4122

type

Component type (TextField, RadioButtons, DateField, etc.)

type

Type

string (Type)

shortDescription

Brief description of the component purpose

shortDescription

Short Description Type

string (Short Description)

name

The name value.

name

  • is optional

  • Type: any of the following: array or boolean or number or object or string (Name)

  • can be null

  • defined in: Component Schema

Name Type

any of the following: array or boolean or number or object or string (Name)

one (and only one) of

title

The title value.

title

  • is optional

  • Type: any of the following: array or boolean or number or object or string (Title)

  • can be null

  • defined in: Component Schema

Title Type

any of the following: array or boolean or number or object or string (Title)

one (and only one) of

hint

Additional guidance text displayed below the component title

hint

Hint Type

string (Hint)

options

Component-specific configuration options

options

Options Type

object (Options)

options Default Value

The default value is:

{}

schema

Validation rules for the component

schema

Schema Type

object (Schema)

schema Default Value

The default value is:

{}

list

Reference to a predefined list of options for select components

list

List Type

string (List)

Additional Properties

Additional properties are allowed and do not have to follow a specific schema