id-tagging-schema/data/fields/dog.json
2022-01-25 14:28:05 +01:00

18 lines
332 B
JSON

{
"key": "dog",
"type": "combo",
"label": "Dogs",
"strings": {
"options": {
"yes": "Allowed",
"leashed": "Leashed Only",
"no": "Not Allowed"
}
},
"autoSuggestions": false,
"customValues": false,
"terms": [
"animals",
"pets"
]
}