26 lines
443 B
JSON
26 lines
443 B
JSON
{
|
|
"fields": {
|
|
"name": {
|
|
"type": "varchar",
|
|
"required": true
|
|
},
|
|
"lower": {
|
|
"type": "varchar",
|
|
"required": true,
|
|
"index": true
|
|
},
|
|
"invalid": {
|
|
"type": "bool"
|
|
},
|
|
"optOut": {
|
|
"type": "bool"
|
|
}
|
|
},
|
|
"links": {
|
|
},
|
|
"collection": {
|
|
"sortBy": "name",
|
|
"asc": true
|
|
}
|
|
}
|