David Harsha

Results 12 issues of David Harsha

I ran into an issue where the old endpoints would return tokens with missing data when using the `id_token` response type. I pulled the newer versions from: https://accounts.google.com/.well-known/openid-configuration With the...

I'm working on updating [JSON-Schema-Test-Suite](https://github.com/json-schema-org/JSON-Schema-Test-Suite) and these are fixes for the newly introduced tests. There's more detail in the individual commits. https://github.com/davishmcclurg/json_schemer/pull/109

https://github.com/davishmcclurg/json_schemer/pull/108

One test isn't passing on JRuby/Windows: https://github.com/davishmcclurg/json_schemer/commit/5dc1a9491447d8943ca37f2cbdd48958e9f0b24a It looks like something related to ASCII and `\u` escaping. ```json { "description": "ECMA 262 \\D matches everything but ascii digits", "schema": {...

https://github.com/davishmcclurg/json_schemer/pull/40#issuecomment-529697064

Implement the JSON Schema spec's "basic" output format: https://github.com/json-schema-org/json-schema-spec/pull/679

Improve the readme or introduce some other documentation.

This resolves any `ref_schema` keywords (`$ref`, `$dynamicRef`, `$recursiveRef`) when looking for `default` keywords for `insert_property_defaults`. It follows the keyword order defined in the vocabulary (`$ref` first, then `$dynamicRef`/`$recursiveRef` depending on...

This upgrades to json_schemer 2.0, which is the latest major version. It includes support for all current JSON Schema versions and new keywords (eg, `unevaluatedProperties`). There are also new features...