Greg Dennis

Results 188 issues of Greg Dennis

There's a long and sticky history around `format`. 1. Going back all the way to [Draft 01](https://json-schema.org/draft-01/draft-zyp-json-schema-01.html), `format` has never required validation. 2. Whether to support `format` validation has always...

The issues in this repo have been left unattended for a while, and it's time to clean house. Several attempts at this have occurred previously, and many of them were...

administrative

@jdesrosiers and I had some brief "in passing" discussion somewhere about how the specification flow could be improved. - definitions could be consolidated - some related sections could be brought...

core
validation

There are generally two approaches to specifying requirements: - Permissive language, with which the specification explicitly states what an implementations is allowed to do. > The implementation can only and...

I had a weird-but-maybe-good idea about how vocabularies could work. C# has the `using` directive which declares a namespace containing types that are used throughout the file. Javascript has the...

[Core 4.3.5](https://json-schema.org/draft/2020-12/json-schema-core#section-4.3.5) has the following: > The root schema is the schema that comprises the entire JSON document in question. The root schema is always a schema resource, where the...

I'm not completely set on these. Happy to change them if needed. It's just something thrown together to get started. Probably doesn't need the 2w minimum time.

administrative

**Describe the bug** It appears that a recent change is causing comments on PRs to be counted as reviews. So when I subscribe to both `comments` and `reviews`, I receive...

bug

Just updating my URLs. Created an org for the project.

This PR adds an idea for tests that check failure scenarios. Please see the included readme for details. ~(I'm pretty sure we have an issue for this. I'll come back...