Collection
An object with key: value pairs
Specification
spec
{
"name": "myCollection",
"type": "collection",
"label": "My Collection",
"spec": [
{
"name": "email",
"type": "email"
},
{
"name": "phone",
"type": "text"
}
]
}sequence
Examples
Simple collection

Collection in a collection

Last updated

