Skip to content
Open
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: 0 additions & 2 deletions src/oas.md
Original file line number Diff line number Diff line change
Expand Up @@ -893,8 +893,6 @@ For headers, the header name MUST NOT be included as part of the serialization,
However, names produced by `style: "simple", explode: "true"` are included as they appear within the header value, not as separate headers.
See the [Header Object](#header-object) for special rules for showing examples of the `Set-Cookie` response header, which violates the normal rules for multiple header values.

The following section illustrates these rules.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here "rules" does not mean the "normal rules for multiple header values" mentioned in the directly preceding sentence, it means the rules mentioned in the first paragraph of this section, quite far away.

And this sentence is not really necessary.


#### Style Examples

Assume a parameter named `color` has one of the following values, where the value to the right of the `->` is what would be shown in the `dataValue` field of an Example Object:
Expand Down