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.
2 parents 939bc30 + c57ef6c commit 6ba2e22Copy full SHA for 6ba2e22
jsonschema-hyperschema.xml
@@ -1378,8 +1378,10 @@ for varname in templateData:
1378
similarly structured headers wherever possible.
1379
</t>
1380
<t>
1381
- No distinction is made between headers that may appear in responses to
1382
- different methods, such as HEAD vs OPTIONS.
+ Headers for all possible HTTP method responses all share "headerSchema".
+ In particular, both headers that appear in a HEAD response and those
1383
+ that appear in an OPTIONS response can appear. No distinction is made
1384
+ within "headerSchema" as to which method response contains which header.
1385
1386
1387
It is RECOMMENDED that schema authors provide hints for the values of
0 commit comments