json-refs icon indicating copy to clipboard operation
json-refs copied to clipboard

Various utilities for JSON Pointers (http://tools.ietf.org/html/rfc6901) and JSON References (http://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03).

Results 42 json-refs issues
Sort by recently updated
recently updated
newest added

https://github.com/gulpjs/gulp/issues/2324

Say I have three files, A which has a reference to B, which in turn has a reference to C. When I do a resolveRefs on A (or one of...

- ESM over webpack including ESM distribution; no need for `use strict` as automatically applied in ESM - License: Rename file to reflect type (MIT) - Refactoring: Reorder imports by...

My use-case is that I have an object of objects, for which there are no real correspending files (let's say they come from a database), let's say: ```javascript const oaData...

In a recent PR, TravisCI started failing due to this: https://stackoverflow.com/questions/55921442/how-to-fix-referenceerror-primordials-is-not-defined-in-node To fix it, we need to replace/upgrade gulp.

This PR adds a unit test that showcases Issue #154 While I was writing this unit test I realized that the description I initially provided for this issue was not...

According to the [API](https://github.com/whitlockjc/json-refs/blob/master/docs/API.md#module_json-refs.JsonRefsOptions) documentation, the `filter` option allows us to specify what type of references we want to be resolved. In a previous version of this library (`2.1.6`), it...

I have a swagger document with references which are valid JSON schema references (URIs), These are references to an internal library of schemas which understands this URI with a "schema://"...

When resolving https://raw.githubusercontent.com/Bungie-net/api/master/openapi-2.json, `Invalid string length` error is thrown.

Say i have 2 files, (main, common). Main contains multiple references to include the same common file in more than one location. Currently the common content is only included once...