Skip to content

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

Filter by

241 results
 (82 ms)

241 results

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

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 
    6 days ago
  • #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 
    19 days ago
  • #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 
    20 days ago
  • #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
  • 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

We have to process a bunch of json schemas produced by another team and bundled using @hyperjump/json-schema. For reference (pun intended) here is a simple sample of such bundles. { $schema : http://json-schema.org/draft-07/schema# ...
  • PopGoesTheWza
  • 3
  • Opened 
    on Mar 23
  • #376

Not sure if this is the correct place to file this concern In the About section of the repo you link to apitools.dev Image That domain appears to have expired and has been parked, now displaying this ...
  • danieljurek
  • 3
  • Opened 
    on Mar 3
  • #375

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. I updated ...
  • ashishsharma229
  • Opened 
    on Feb 26
  • #372

Pydantic recently released an update changing their JSON schema generator. Previously the generated schema looked like { $defs : { RecursiveModel : { additionalProperties : ...
  • iggyfisk
  • Opened 
    on Feb 4
  • #370
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! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub