Where to register new specification extension namespaces? #4566
Closed
DavidBiesack
started this conversation in
General
Replies: 4 comments
|
OK, I see my error. My new namespace appears in http://127.0.0.1:4000/registry/namespace/index.html I'll update these instructions in my PR that adds the |
0 replies
|
Thanks @DavidBiesack ! I see the PR is already open #4567 |
0 replies
|
@DavidBiesack Do you need anything else from us on this? Thank you for the registry update and especially for the contributing file improvements! |
0 replies
|
Thanks @lornajane -- no further questions - thanks for the assist on the doc PRs! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
https://spec.openapis.org/registry/namespace/ says to open a new Pull-Request and links to https://github.com/OAI/OpenAPI-Specification/pulls
I've checked out the
gh-pagesbranch and found the theregistry/extension.mdfile. That page mentionssite.extensionbut I don't know where/how that value gets defined. I searched forx-sapwhich is mentioned on the page, but that text is not in the repo either.I found
registries/_namespace/sap.md, so I was able to copy that to define a new extension namespace (registries/_namespace/fdx.md)but when I built/ran Jekyll locally via the instructions on
CONTRIBUTING.mdmy localhttp://127.0.0.1:4000/registry/extension/contains only one row, forx-twitter; it does not show the content fromsap.mdor the new file I created.How does one submit a PR for new extension namespaces - namely, how to add a new namespace?
All reactions