Uh oh!
There was an error while loading. Please reload this page.
[gh-pages] draft format registry, add uuid - example for Ted/Marsh - #1811
Closed
MikeRalphson wants to merge 1 commit into
Closed
[gh-pages] draft format registry, add uuid - example for Ted/Marsh#1811MikeRalphson wants to merge 1 commit into
MikeRalphson wants to merge 1 commit into
Conversation
darrelmiller
commented
Jan 31, 2019
Member
Thoughts @tedepstein ? |
MikeRalphson
commented
Nov 4, 2020
MemberAuthor
Note: uuid is soon not going to be a good example, as it is defined in JSON Schema Draft 2019-09. |
MikeRalphson
commented
Mar 2, 2023
MemberAuthor
Closing this as @darrelmiller and @baywet have successfully updated the registry with new categories and entries without such a template. We can always revisit later. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
OAS Registry entry submission
Each PR should create one new
.mdfile within theregistries/_[registry-name]directory on thegh-pagesbranch.Please make sure you have completed all of the necessary information in the YAML front-matter:
issue- each submission MUST be linked to an original issueownerthis should be your or the issue originator's GitHub iddescription- a short description of the registry entryFor an extension:
schema- a JSON Schema for the extensionobjects- an array of object names where the extension can appear. The empty array ([]) indicates the extension may appear anywhere specification extensions are allowedFor a format:
base_type- the type to which this format applies (e.g.string,integeretc)For a ...
For a ...
Template