Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion versions/3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2295,7 +2295,7 @@ The Header Object follows the structure of the [Parameter Object](#parameterObje

1. `name` MUST NOT be specified, it is given in the [Headers Object](#headersObject).
1. `in` MUST NOT be specified, it is implicitly in `header`.
1. All traits that are affected by the location MUST follow the location of `header` (for example, [`style`](#parameterStyle)).
1. All traits that are affected by the location MUST be applicable to a location of `header` (for example, [`style`](#parameterStyle)).

##### Header Object Example

Expand Down