List content

Learn how to define content for lists.

This content type defines lists of items such as tags, images, or products for list schemas.

Examples

Here are some examples of content definitions for lists:

12345678910111213141516171819
{
"type": "list",
"items": [
{
"type": "text",
"value": {
"type": "static",
"value": "Unlimited projects"
}
},
{
"type": "text",
"value": {
"type": "static",
"value": "Unlimited users"
}
}
]
}

Properties

These are the supported properties for lists:

type
string

The type of the value. Always list for lists.

items

The items of the list, where each item is a content definition.