Files
2026-01-19 17:46:06 +01:00

31 lines
621 B
JSON

{
"fields": {
"name": {
"type": "varchar",
"required": true,
"maxLength": 255
},
"lower": {
"type": "varchar",
"required": true,
"index": true
},
"invalid": {
"type": "bool"
},
"optOut": {
"type": "bool"
},
"primary": {
"type": "bool",
"notStorable": true
}
},
"links": {},
"collection": {
"orderBy": "name",
"order": "asc"
},
"hooksDisabled": true
}