schema-tools icon indicating copy to clipboard operation
schema-tools copied to clipboard

Validate, sanitize and document JSON schemas

Results 35 schema-tools issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ava](https://avajs.dev) ([source](https://togithub.com/avajs/ava)) | [`2.4.0` -> `5.3.1`](https://renovatebot.com/diffs/npm/ava/2.4.0/5.3.1) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | [`4.7.4` -> `4.9.5`](https://renovatebot.com/diffs/npm/typescript/4.7.4/4.9.5) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://togithub.com/prettier/prettier)) | [`2.7.1` -> `2.8.8`](https://renovatebot.com/diffs/npm/prettier/2.7.1/2.8.8) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [json-stable-stringify](https://togithub.com/ljharb/json-stable-stringify) | [`1.0.1` -> `1.0.2`](https://renovatebot.com/diffs/npm/json-stable-stringify/1.0.1/1.0.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/json-stable-stringify/1.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

File: objects.ts Issue: JsonPropertyTypes doesn't have 'null' as a type. I am validating a json response which has type as null for multiple objects/keys. I am not even able to...