Skip to content

Commit f0c506c

Browse files
authored
Standardize field terms (#1760)
1 parent 95fab6d commit f0c506c

20 files changed

+56
-56
lines changed

data/fields/caravans.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"type": "check",
44
"label": "Campervan / Camping Trailer",
55
"terms": [
6-
"Camper",
7-
"Camper Trailer",
8-
"Caravan",
9-
"Tourer"
6+
"camper",
7+
"camper trailer",
8+
"caravan",
9+
"tourer"
1010
]
1111
}

data/fields/check_date.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"placeholder": "YYYY-MM-DD",
66
"universal": true,
77
"terms": [
8-
"survey date",
9-
"last survey date"
8+
"last survey date",
9+
"survey date"
1010
]
1111
}

data/fields/circumference.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"snake_case": false,
66
"placeholder": "1 m, 20 cm, 30\"",
77
"terms": [
8-
"DBH",
8+
"dbh",
99
"diameter at breast height"
1010
]
1111
}

data/fields/crossing_raised.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"terms": [
66
"flat top",
77
"hump",
8-
"speed",
9-
"slow"
8+
"slow",
9+
"speed"
1010
],
1111
"strings": {
1212
"options": {

data/fields/descent.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "number",
55
"label": "Total Descent",
66
"terms": [
7-
"descent",
8-
"cumulative elevation"
7+
"cumulative elevation",
8+
"descent"
99
]
1010
}

data/fields/diet_multi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"type": "multiCombo",
44
"label": "Diet Types",
55
"terms": [
6-
"gluten free",
76
"fruitarian",
7+
"gluten free",
88
"halal",
99
"kosher",
1010
"lactose free",

data/fields/fhrs/id-GB.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
]
1111
},
1212
"terms": [
13-
"Food Hygiene Rating Scheme",
14-
"Food Hygiene Rating System",
15-
"Food Standards Agency"
13+
"food hygiene rating scheme",
14+
"food hygiene rating system",
15+
"food standards agency"
1616
]
1717
}

data/fields/fuel/fuel_multi.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,20 @@
3737
"autoSuggestions": true,
3838
"caseSensitive": true,
3939
"terms": [
40-
"diesel",
41-
"gas",
42-
"gasoline",
43-
"petrol",
44-
"ethanol",
4540
"biodiesel",
4641
"bioethanol",
42+
"cng",
43+
"diesel",
44+
"ethanol",
4745
"fuel",
4846
"fuel mix",
49-
"mixture",
50-
"propane",
47+
"gas",
48+
"gasoline",
49+
"lng",
5150
"lpg",
52-
"cng",
53-
"lng"
51+
"mixture",
52+
"petrol",
53+
"propane"
5454
],
5555
"locationSet": {
5656
"exclude": [

data/fields/gnis/feature_id-US.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
]
1111
},
1212
"terms": [
13-
"Federal Geographic Names Information Service",
14-
"United States Board on Geographic Names",
15-
"USA"
13+
"federal geographic names information service",
14+
"united states board on geographic names",
15+
"usa"
1616
]
1717
}

data/fields/irrigation_pivot.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"label": "Center-Pivot Irrigation",
55
"terms": [
66
"central pivot irrigation",
7-
"water wheel",
8-
"circle irrigation"
7+
"circle irrigation",
8+
"water wheel"
99
],
1010
"strings": {
1111
"options": {

0 commit comments

Comments
 (0)