Skip to content

Commit 44aace2

Browse files
committed
One more $ref improvement to the description
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 2f46ebc commit 44aace2

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

content/2020-12/core/ref.markdown

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,12 @@ and not from the root of the schema.
7474
{{<best-practice>}}
7575

7676
It is highly recommended to make use of _external_ references to break down
77-
complex monolithic schemas into smaller schema files. If you need a monolithic
78-
schema, you can automatically inline external references using the [`jsonschema
77+
complex monolithic schemas into smaller schema files. However, for performance
78+
and integrity reasons, avoid resolving these external schemas (i.e. over HTTP
79+
or the filesystem) at runtime.
80+
81+
You can automatically inline external references at build time using the
82+
[`jsonschema
7983
bundle`](https://github.com/sourcemeta/jsonschema/blob/main/docs/bundle.markdown)
8084
command.
8185

0 commit comments

Comments
 (0)