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

The rewrite in #300 caused many previously-exported types to no longer be exported. These types are important when trying to work with customizations to the library. The two types that...

When using version `10.0.1` it was possible to use `import $RefParser from "@apidevtools/json-schema-ref-parser";` When upgrading to `10.1.0` the default export doesn't work anymore. I have to use the named export....

I don't know enough of the technical terms sorry, but i'm not sure if this is the correct behaviour. I have a schema that contains a `$ref` to a definition:...

Trying to install `firebase-tools` globally in Github Actions and get this error `@apidevtools/[email protected]: The engine "node" is incompatible with this module. Expected version ">= 17". Got "16.19.0"` *Using Node 16

Hi, I've noticed that implementation of [JSON Pointer parsing](https://github.com/APIDevTools/json-schema-ref-parser/blob/main/lib/pointer.js#L182) is not compliant with [RFC 6901](https://www.rfc-editor.org/rfc/rfc6901), nor it's safe (throws error). The issue is with [decodeURIComponent](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent), which [trows error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Malformed_URI) in certain...

I have zero experience in setting up Webpack and Babel but apparently that's going to be needed to ESMify this package and remove a lot of the old-school JS stuff...

Release is blocked by this failing test on ubuntu. ``` 1) Invalid syntax in main file when continueOnError is true should throw a grouped error for an invalid JSON file...

Hi! This is just an issue to get your opinion on adding a new `onBundle` callback as part of the `options` object, similar to `onDereference`. I'm willing to contribute this,...

I am observing weird behavior during dereference, which I am wary to call a 'bug', because most probably it's a result of JS limitations and not an algorithmic flaw. In...

while dereferencing the schema my logic written inside custom resolver is not getting executed because I think its just checking the absolute path and returns the resolved value from the...