Skip to main content

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

list-schema-v2

List Schema V2 Type

object (List Schema V2)

List Schema V2 Properties

PropertyTypeRequiredNullableDefined by
namestringRequiredcannot be nullList Schema V2
titlestringRequiredcannot be nullList Schema V2
typestringRequiredcannot be nullList Schema V2
itemsMergedOptionalcan be nullList Schema V2
idstringOptionalcannot be nullList Schema V2

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: List Schema V2

Items Type

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

one (and only one) of

id

Unique identifier for the list

id

Id Type

string (Id)

id Constraints

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