Skip to content

Commit 7dc6b34

Browse files
committed
Fix leftover TODO.
Explain why schema-instance+json's "schema" parameter MAY include schemas against which the instance may not validate.
1 parent 0dc74db commit 7dc6b34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jsonschema-core.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,9 @@ User-Agent: product-name/5.4.1 so-cool-json-schema/1.0.2 curl/7.43.0
872872
a JSON Schema resource. The instance SHOULD successfully
873873
validate against at least one of these schemas.
874874
Non-validating schemas MAY be included for purposes such
875-
as [something about compatibility here?]
875+
as allowing clients to make use of older versions of a schema
876+
as long as the runtime instance validates against that
877+
older version.
876878
</t>
877879
</list>
878880
</t>

0 commit comments

Comments
 (0)