I'm dinning in OpenAPIv3 spec and just figured out that Header object fields should be the same as in Parameter.
Header Object
The Header Object follows the structure of the Parameter Object with the following changes:
name MUST NOT be specified, it is given in the corresponding headers map.
in MUST NOT be specified, it is implicitly in header.
All traits that are affected by the location MUST be applicable to a location of header (for example, style).
Hi,
I'm dinning in OpenAPIv3 spec and just figured out that Header object fields should be the same as in Parameter.
Header Object :