Skip to content

issues Search Results · repo:APIDevTools/json-schema-ref-parser language:TypeScript

Filter by

245 results
 (83 ms)

245 results

inAPIDevTools/json-schema-ref-parser (press backspace or delete to remove)

By definition and description bundle guarantees to have only internal refs in the resulting output, however it does a bit of internal refs optimization/simplification on its way. e.g. in case of internal ...
  • 412b
  • Opened 
    21 days ago
  • #392

For some reason, the = ParserOptions S gets inlined in the final file, which throws some error (I m a bit confused as to why exactly there s an issue with that, but that s the reason). https://github.com/APIDevTools/json-schema-ref-parser/blob/9376c243790f9e7e1dbd8c3bf85c5ff45e0b6dba/lib/options.ts#L200 ...
  • lishaduck
  • 5
  • Opened 
    26 days ago
  • #390

We get an error when we work with: $ref: ./common.yaml/#/components/schemas/ErrorResponse it should work as: $ref: ./common.yaml#/components/schemas/ErrorResponse And we get now Error opening ...
  • inluxc
  • 1
  • Opened 
    on Jun 18
  • #389

The domain apitools.dev, linked to from the npm package and the API Dev Tools header link on the documentation site resolves to a malicious site. Suggested fix: update the URLs to the correct location(s). ...
  • yossarian21
  • 1
  • Opened 
    on Jun 10
  • #388

Jsdevtools/ono contains a bug which crashes the client if the package is build without commonjs. So any esm built fails as this broken code is included in the esm version. Anything rollup based that uses ...
  • BonaFideIT0
  • 2
  • Opened 
    on Jun 3
  • #386

I have a json file with some refs that are wrong. I want to load it and bundle everything except those missing refs. like: { $ref : ../file/that/not/exists.yaml } and get something like: {} ...
  • jochman
  • Opened 
    on May 21
  • #385

Expected behavior: When set to relative , relative paths should resolve relative to the directory. So this ref: $ref: ./_shared/components.yaml#/components/schemas/uint256 should resolve to: the directory ...
  • dslovinsky
  • Opened 
    on May 20
  • #384

When using $ref on the top-level to reference a defined type in $defs it wrongly results in a TypeError: Converting circular structure to JSON which is not a circular reference. According to the JSON Schema ...
released
  • ahochsteger
  • 1
  • Opened 
    on Apr 21
  • #382

Currently, this project relies on JSON.parse to load JSON files. However, JSON.parse is lossy on numbers larger than Number.MAX_SAFE_INTEGER ex: console.log( JSON.parse(`${Number.MAX_SAFE_INTEGER ...
  • SebastienGllmt
  • 1
  • Opened 
    on Apr 11
  • #379

What works The given schema { $id : recursive.json , $schema : https://json-schema.org/draft/2020-12/schema , properties : { label : { anyOf : [ { type : integer ...
  • SebastienGllmt
  • Opened 
    on Apr 6
  • #378
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub