mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-14 23:30:20 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"key": "surveillance:type",
|
||||
"type": "combo",
|
||||
"label": "Surveillance Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"camera": "Camera",
|
||||
"guard": "Guard",
|
||||
"ALPR": "Automatic License Plate Reader"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "surveillance:zone",
|
||||
"type": "combo",
|
||||
"label": "Surveillance Zone"
|
||||
}
|
||||
Reference in New Issue
Block a user