id-tagging-schema/data/fields/shooting.json
2021-09-25 23:14:11 -07:00

12 lines
230 B
JSON

{
"key": "shooting",
"type": "semiCombo",
"label": "Type",
"strings": {
"options": {
"rifle": "Rifle",
"clay_pigeon": "Clay Pigeon",
"pistol": "Pistol"
}
}
}