Array
An array of items of the same type
Specification
spec
Type
Specification
{
"name": "tags",
"spec": {
"type": "text",
"label": "Tag"
},
"type": "array",
"label": "Tags"
}{
"name": "contacts",
"spec": [
{
"name": "email",
"type": "email",
"label": "Email"
},
{
"name": "name",
"type": "text",
"label": "Name"
}
],
"type": "array",
"label": "Contacts"validate
Parameter
Type
Specification



mode

labels
Parameter
Type
Specification
Examples
Primitive array

Complex array

Complex array with labeled collections

Amount of items

Custom labels

Last updated

