json-schema-ref-parser icon indicating copy to clipboard operation
json-schema-ref-parser copied to clipboard

Parse, Resolve, and Dereference JSON Schema $ref pointers in Node and browsers

Results 105 json-schema-ref-parser issues
Sort by recently updated
recently updated
newest added

I am trying to upgrade my angular application from angular 16 to angular 18. This `@apidevtools/json-schema-ref-parser` is coming from `swagger-parser` in my application and i am using v10.0.3 of it....

[Pydantic recently released an update](https://github.com/pydantic/pydantic/pull/10029) changing their JSON schema generator. Previously the generated schema looked like ``` { "$defs": { "RecursiveModel": { "additionalProperties": false, "properties": { "value": { "description": "A...

1. Resolve and dereference works as expected in node js env. But for browser environment $id is expected to be a url in my case it's custom path which will...

not validated with @swagger-parser at Resolver._throwModNotFoundError (../../../node_modules/jest-resolve/build/resolver.js:427:11) at Object. (../../../node_modules/@apidevtools/json-schema-ref-parser/lib/normalize-args.ts:19:18) at Object. (../../../node_modules/swagger-parser/node_modules/@apidevtools/swagger-parser/lib/index.js:6:23) at Object. (../../../node_modules/swagger-parser/index.js:2:18) i tried to upgrade version due to CVE-2024-29651. But it conflict with swagger parser....

Hi! I maintain `@hey-api/openapi-ts`, an OpenAPI to TypeScript codegen. This package is one of the dependencies we rely on. Lately, we've received a few bug reports that are related to...