Open
Description
would it make sense to recommend best practices for how an API should make its OpenAPI description (and potentially additional documentation) discoverable? we don't know how exactly an API is designed, but if it uses/supports hypermedia, we could recommend to use the link relations proposed here: https://tools.ietf.org/html/draft-wilde-service-link-rel
we might add text such as:
- If an API wants to make its OAI description discoverable from the API itself, it is recommended to use the "service-desc" link relation.
- If an API wants to make its external documentation discoverable from the API itself (the documentation that may be linked from the OpenAPI object via the "externalDocs" field), it is recommended to use the "service-doc" link relation.
i'd be more than happy to make a PR to that effect, but first wanted to raise an issue and discuss it.