Jason Desrosiers

Results 39 issues of Jason Desrosiers

Resolves #1628 I rewrote how `$comment` is defined. I think it's inline with what it was before, but it removes some language that doesn't make sense to me. - I...

Resolves #1637 - Clarify that `date-time` SHOULD allow leap seconds. It's a "SHOULD" because implementations are often constrained by what date validation libraries they have available to them. - Clarify...

I've been implementing the format assertions recently and I realized that the `idn-*` formats are problematic. The specification that's used for `idn-hostname` is known as IDNA2008. I've discovered that there...

I've been implementing format validation recently and I was surprised that the `time` format includes tests for leap seconds. I don't think that makes sense. Leap seconds are tied to...

The spec says the following regarding the `$comment` keyword: > The value of this keyword MAY be used in debug or error output which is intended for developers making use...

We've made several improvements to dynamic references. We determined that the bookending requirement is unnecessary. So, we removed it (https://github.com/json-schema-org/json-schema-spec/issues/1064), which made the initial resolution step unnecessary. So, we removed...

The JSON Schema community has reached a significant milestone in its development and adoption. As we look toward the future, we have an opportunity to enhance JSON Schema's standing in...

Why aren't uncovered functions included in the uncovered lines column? This appears to be a bug, but I'm assuming it's intentional considering the example on https://istanbul.js.org also shows less that...

Sorry, I missed the discussion on #803 about moving the `propertyDependencies` tests to a new directory. I don't disagree with that move, but I realize that it isn't clear when...