-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Structural improvements: enhance schemes, host and basePath handling #686
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
Comments
@arno-di-loreto Have you seen this PR? It partially addresses what you are looking for. However, it doesn't explicitly attempt to address the environments problem, although you could use it to do that. Personally, I would prefer to see environments dealt with in something like apis.json rather than increase the scope of the OpenAPI spec even further. |
@darrelmiller I've checked issues but not PR (doh!). |
parent #560 |
We've decided to not support environments. As @darrelmiller mentioned, this is covered by #646, but also covered by #604. The main difference is that #646 needs to be applied to #604 as the structure. Since this is work in progress, we've decided to iterate at the end and clean such things out. However, for easier tracking I'll open a ticket to help us track such changes. |
On OpenAPI spec current version,
schemes
,host
andbasePath
are handled this wayWith current version:
Proposed enhancement
1 - Create a new
urls
object:2 - use this new object in paths and its sub-levels (cf. OAI/sig-moonwalk#115 )
The text was updated successfully, but these errors were encountered: