id-tagging-schema/data/fields/dog.json
2025-08-10 12:32:54 +03:00

21 lines
475 B
JSON

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