Jason Desrosiers

Results 562 comments of Jason Desrosiers

We certainly can leave it how it is and it would be fine. I think there are pros and cons either way. Leaving it how it is encourages people to...

My primary objective is still the language server work, but I'm blocked on that directly at the moment. There's a core component of my JSON Schema implementation that I want...

It's a little unclear from your description, but it sounds like what you're looking for is [JSON Hyper-Schema](https://json-schema.org/specification/json-hyper-schema). Specifically, you're looking for [`targetMediaType`](https://json-schema.org/draft/2019-09/draft-handrews-json-schema-hyperschema-02#rfc.section.6.5.3) and [`targetSchema`](https://json-schema.org/draft/2019-09/draft-handrews-json-schema-hyperschema-02#rfc.section.6.5.4). As Greg, pointed out, the...

Here's the example using JSON Hyper-Schema to describe following the URI as a link. ```json { "type": "object", "properties": { "DetailDataReferenced": { "type": "string", "format": "uri", "links": [ { "rel":...

Can you share an example or two illustrating how `undefinedProperties` would behave differently from `unevaluatedProperties`? I'm hoping this proposal addresses the problem I identify in, https://github.com/json-schema-org/json-schema-spec/issues/1172#issuecomment-1062540587. Is there any difference...

@gregsdennis, let's include this in the stable spec work.

I think updating the current formats is fine because the changes are backwards compatible.

Looks like that discussion was had at the time, but it was merged anyway https://github.com/json-schema-org/JSON-Schema-Test-Suite/pull/344. After thinking about it for a while, I don't think there's a way to write...

The only way to make a passing test is a one element array, but then it's not testing `additionalItems` in any way. For the second item in the array, `additionalItems`...

Open API already has a [format registry](https://spec.openapis.org/registry/format/). Ideally we should be involved with that registry, but I don't want to have a competing registry. In the past, they've expressed willingness...