You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* See https://github.com/BigstickCarpet/json-schema-ref-parser/blob/master/docs/ref-parser.md#schema
16
16
*/
17
-
schema: JSONSchema4
17
+
schema: JSONSchema4|JSONSchema6
18
18
19
19
/**
20
20
* The $refs property is a `$Refs` object, which lets you access all of the externally-referenced files in the schema, as well as easily get and set specific values in the schema using JSON pointers.
@@ -36,9 +36,9 @@ declare class $RefParser {
36
36
* @param options (optional)
37
37
* @param callback (optional) A callback that will receive the dereferenced schema object
* Bundles all referenced files/URLs into a single schema that only has internal `$ref` pointers. This lets you split-up your schema however you want while you're building it, but easily combine all those files together when it's time to package or distribute the schema to other people. The resulting schema size will be small, since it will still contain internal JSON references rather than being fully-dereferenced.
@@ -52,10 +52,10 @@ declare class $RefParser {
52
52
* @param callback (optional) A callback that will receive the bundled schema object
0 commit comments