mattrbld/.mattrbld/schemas/organization.json

63 lines
1.2 KiB
JSON

{
"fields": [
{
"type": "id",
"icon": "hash",
"key": "id",
"label": "Unique ID",
"options": {
"type": "uuid",
"idTemplate": "",
"editable": false
},
"tab": "Untitled Tab",
"validation": {
"required": true
},
"value": null,
"version": 3,
"visibility": {
"hidden": false,
"showByValue": {
"field": null
}
}
},
{
"type": "text",
"default": null,
"icon": "text-input",
"key": "text",
"label": "Unformatted Text",
"localised": false,
"options": {
"wrapping": true,
"multiline": false
},
"tab": "Untitled Tab",
"validation": {
"enforceMinMax": true,
"max": null,
"min": null,
"regex": null,
"regexError": null,
"required": false,
"unit": "length"
},
"value": null,
"version": 1,
"visibility": {
"hidden": false,
"showByValue": {
"field": null
}
}
}
],
"tabs": [
{
"label": "Untitled Tab",
"groupAs": null
}
]
}