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