We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
externalSchema
1 parent d21ad94 commit 4a8e5f9Copy full SHA for 4a8e5f9
CONTRIBUTING.md
@@ -634,6 +634,7 @@ See [this PR](https://github.com/SchemaStore/schemastore/pull/2421/files) for a
634
- In `schema_x.json`, add ref to `schema_y.json`: `"$ref": "https://json.schemastore.org/schema_y.json#..."`
635
- Within [schema-validation.jsonc](./src/schema-validation.jsonc), in `"options": []`, add an entry:
636
`{ "schema_x.json": {"externalSchema": ["schema_y.json"] } }`
637
+ - Note that all transitive schemas must be specified in `externalSchema`
638
639
### How to add a `$ref` to a JSON Schema that's self-hosted
640
0 commit comments