@@ -57,12 +57,12 @@ JavaScript objects.
57
57
58
58
- Use ** JSON** or ** YAML** schemas &mdash ; or even a mix of both!
59
59
- Supports ` $ref ` pointers to external files and URLs, as well
60
- as [ custom sources] ( https://apitools.dev /json-schema-ref-parser/docs/plugins/resolvers.html ) such as databases
61
- - Can [ bundle] ( https://apitools.dev /json-schema-ref-parser/docs/ref-parser.html#bundlepath-options-callback ) multiple
60
+ as [ custom sources] ( https://apidevtools.com /json-schema-ref-parser/docs/plugins/resolvers.html ) such as databases
61
+ - Can [ bundle] ( https://apidevtools.com /json-schema-ref-parser/docs/ref-parser.html#bundlepath-options-callback ) multiple
62
62
files into a single schema that only has _ internal_ ` $ref ` pointers
63
- - Can [ dereference] ( https://apitools.dev /json-schema-ref-parser/docs/ref-parser.html#dereferencepath-options-callback )
63
+ - Can [ dereference] ( https://apidevtools.com /json-schema-ref-parser/docs/ref-parser.html#dereferencepath-options-callback )
64
64
your schema, producing a plain-old JavaScript object that's easy to work with
65
- - Supports [ circular references] ( https://apitools.dev /json-schema-ref-parser/docs/#circular-refs ) , nested references,
65
+ - Supports [ circular references] ( https://apidevtools.com /json-schema-ref-parser/docs/#circular-refs ) , nested references,
66
66
back-references, and cross-references between files
67
67
- Maintains object reference equality &mdash ; ` $ref ` pointers to the same value always resolve to the same object
68
68
instance
86
86
}
87
87
```
88
88
89
- For more detailed examples, please see the [ API Documentation] ( https://apitools.dev /json-schema-ref-parser/docs/ )
89
+ For more detailed examples, please see the [ API Documentation] ( https://apidevtools.com /json-schema-ref-parser/docs/ )
90
90
91
91
## Polyfills
92
92
@@ -130,7 +130,7 @@ config.plugins.push(
130
130
131
131
## API Documentation
132
132
133
- Full API documentation is available [ right here] ( https://apitools.dev /json-schema-ref-parser/docs/ )
133
+ Full API documentation is available [ right here] ( https://apidevtools.com /json-schema-ref-parser/docs/ )
134
134
135
135
## Contributing
136
136
0 commit comments