-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added openAPI for 3.0 #145
Conversation
models/openapi/v3.0/openapi.yaml
Outdated
@@ -0,0 +1,201 @@ | |||
--- | |||
openapi: 3.1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Swagger seems to be having a strange issue with validating 3.1.0
swagger-api/swagger-editor#4798. If you input the openapi.yml at https://editor.swagger.io/ it will give you an error. Unless there is a major reason to use 3.1.0 we should use 3.0.3
like in the v2.3 openapi
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Swaggerhub does not seem to have this problem, but there is no major reason for the change. I'll revert
…have problems with 3.1.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you 🙏
Closes #144
Added the openAPI file for GBFS 3.0