Files
id-tagging-schema-b/data/fields/dog.json
2024-08-04 21:09:59 +08:00

20 lines
381 B
JSON

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