Fix data/presets/amenity/ticket_validator format#391
Fix data/presets/amenity/ticket_validator format#391tyrasd merged 4 commits intoopenstreetmap:mainfrom quotquot:main
Conversation
|
Thanks! FYI: The file was also missing the |
|
Thanks to you and other for this fantastic work. I found these errors because I have a tool that processes the schema. Besides the errors fixed by the PR, my tool also choked up on {
"emergency": "water_tank",
"natural": "water",
"water": "reservoir"
}and {
"emergency": "water_tank",
"landuse": "reservoir"
}but they are the same in |
data/presets/amenity/ticket_validatoris not valid JSON, with trailing commas and a dangling curly bracket. This PR fixes these issues.