Skip to content

Commit 73ef1c6

Browse files
committed
add note about identifiers
1 parent c2ad66e commit 73ef1c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

json-schema-output.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
JSON Schema is defined to be platform-independent. As such, to increase compatibility across platforms, implementations SHOULD conform to a standard validation output format. This section describes the minimum requirements that consumers will need to properly interpret validation results.
44

5+
## Schema Identifiers
6+
7+
The output defined in this specification requires that the evaluation root be defined with an absolute IRI. In the event an absolute IRI has not been defined, the implementation MUST generate one.
8+
9+
There are no requirements on the form of IRI itself, except that it MUST be absolute.
10+
511
## Textual Format and Encoding
612

713
JSON Schema output is defined using the JSON Schema data instance model as described in [JSON Schema, section 4.2.1](). Implementations MAY deviate from this as supported by their specific languages and platforms, however it is RECOMMENDED that the output be convertible to the JSON format defined herein via serialization or other means.

0 commit comments

Comments
 (0)