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 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @DavidBiesack ! I see the PR is already open #4567 |
Beta Was this translation helpful? Give feedback.
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! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @lornajane -- no further questions - thanks for the assist on the doc PRs! |
Beta Was this translation helpful? Give feedback.
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-pages
branch and found the theregistry/extension.md
file. That page mentionssite.extension
but I don't know where/how that value gets defined. I searched forx-sap
which 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.md
my localhttp://127.0.0.1:4000/registry/extension/
contains only one row, forx-twitter
; it does not show the content fromsap.md
or the new file I created.How does one submit a PR for new extension namespaces - namely, how to add a new namespace?
Beta Was this translation helpful? Give feedback.
All reactions