Skip to content

Commit 334c25c

Browse files
authored
fix eco_labels required properties (#160)
1 parent 9389347 commit 334c25c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

v2.3/vehicle_types.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
"description": " Name of the eco label. Added in v2.3.",
8181
"type": "string"
8282
}
83-
}
84-
},
85-
"required": ["country_code", "eco_sticker"]
83+
},
84+
"required": ["country_code", "eco_sticker"]
85+
}
8686
},
8787
"max_range_meters": {
8888
"description":

v3.0/vehicle_types.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
"description": " Name of the eco label. Added in v2.3.",
8181
"type": "string"
8282
}
83-
}
84-
},
85-
"required": ["country_code", "eco_sticker"]
83+
},
84+
"required": ["country_code", "eco_sticker"]
85+
}
8686
},
8787
"max_range_meters": {
8888
"description":

v3.1-RC/vehicle_types.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
"description": " Name of the eco label. Added in v2.3.",
8181
"type": "string"
8282
}
83-
}
84-
},
85-
"required": ["country_code", "eco_sticker"]
83+
},
84+
"required": ["country_code", "eco_sticker"]
85+
}
8686
},
8787
"max_range_meters": {
8888
"description":

0 commit comments

Comments
 (0)