We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 775b578 commit 160b151Copy full SHA for 160b151
specs/jsonschema-core.md
@@ -1990,6 +1990,12 @@ A malicious schema author could place executable code or other dangerous
1990
material within a `$comment`. Implementations MUST NOT parse or otherwise take
1991
action based on `$comment` contents.
1992
1993
+When encoutering an IRI that is also a valid URL, implementations SHOULD NOT
1994
+presume a network operation should be performed. Implementations which have
1995
+access to the internet SHOULD default to operating offline. Network operations
1996
+should be limited to hypermedia APIs and similar applications where this risk
1997
+already exists and is built into the architecture.
1998
+
1999
## IANA Considerations
2000
2001
### `application/schema+json`
0 commit comments