Jason Desrosiers
Jason Desrosiers
Github Pages is not capable of serving our meta-schemas with the proper `Content-Type: application-schema+json` header. After learning about how @Relequestual used Cloudflare Workers to serve the blog as if it...
I upgraded everything and refactored a bit to fix multi-draft support. I've added support for all current drafts and fixed issues with the existing drafts.
Interesting product! With a few enhancements I can use it to rapid prototype JSON Hyper-Schema APIs that I can easily share with others. The most important thing would be to...
Here's a fist draft for an ADR for decoupling from JSON Schema. I'm sure it needs some cleanup and fleshing out in places. I'll revise tomorrow. The scope of this...
The stable dialect URI identifies a schema as using the latest version of the standard dialect. What schema this URI identifies depends on what the implementation supports. Generally, the implementation...
The spec references RFC-3986 for how to determine the base URI for relative reference resolution. It also has a concept of an "initial Base URI". This concept unnecessarily complicates the...
Resolves: https://github.com/json-schema-org/json-schema-spec/issues/1334 This is the formal documentation of the process we've discussed in https://github.com/orgs/json-schema-org/discussions/234. That discussion was focused on getting agreement on the general direction, while this makes some concrete...
A while ago I released an implementation of the official bundling process and included a set of [tests](https://github.com/hyperjump-io/json-schema/tree/main/bundle/tests) in JSON that could be adopted here if there is interest. Here's...
I recently published a library for working with annotations and included a set of [tests](https://github.com/hyperjump-io/json-schema/tree/main/annotations/tests) in JSON that could be adopted here if there is interest. These tests are agnostic...
This isn't a serious feature request at this point, but it occurred to me that this was something that JSON Schema is incapable of expressing, so I'm creating an issue...