The schema is of type object
.
Was this page helpful?
{
"name": "An example name",
"enabled": true,
"required": true,
"fieldType": "text",
"validationRules": {
"unique": true,
"regex": "^0x",
"validOptions": [
{
"label": "small"
},
{
"label": "medium"
},
{
"label": "large"
}
],
"checkboxText": "Agree to the terms and conditions"
},
"position": 123
}