OpenDRR / opendrr-api

REST API for OpenDRR data / API REST pour les données OpenDRR
MIT License
4 stars 7 forks source link

Add opendrr psra canada #211

Closed jvanulde closed 2 years ago

jvanulde commented 2 years ago

@drotheram will this close or address https://github.com/OpenDRR/opendrr-api/issues/193?

drotheram commented 2 years ago

Yes it should

@anthonyfok do you know the command to auto-fix these linting errors?

jvanulde commented 2 years ago

@drotheram I patched the OPENAPI linter errors. Most of the errors had to do with a 'long' type for a variable. @wkhchow Did we change a variable type to 'long' recently? This type is not supported in OPENAPI so I had to manually change it to 'number'.

wkhchow commented 2 years ago

That's odd. Only recent var change was the varchar to float. https://github.com/OpenDRR/model-factory/issues/118