mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-02-13 09:12:46 +00:00
20 lines
352 B
JSON
20 lines
352 B
JSON
{
|
|
"key": "source",
|
|
"type": "semiCombo",
|
|
"icon": "source",
|
|
"universal": true,
|
|
"label": "Sources",
|
|
"snake_case": false,
|
|
"caseSensitive": true,
|
|
"options": [
|
|
"survey",
|
|
"local knowledge",
|
|
"gps",
|
|
"aerial imagery",
|
|
"streetlevel imagery"
|
|
],
|
|
"terms": [
|
|
"reference"
|
|
]
|
|
}
|