Skip to content

Commit a40ef07

Browse files
committed
Review feedback on "content*"
Better explanation of automatic decode/parse/validate.
1 parent f98af4c commit a40ef07

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

jsonschema-validation.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -816,9 +816,13 @@
816816
Implementations MAY offer the ability to decode, parse, and/or validate
817817
the string contents automatically. However, it MUST NOT perform these
818818
operations by default, and MUST provide the validation result of each
819-
string-encoded document separately from the enclosing document.
819+
string-encoded document separately from the enclosing document. This
820+
process SHOULD be equivalent to fully evaluating the instance against
821+
the original schema, followed by using the annotations to decode, parse,
822+
and/or validate each string-encoded document.
820823
<cref>
821-
For now, the exact mechanism of any such automatic decoding, parsing,
824+
For now, the exact mechanism of performing and returning parsed
825+
data and/or validation results from such an automatic decoding, parsing,
822826
and validating feature is left unspecified. Should such a feature
823827
prove popular, it may be specified more thoroughly in a future draft.
824828
</cref>

0 commit comments

Comments
 (0)