mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-15 13:38:02 +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",
|
||||
|
||||
@@ -18,6 +18,6 @@
|
||||
"irish bar"
|
||||
],
|
||||
"locationSet": {
|
||||
"exclude": ["IE"]
|
||||
"exclude": ["ie"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user