mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-02-12 16:52:45 +00:00
17 lines
275 B
JSON
17 lines
275 B
JSON
{
|
|
"key": "dog",
|
|
"type": "combo",
|
|
"label": "Dogs",
|
|
"strings": {
|
|
"options": {
|
|
"yes": "Allowed",
|
|
"leashed": "Leashed Only",
|
|
"no": "Not Allowed"
|
|
}
|
|
},
|
|
"terms": [
|
|
"animals",
|
|
"pets"
|
|
]
|
|
}
|