id-tagging-schema/data/fields/dog.json
2020-11-05 11:30:34 -05:00

16 lines
275 B
JSON

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