Merge pull request #598 from openstreetmap/schema-builder-v5

upgrade to schema-builder v5
This commit is contained in:
Martin Raifer 2022-10-13 18:44:25 +02:00 committed by GitHub
commit 99a08744a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 14 additions and 62 deletions

View file

@ -25,7 +25,6 @@
"addr:suburb",
"addr:unit"
],
"icon": "address",
"label": "Address",
"strings": {
"placeholders": {

View file

@ -2,8 +2,8 @@
"key": "building:levels",
"type": "number",
"minValue": 0,
"label": "Building Levels",
"placeholder": "2, 4, 6...",
"label": "{building/levels}",
"placeholder": "{building/levels}",
"prerequisiteTag": {
"key": "building",
"valueNot": "no"

View file

@ -1,5 +1,5 @@
{
"key": "colour",
"type": "text",
"type": "colour",
"label": "Color"
}

View file

@ -1,7 +1,6 @@
{
"key": "contact:webcam",
"type": "url",
"icon": "website",
"label": "Webcam URL",
"placeholder": "http://example.com/"
}

View file

@ -1,7 +1,6 @@
{
"key": "ele",
"type": "number",
"icon": "elevation",
"label": "Elevation (Meters)",
"geometry": [
"line",

View file

@ -1,7 +1,6 @@
{
"key": "ele",
"type": "number",
"icon": "elevation",
"label": "Elevation (Meters)",
"universal": true,
"geometry": [

View file

@ -2,7 +2,6 @@
"key": "note",
"type": "textarea",
"universal": true,
"icon": "note",
"label": "Note",
"terms": [
"comment"

View file

@ -1,7 +1,7 @@
{
"key": "payment:",
"type": "multiCombo",
"label": "Payment Types",
"label": "{payment_multi}",
"prerequisiteTag": {
"key": "fee",
"valueNot": "no"

View file

@ -1,7 +1,6 @@
{
"key": "phone",
"type": "tel",
"icon": "maki-telephone",
"label": "Telephone",
"placeholder": "+31 42 123 4567",
"terms": [

View file

@ -3,7 +3,6 @@
"geometry": [
"vertex"
],
"icon": "iD-restrictions",
"usage": "manual",
"reference": {
"rtype": "restriction"

View file

@ -1,7 +1,6 @@
{
"key": "source",
"type": "semiCombo",
"icon": "source",
"universal": true,
"label": "Sources",
"snake_case": false,

View file

@ -1,7 +1,6 @@
{
"key": "website",
"type": "url",
"icon": "website",
"placeholder": "https://example.com",
"label": "Website",
"terms": [

View file

@ -8,7 +8,6 @@
"no": "No"
}
},
"icon": "maki-wheelchair",
"label": "Wheelchair Access",
"terms": [
"handicap access"

View file

@ -5,7 +5,6 @@
"wikipedia"
],
"type": "wikidata",
"icon": "wikipedia",
"universal": true,
"label": "Wikidata"
}

View file

@ -5,7 +5,6 @@
"wikidata"
],
"type": "wikipedia",
"icon": "wikipedia",
"universal": true,
"label": "Wikipedia"
}