mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-03-19 09:23:39 +00:00
add "unknown" as possible value for access fields
This commit is contained in:
@@ -44,6 +44,10 @@
|
||||
"permit": {
|
||||
"title": "Permit",
|
||||
"description": "Access allowed only with a valid permit or license"
|
||||
},
|
||||
"unknown": {
|
||||
"title": "Unknown",
|
||||
"description": "Access conditions are unknown or unclear"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
"permissive": "Permissive",
|
||||
"customers": "Customers Only",
|
||||
"permit": "By Permit Only",
|
||||
"unknown": "Unknown",
|
||||
"no": "None"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user