Skip to main content

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

list-schema

List Schema Type

object (List Schema)

List Schema Properties

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

id

Unique identifier for the list

id

  • is optional

  • Type: string (Id)

  • cannot be null

  • defined in: List Schema

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

Items Type

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

one (and only one) of