Skip to content

Commit 3fcf323

Browse files
committed
remove guidance that authors need to consider locatability of URIs
1 parent df7a6f5 commit 3fcf323

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

jsonschema-core.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,10 +1045,7 @@ IRI.
10451045

10461046
Note that this IRI is an identifier and not necessarily a network locator. In
10471047
the case of a network-addressable URL, a schema need not be downloadable from
1048-
its canonical IRI. However, schema authors SHOULD refrain from creating schemas
1049-
that use a locatable `$id` value unless the schema will be available at the
1050-
indicated location. Otherwise, an IRI which does not convey location semantics
1051-
SHOULD be used.
1048+
its canonical IRI.
10521049

10531050
If present, the value for this keyword MUST be a string, and MUST represent a
10541051
valid [IRI-reference](#rfc3987). This IRI-reference SHOULD be normalized, and
@@ -2085,7 +2082,7 @@ consumers will need to properly interpret validation results.
20852082
JSON Schema output is defined using the JSON Schema data instance model as
20862083
described in section 4.2.1. Implementations MAY deviate from this as supported
20872084
by their specific languages and platforms, however it is RECOMMENDED that the
2088-
output be convertible to the JSON format defined herein via serialization or
2085+
output be convertib le to the JSON format defined herein via serialization or
20892086
other means.
20902087

20912088
### Output Formats

0 commit comments

Comments
 (0)