Skip to main content

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

form-definition-schema-properties-lists-lists-item

Items Type

object (Lists Item)

items Properties

PropertyTypeRequiredNullableDefined by
idstringOptionalcannot be nullForm Definition Schema
namestringRequiredcannot be nullForm Definition Schema
titlestringRequiredcannot be nullForm Definition Schema
typestringRequiredcannot be nullForm Definition Schema
itemsMergedOptionalcan be nullForm Definition Schema

id

Unique identifier for the list

id

Id Type

string (Id)

id Constraints

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

name

Name used to reference this list from components

name

Name Type

string (Name)

title

Human-readable title for the list

title

Title Type

string (Title)

type

Data type for list values (string or number)

type

Type

string (Type)

type Constraints

enum: the value of this property must be equal to one of the following values:

ValueExplanation
"string"
"number"

items

The items value.

items

  • is optional

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

  • can be null

  • defined in: Form Definition Schema

Items Type

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

one (and only one) of