Establish a well-known URI for discovery #19
earth2marsh
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Media type registration for OpenAPI and JSON Schema is under way https://ietf-wg-httpapi.github.io/mediatypes/draft-ietf-httpapi-rest-api-mediatypes.html If we create a well-known identifier identifier it is worth considering using the IETF syntax for well known resources https://www.rfc-editor.org/rfc/rfc8615 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
People should be able to discover by convention whether a description document exists, such as
/openapi.yaml
or just use/openapi
and provide YAML by default and allow content-negotiation if you prefer another format.Might also be wise to finally register media types, like
application/openapi+json
andapplication/openapi+yaml
?Beta Was this translation helpful? Give feedback.
All reactions