Skip to content

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

Filter by

238 results
 (63 ms)

238 results

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

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 ...
  • ahochsteger
  • Opened 
    9 days ago
  • #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 
    19 days ago
  • #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 
    24 days ago
  • #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

When running a simple $RefParser.resolve in a webworker in Microsoft Edge, I am experiencing an error that it Failed to construct URL . This error does not occur in Chrome or Firefox. I suspect this error ...
  • nametable
  • 1
  • Opened 
    on Jan 24
  • #367

Hi there! We have a fork that we re trying to wind down with the updates that yall have been doing here and one hang up we have is regarding dereferencing OpenAPI 3.1 schemas. Within the specification ...
released
  • erunion
  • 2
  • Opened 
    on Jan 22
  • #365

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 get resolved by configuring resolvers, for ...
  • sathish2017
  • 1
  • Opened 
    on Jan 16
  • #364
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