mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-18 17:17:13 +02:00
Add Population Date and Population Source fields (#261)
* Added Population Date and Population Source fields * drop icon Co-authored-by: Martin Raifer <martin@raifer.tech>
This commit is contained in:
co-authored by
Martin Raifer
parent
130e5dd756
commit
1b29e3b965
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"key": "source:population",
|
||||
"type": "combo",
|
||||
"label": "Population Source",
|
||||
"prerequisiteTag": {
|
||||
"key": "population"
|
||||
},
|
||||
"snake_case": false,
|
||||
"caseSensitive": true,
|
||||
"terms": [
|
||||
"census",
|
||||
"population reference"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user