mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-10 06:48:39 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "siren:purpose",
|
||||
"type": "combo",
|
||||
"label": "Purpose"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"key": "siren:type",
|
||||
"type": "combo",
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"pneumatic": "Pneumatic",
|
||||
"electronic": "Electronic",
|
||||
"other": "Other"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user