31 lines
621 B
JSON
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
|
|
}
|