Closed ioggstream closed 2 years ago
Thanks, @ioggstream. I'll see if I can submit a PR for JSON Schema some time this week. Thanks for including us!
It would be great to reserve the media type so that it can be used in the wild even before jsonschema is out.
We don't consider JSON Schema in a pre-release state. We only call releases "drafts" for historical reasons. And the media type has been used in the wild for years, which is why we want to get it officially registered!
about filename extension https://github.com/json-schema-org/json-schema-spec/issues/1130
Could we include registration of JSON Schema in YAML format as well?
application/json-schema+yaml
(or possibly just application/schema+yaml
)application/json-schema-instance+yaml
(if needed) Would this be necessary if YAML supports JSON Pointer fragment styles in its registration?@cjaccino could you please integrate your considerations in #18 ?
I expect
application/schema+json #19 application/schema-instance+json #19 ~application/schema+yaml~ moved to #18
Cc @jasondesrosiers @relequestual
It would be great to reserve the media type so that it can be used in the wild even before jsonschema is out.
Supporting versioning we can do Eg
application/schema+json; v=draft-2020
Thx++ R