mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-07 05:27:50 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"key": "dog",
|
||||
"type": "combo",
|
||||
"label": "Dogs",
|
||||
"strings": {
|
||||
"options": {
|
||||
"yes": "Allowed",
|
||||
"leashed": "Leashed Only",
|
||||
"no": "Not Allowed"
|
||||
}
|
||||
},
|
||||
"terms": [
|
||||
"animals",
|
||||
"pets"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user