Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions specs/jsonschema-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -1990,6 +1990,12 @@ A malicious schema author could place executable code or other dangerous
material within a `$comment`. Implementations MUST NOT parse or otherwise take
action based on `$comment` contents.

When encountering an IRI that also represents a valid file system or network
location, implementations are discouraged from automatically making an operation
to access that location. Implementations that choose to support retrieval over
untrusted connections should require users to configure the implementation to
enable that functionality.

## IANA Considerations

### `application/schema+json`
Expand Down