-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Add support for different execution environment, e.g. sandbox #641
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
I assume both |
@webron Yes, definitely. It would be really strange to produce different titles for |
@webron I also think if you introduce support for multiple hosts you need to support marking default. I also think one host SHOULD be marked as default. |
JSON Schema constraints shouldn't dictate the spec. JSON Schema cannot and will not be able to fully validate the spec anyways, so it's a non-issue. |
Many APIs have multiple environments for execution of the same calls.
Examples are sandbox, geographical locations(to minimise latency), different instances of the same service, etc.
Currently, it impossible to describe multiple environments in the same document but @fehguy proposal from #640 to add array of hosts to spec:
It seems like good solution for this problem, but it missing few essential details:
title
fielddescription
fieldThe text was updated successfully, but these errors were encountered: