Update to schema-builder 2.0.0 (close #53, close #54)

This commit is contained in:
Quincy Morgan 2020-11-25 14:43:33 -05:00
parent 92334ad054
commit 4359caf7ef
180 changed files with 201035 additions and 7900 deletions

View file

@ -4,7 +4,9 @@
"label": "GNIS Feature ID",
"urlFormat": "https://geonames.usgs.gov/apex/f?p=gnispq:3:::NO::P3_FID:{value}",
"pattern": "^[0-9]{1,}$",
"countryCodes": ["us"],
"locationSet": {
"include": ["US"]
},
"terms": [
"Federal Geographic Names Information Service",
"United States Board on Geographic Names",

View file

@ -1,6 +1,6 @@
{
"key": "maxspeed",
"type": "maxspeed",
"type": "roadspeed",
"label": "Speed Limit",
"placeholder": "40, 50, 60..."
}

View file

@ -1,6 +1,6 @@
{
"key": "maxspeed:advisory",
"type": "maxspeed",
"type": "roadspeed",
"label": "Advisory Speed Limit",
"placeholder": "40, 50, 60..."
}

View file

@ -1,6 +1,6 @@
{
"key": "minspeed",
"type": "maxspeed",
"type": "roadspeed",
"label": "Minimum Speed Limit",
"placeholder": "20, 30, 40..."
}

View file

@ -1,5 +1,7 @@
{
"countryCodes": ["gb", "ie"],
"locationSet": {
"include": ["GB", "IE"]
},
"key": "real_fire",
"type": "check",
"label": "Real Fire",

View file

@ -2,9 +2,11 @@
"key": "ref:vatin",
"type": "identifier",
"label": "VAT ID Number",
"notCountryCodes": [
"ao", "ai", "bm", "bt", "io", "vg", "bn", "ky", "km", "cu", "dj", "er", "fk", "gi", "gg", "hk", "iq", "ki", "xk", "kw", "lr", "ly", "mo", "mv", "mh", "fm", "ms", "mm", "nr", "kp", "om", "pw", "pn", "qa", "sh", "sm", "st", "sb", "so", "gs", "ss", "sr", "sz", "sy", "tl", "tc", "tv", "us", "va", "ye"
],
"locationSet": {
"exclude": [
"ao", "ai", "bm", "bt", "io", "vg", "bn", "ky", "km", "cu", "dj", "er", "fk", "gi", "gg", "hk", "iq", "ki", "xk", "kw", "lr", "ly", "mo", "mv", "mh", "fm", "ms", "mm", "nr", "kp", "om", "pw", "pn", "qa", "sh", "sm", "st", "sb", "so", "gs", "ss", "sr", "sz", "sy", "tl", "tc", "tv", "us", "va", "ye"
]
},
"terms": [
"value added tax identification number",
"vatin"