-
Notifications
You must be signed in to change notification settings - Fork 9.1k
adds missing formats in the registry #3167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
396dd29
- typo fix
baywet 5ec2935
- adds UUID format
baywet 89f3a39
- adds URI format
baywet 4db0d98
- moves source links to YAML header so it can be in the table as well
baywet 542fb7f
- adds URI template, IRI, IRI reference and URI reference
baywet 569662c
- adds time and duration formats
baywet fb02c14
- adds email and idn email formats
baywet 055f1b2
- adds ipv4, v6, hostname and idn hostname formats
baywet 6efed9f
- adds json and relative json pointers
baywet 4662a6c
- adds regex
baywet 264e1d1
- adds base64 url format
baywet d06da41
- adds decimal format
baywet 2615957
- adds char format
baywet 601b44a
- typo fix
baywet 162a2cb
- switches base type for decimal to number
baywet 7cdeff4
- removes link to master issue
baywet c003887
- adds recommendation for binary format in 3.1
baywet 1e853a5
Update registries/_format/date.md
baywet b65583a
- fixes link to duration spec
baywet b14a766
- fixes email RFC number
baywet 0267989
- adds email rfc link
baywet 3cd829b
- adds IDN hostname RFC link
baywet edc8260
- adds idn email RFC link
baywet da95b86
- adds base type, version and remarks to format table
baywet 5f92e2b
- adds version and remarks for binary format
baywet c92ab8e
- adds support for floating points in decimal
baywet 63381fa
Apply suggestions from code review
baywet ba4fdca
- adds int16 to the format list
baywet 145da5a
- adds link to the base64 url RFC
baywet dc6434e
- adds remark for base64url format
baywet ea6e131
- adds link to the base64 url RFC
baywet ffc64ff
- fixes link to source
baywet 63bcd4d
- adds details about base64, base64url and byte formats
baywet cb88824
- typo fix
baywet a3579e7
- adds links to base64 RFC
baywet 02c4736
- first batch of review suggestions
baywet 6d465a7
- second batch of PR feedback
baywet fda1091
- third batch of PR review suggestions
baywet bafc271
- moves and renames version column for formats
baywet b9cc7e5
- adds password format
baywet 05dde66
- adds a source label for formats
baywet 21cd16a
- removes examples from registry entries
baywet df38fa5
- removes remarks column in formats
baywet 96e0665
- renames oas version to deprecated version
baywet a089e13
Update registry/format.md
baywet f5b9c99
- changes the deprecation to a true/false in the table
baywet d3cf349
- removes the deprecation notice from detail pages
baywet d95a945
- renames deprecated version to note as PR feedback
baywet 1e69c4e
- moves base64url, int16 and char to separate PRs
baywet 95143fb
Apply suggestions from code review
baywet 1cae0da
- moves decimal to a separate PR
baywet b3a0558
- adds OAS source for relevant formats
baywet be4f9f7
Update registries/_format/idn-email.md
baywet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
owner: baywet | ||
issue: | ||
description: duration as defined by duration - RFC3339 | ||
base_type: string | ||
layout: default | ||
source_label: JSON Schema | ||
source: https://json-schema.org/draft/2020-12/json-schema-validation.html#name-dates-times-and-duration | ||
--- | ||
|
||
# <a href="..">{{ page.collection }}</a> | ||
|
||
## {{ page.slug }} - {{ page.description }} | ||
|
||
Base type: `{{ page.base_type }}`. | ||
|
||
The `{{page.slug}}` format represents a duration as defined by duration - [RFC3339](https://www.rfc-editor.org/rfc/rfc3339.html#appendix-A). | ||
|
||
{% if page.issue %} | ||
### GitHub Issue | ||
|
||
* [#{{ page.issue }}](https://github.com/OAI/OpenAPI-Specification/issues/{{ page.issue }}) | ||
{% endif %} | ||
|
||
{% if page.remarks %} | ||
### Remarks | ||
|
||
{{ page.remarks }} | ||
{% endif %} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
owner: baywet | ||
issue: | ||
description: An email address as defined as Mailbox in RFC5321 | ||
base_type: string | ||
layout: default | ||
source_label: JSON Schema | ||
source: https://json-schema.org/draft/2020-12/json-schema-validation.html#name-email-addresses | ||
--- | ||
|
||
# <a href="..">{{ page.collection }}</a> | ||
|
||
## {{ page.slug }} - {{ page.description }} | ||
|
||
Base type: `{{ page.base_type }}`. | ||
|
||
The `{{page.slug}}` format is an email address as defined as Mailbox in [RFC5321](https://www.rfc-editor.org/rfc/rfc5321). | ||
|
||
{% if page.issue %} | ||
### GitHub Issue | ||
|
||
* [#{{ page.issue }}](https://github.com/OAI/OpenAPI-Specification/issues/{{ page.issue }}) | ||
{% endif %} | ||
|
||
{% if page.remarks %} | ||
### Remarks | ||
|
||
{{ page.remarks }} | ||
{% endif %} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
owner: baywet | ||
issue: | ||
description: A host name as defined by RFC1123 | ||
base_type: string | ||
layout: default | ||
source_label: JSON Schema | ||
source: https://json-schema.org/draft/2020-12/json-schema-validation.html#name-hostnames | ||
--- | ||
|
||
# <a href="..">{{ page.collection }}</a> | ||
|
||
## {{ page.slug }} - {{ page.description }} | ||
|
||
Base type: `{{ page.base_type }}`. | ||
|
||
The `{{page.slug}}` format is a host name as defined by [RFC1123](https://www.rfc-editor.org/info/rfc1123). | ||
|
||
{% if page.issue %} | ||
### GitHub Issue | ||
|
||
* [#{{ page.issue }}](https://github.com/OAI/OpenAPI-Specification/issues/{{ page.issue }}) | ||
{% endif %} | ||
|
||
{% if page.remarks %} | ||
### Remarks | ||
|
||
{{ page.remarks }} | ||
{% endif %} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
owner: baywet | ||
issue: | ||
description: An email address as defined as Mailbox in RFC6531 | ||
base_type: string | ||
layout: default | ||
source_label: JSON Schema | ||
source: https://json-schema.org/draft/2020-12/json-schema-validation.html#name-email-addresses | ||
--- | ||
|
||
# <a href="..">{{ page.collection }}</a> | ||
|
||
## {{ page.slug }} - {{ page.description }} | ||
|
||
Base type: `{{ page.base_type }}`. | ||
|
||
The `{{page.slug}}` format is an email address as defined as Mailbox in [RFC6531](https://www.rfc-editor.org/rfc/rfc6531). | ||
|
||
{% if page.issue %} | ||
### GitHub Issue | ||
|
||
* [#{{ page.issue }}](https://github.com/OAI/OpenAPI-Specification/issues/{{ page.issue }}) | ||
{% endif %} | ||
|
||
{% if page.remarks %} | ||
### Remarks | ||
|
||
{{ page.remarks }} | ||
{% endif %} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
owner: baywet | ||
issue: | ||
description: An internationalized host name as defined by RFC5890 | ||
base_type: string | ||
layout: default | ||
source_label: JSON Schema | ||
source: https://json-schema.org/draft/2020-12/json-schema-validation.html#name-hostnames | ||
--- | ||
|
||
# <a href="..">{{ page.collection }}</a> | ||
|
||
## {{ page.slug }} - {{ page.description }} | ||
|
||
Base type: `{{ page.base_type }}`. | ||
|
||
The `{{page.slug}}` format is an internationalized host name as defined by [RFC5890](https://www.rfc-editor.org/rfc/rfc5890.html). | ||
|
||
{% if page.issue %} | ||
### GitHub Issue | ||
|
||
* [#{{ page.issue }}](https://github.com/OAI/OpenAPI-Specification/issues/{{ page.issue }}) | ||
{% endif %} | ||
|
||
{% if page.remarks %} | ||
### Remarks | ||
|
||
{{ page.remarks }} | ||
{% endif %} |
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.