mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-06-06 06:53:53 +02:00
Make location codes lowercase
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"urlFormat": "https://geonames.usgs.gov/apex/f?p=gnispq:3:::NO::P3_FID:{value}",
|
||||
"pattern": "^[0-9]{1,}$",
|
||||
"locationSet": {
|
||||
"include": ["US"]
|
||||
"include": ["us"]
|
||||
},
|
||||
"terms": [
|
||||
"Federal Geographic Names Information Service",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"locationSet": {
|
||||
"include": ["GB", "IE"]
|
||||
"include": ["gb", "ie"]
|
||||
},
|
||||
"key": "real_fire",
|
||||
"type": "check",
|
||||
|
||||
Reference in New Issue
Block a user