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
|`url`|`string`| The full URL of the file. This could be any type of URL, including "http://", "https://", "file://", "ftp://", "mongodb://", or even a local filesystem path (when running in Node.js). |
10
+
|`reference`|`string`| The unresolved `$ref` value exactly as it appeared in the parent schema, without the hash. This is useful for custom resolvers that need the original relative reference. |
11
+
|`baseUrl`|`string`| The URL that `reference` was resolved against to produce `url`. This may include a JSON Pointer fragment when the reference came from a nested location. |
10
12
|`extension`|`string`| The lowercase file extension, such as ".json", ".yaml", ".txt", etc. |
11
13
|`data`|`string`[`Buffer`](https://nodejs.org/api/buffer.html#buffer_buffer) etc. | The raw file contents, in whatever form they were returned by the [resolver](resolvers.md) that read the file. |
0 commit comments