mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-02-16 02:32:47 +00:00
14 lines
276 B
JSON
14 lines
276 B
JSON
{
|
|
"key": "reservation",
|
|
"type": "combo",
|
|
"label": "Reservations",
|
|
"strings": {
|
|
"options": {
|
|
"yes": "Accepted",
|
|
"no": "Not Accepted",
|
|
"required": "Required",
|
|
"recommended": "Recommended"
|
|
}
|
|
}
|
|
}
|