Skip to content

Commit 278b044

Browse files
committed
Update for schema-builder 3.0.0
1 parent f33fc44 commit 278b044

File tree

107 files changed

+5471
-12266
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+5471
-12266
lines changed

data/fields/access_simple.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"type": "combo",
44
"label": "Allowed Access",
55
"options": ["yes", "permissive", "private", "customers", "permit", "no"],
6+
"autoSuggestions" : false,
67
"terms": [
78
"permitted",
89
"private",

data/fields/addr/interpolation.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@
99
"odd": "Odd",
1010
"alphabetic": "Alphabetic"
1111
}
12-
}
12+
},
13+
"autoSuggestions" : false,
14+
"customValues" : false
1315
}

data/fields/aerialway/access.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88
"exit": "Exit",
99
"both": "Both"
1010
}
11-
}
11+
},
12+
"autoSuggestions" : false,
13+
"customValues" : false
1214
}

data/fields/aerialway/summer/access.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88
"exit": "Exit",
99
"both": "Both"
1010
}
11-
}
11+
},
12+
"autoSuggestions" : false,
13+
"customValues" : false
1214
}

data/fields/baby_feeding.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"no": "None"
1010
}
1111
},
12+
"autoSuggestions" : false,
13+
"customValues" : false,
1214
"terms": [
1315
"baby feeding",
1416
"breastfeeding",

data/fields/camera/type.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88
"panning": "Panning",
99
"dome": "Dome"
1010
}
11-
}
11+
},
12+
"autoSuggestions" : false,
13+
"customValues" : false
1214
}

data/fields/content.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"key": "content",
33
"type": "combo",
44
"label": "Content",
5-
"options": ["silage", "water", "oil", "fuel", "slurry", "gas", "manure", "sewage"]
5+
"options": ["silage", "water", "oil", "fuel", "slurry", "gas", "manure", "sewage"],
6+
"autoSuggestions" : false
67
}

data/fields/conveying.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"backward": "Backward",
99
"reversible": "Reversible"
1010
}
11-
}
12-
11+
},
12+
"autoSuggestions" : false,
13+
"customValues" : false
1314
}

data/fields/crane/type.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88
"floor-mounted_crane": "Floor-mounted Crane",
99
"travel_lift": "Travel Lift"
1010
}
11-
}
11+
},
12+
"autoSuggestions" : false,
13+
"customValues" : false
1214
}

data/fields/departures_board.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@
99
"realtime": "Realtime",
1010
"no": "None"
1111
}
12-
}
12+
},
13+
"autoSuggestions" : false,
14+
"customValues" : false
1315
}

0 commit comments

Comments
 (0)