{ "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" } }