We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd3be9 commit 114b8c6Copy full SHA for 114b8c6
jsonschema-core.xml
@@ -2946,10 +2946,12 @@ Accept: application/json;
2946
</t>
2947
2948
<t>
2949
- The Accept header also allows repeating the same media type with
2950
- different parameters, which requests that the instance conforms
2951
- to one parameter value or the other. Such an instance can conform
2952
- to all separately specified parameters but is not guaranteed to do so.
+ Unlike Content-Type, Accept can contain multiple values to
+ indicate that the client can accept several media types.
+ In the above example, note that the two media types differ
+ only by their schema parameter values. This requests an
2953
+ application/json representation that conforms to at least one
2954
+ of the identified schemas.
2955
2956
2957
0 commit comments