issues Search Results · repo:APIDevTools/json-schema-ref-parser language:TypeScript
Filter by
240 results
(66 ms)240 results
inAPIDevTools/json-schema-ref-parser (press backspace or delete to remove)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 4 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 5 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
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

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 IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
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 IssuesProTip!
Restrict your search to the title by using the in:title qualifier.