json-schema-library icon indicating copy to clipboard operation
json-schema-library copied to clipboard

Customizable and hackable json-validator and json-schema utilities for traversal, data generation and validation

Results 10 json-schema-library issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying to add the [OpenAPI 3.0 schema](https://spec.openapis.org/oas/3.0/schema/2021-09-28) to one of my projects using Draft04, but I'm running into an error I cannot comprehend. Error: ``` Mutiple typeIds [not,...

bug

我的项目安装了[json-schema-library],在启动项目时报"export 'default' (imported as 'deepmerge') was not found in 'deepmerge'错误,我排查了一下原因,使用的deepmerge依赖版本是4.3.1,与我的项目不兼容。 我测试了deepmerge的1.5.2版本,我的项目可以正常运行。 请问我现在应该如何处理呢?

Is there a way to remove additional properties from objects, similar to ajv's [`removeAdditional`](https://ajv.js.org/guide/modifying-data.html#removing-additional-properties)?

question

Hello @sagold , Me and @tcompa, are opening this issue because the team behind [Fractal Analytics Platform](https://fractal-analytics-platform.github.io/), an open platform to perform analysis on high magnitude of data, is considering...

enhancement

Hi, First of all want to say thank you for developing such useful lib for JSON Schema. Have one question: what the purpose of minLengthOneError? According to official JSON Schema...

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

If I create a module: package.json: ```json { "type": "module", "name": "20240613114707-1603", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },...

bug
documentation

I have a complex schema with some fields called `id` and i get an error: `schema.id.startsWith is not a function` on https://github.com/sagold/json-schema-library/blob/363c43acade792d9c16fc2c1f2630101e36c308b/lib/compile/index.ts#L79 . With the debugger in the browser i...

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...

dependencies

Bumps [webpack](https://github.com/webpack/webpack) from 5.91.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...

dependencies