Skip to content

Commit 8c0acee

Browse files
authored
Merge pull request #3904 from handrews/heading-indent-304
Fix heading levels
2 parents eec1906 + 64bba01 commit 8c0acee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

versions/3.0.4.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2447,7 +2447,7 @@ The Header Object follows the structure of the [Parameter Object](#parameterObje
24472447
1. `in` MUST NOT be specified, it is implicitly in `header`.
24482448
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`.
24492449

2450-
###### Common Fixed Fields
2450+
##### Common Fixed Fields
24512451

24522452
These fields MAY be used with either `content` or `schema`.
24532453

@@ -2457,7 +2457,7 @@ Field Name | Type | Description
24572457
<a name="headerRequired"></a>required | `boolean` | Determines whether this header is mandatory. The default value is `false`.
24582458
<a name="headerDeprecated"></a> deprecated | `boolean` | Specifies that the header is deprecated and SHOULD be transitioned out of usage. Default value is `false`.
24592459

2460-
###### Fixed Fields for use with `schema`
2460+
##### Fixed Fields for use with `schema`
24612461

24622462
For simpler scenarios, a [`schema`](#headerSchema) and [`style`](#headerStyle) can describe the structure and syntax of the header.
24632463
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
24772477

24782478
See also [Appendix C: Using RFC6570 Implementations](#usingRFC6570Implementations) for additional guidance.
24792479

2480-
###### Fixed Fields for use with `content`
2480+
##### Fixed Fields for use with `content`
24812481

24822482
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.
24832483
Using `content` with a `text/plain` media type is RECOMMENDED for headers where the `schema` strategy is not appropriate.

0 commit comments

Comments
 (0)