Skip to content

Commit a07cf91

Browse files
author
Ron
authored
Merge pull request OAI#1188 from krishahn/header-object
edit Header Object
2 parents 49bc0f2 + 9751247 commit a07cf91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2283,15 +2283,15 @@ using JSON references.
22832283

22842284
#### <a name="headerObject"></a>Header Object
22852285

2286-
The Header Object follows the structure of the [Parameter Object](#parameterObject), with the following changes:
2286+
The Header Object follows the structure of the [Parameter Object](#parameterObject) with the following changes:
22872287

22882288
1. `name` MUST NOT be specified, it is given in the corresponding `headers` map.
22892289
1. `in` MUST NOT be specified, it is implicitly in `header`.
22902290
1. All traits that are affected by the ___location MUST be applicable to a ___location of `header` (for example, [`style`](#parameterStyle)).
22912291

22922292
##### Header Object Example
22932293

2294-
A simple header with of an integer type:
2294+
A simple header of type `integer`:
22952295

22962296
```json
22972297
{

0 commit comments

Comments
 (0)