mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-25 05:40:51 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"key": "volcano:status",
|
||||
"type": "combo",
|
||||
"label": "Volcano Status",
|
||||
"strings": {
|
||||
"options": {
|
||||
"active": "Active",
|
||||
"dormant": "Dormant",
|
||||
"extinct": "Extinct"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"key": "volcano:type",
|
||||
"type": "combo",
|
||||
"label": "Volcano Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"stratovolcano": "Stratovolcano",
|
||||
"shield": "Shield",
|
||||
"scoria": "Scoria"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user