Skip to content
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

Fix: #7. Add JSON Schema media types #19

Merged
merged 2 commits into from
Feb 21, 2022

Conversation

jdesrosiers
Copy link
Contributor

Resolves #7

This adds the application/schema+json and `application/schema-instance+json media types. I felt that there was too much I wanted to add to #14, so I created an alternate PR. The idea is to define all the media-type specific stuff as loosely as is convenient, define the process for determining the dialect of the schema, and then defer all other semantics to be defined by the dialect. All of this came from the 2020-12 specification with some editing.

Tagging the active JSON Schema spec contributors for visibility: @Relequestual @karenetheridge @gregsdennis @Julian

@ioggstream ioggstream changed the title Add JSON Schema media types Fix: #7. Add JSON Schema media types Feb 17, 2022
@jdesrosiers
Copy link
Contributor Author

Improvements based on comments have been pushed.

Copy link
Collaborator

@ioggstream ioggstream left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks @jdesrosiers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

jsonschema media types
5 participants