mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-06-05 22:46:34 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "camera:direction",
|
||||
"type": "number",
|
||||
"label": "Direction (Degrees Clockwise)",
|
||||
"placeholder": "45, 90, 180, 270"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "camera:mount",
|
||||
"type": "combo",
|
||||
"label": "Camera Mount"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"key": "camera:type",
|
||||
"type": "combo",
|
||||
"label": "Camera Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"fixed": "Fixed",
|
||||
"panning": "Panning",
|
||||
"dome": "Dome"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user