You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versions/3.0.4.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2447,7 +2447,7 @@ The Header Object follows the structure of the [Parameter Object](#parameterObje
2447
2447
1.`in` MUST NOT be specified, it is implicitly in `header`.
2448
2448
1. All traits that are affected by the location MUST be applicable to a location of `header` (for example, [`style`](#parameterStyle)). This means that `allowEmptyValue` and `allowReserved` MUST NOT be used, and `style`, if used, MUST be limited to `simple`.
2449
2449
2450
-
######Common Fixed Fields
2450
+
##### Common Fixed Fields
2451
2451
2452
2452
These fields MAY be used with either `content` or `schema`.
2453
2453
@@ -2457,7 +2457,7 @@ Field Name | Type | Description
2457
2457
<aname="headerRequired"></a>required | `boolean` | Determines whether this header is mandatory. The default value is `false`.
2458
2458
<aname="headerDeprecated"></a> deprecated | `boolean` | Specifies that the header is deprecated and SHOULD be transitioned out of usage. Default value is `false`.
2459
2459
2460
-
######Fixed Fields for use with `schema`
2460
+
##### Fixed Fields for use with `schema`
2461
2461
2462
2462
For simpler scenarios, a [`schema`](#headerSchema) and [`style`](#headerStyle) can describe the structure and syntax of the header.
2463
2463
When `example` or `examples` are provided in conjunction with the `schema` object, the example MUST follow the prescribed serialization strategy for the header.
@@ -2477,7 +2477,7 @@ Field Name | Type | Description
2477
2477
2478
2478
See also [Appendix C: Using RFC6570 Implementations](#usingRFC6570Implementations) for additional guidance.
2479
2479
2480
-
######Fixed Fields for use with `content`
2480
+
##### Fixed Fields for use with `content`
2481
2481
2482
2482
For more complex scenarios, the [`content`](#headerContent) property can define the media type and schema of the header, as well as give examples of its use.
2483
2483
Using `content` with a `text/plain` media type is RECOMMENDED for headers where the `schema` strategy is not appropriate.
0 commit comments