Files
DefinitelyTyped/types/json-schema
Laurence Rowe 5b4a5be9e1 🤖 Merge PR #65309 Fix JSONSchema7 contains to allow boolean JSON Schema by @lrowe
* Fix JSONSchema7 contains to allow boolean JSON Schema

JSONSchema7 contains was the only keyword with a value of `JSONSchema7` rather than `JSONSchema7Definition`, which excluded using a boolean JSON Schema value. There is no special mention in the specs so it should be treated the same as other keywords.

* Update conventional-changelog-config-spec-tests.ts with fixed JSONSchema7
2023-05-25 13:07:12 -07:00
..