Skip to content

Commit 0bd1d17

Browse files
committed
Chang "all of" to "any of" to make the use of instance media type param schema consistent with section 13.1 and 13.12
Fixes json-schema-org#832
1 parent cb6410e commit 0bd1d17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema-core.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2958,7 +2958,7 @@ Content-Type: application/schema-instance+json;
29582958

29592959
<t>
29602960
Multiple schemas are whitespace separated, and indicate that the
2961-
instance conforms to all of the listed schemas:
2961+
instance conforms to any of the listed schemas:
29622962
</t>
29632963

29642964
<figure>
@@ -2987,7 +2987,7 @@ Accept: application/schema-instance+json;
29872987

29882988
<t>
29892989
As with Content-Type, multiple schema parameters in the same string
2990-
requests an instance that conforms to all of the listed schemas.
2990+
requests an instance that conforms to any of the listed schemas.
29912991
</t>
29922992

29932993
<t>

0 commit comments

Comments
 (0)