Skip to content

Commit

Permalink
Merge pull request #2388 from MikeRalphson/styleValuesLink
Browse files Browse the repository at this point in the history
fix link to style values in serialization table
  • Loading branch information
MikeRalphson authored Nov 5, 2020
2 parents 180edfc + 2eeb16d commit 2f1e906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions/3.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ Field Name | Type | Description
---|:---:|---
<a name="parameterContent"></a>content | Map[`string`, [Media Type Object](#mediaTypeObject)] | A map containing the representations for the parameter. The key is the media type and the value describes it. The map MUST only contain one entry.

##### Style Values
##### <a name="styleValues"></a>Style Values

In order to support common ways of serializing simple parameters, a set of `style` values are defined.

Expand All @@ -1061,7 +1061,7 @@ Assume a parameter named `color` has one of the following values:
```
The following table shows examples of rendering differences for each value.

[`style`](#dataTypeFormat) | `explode` | `empty` | `string` | `array` | `object`
[`style`](#styleValues) | `explode` | `empty` | `string` | `array` | `object`
----------- | ------ | -------- | -------- | -------- | -------
matrix | false | ;color | ;color=blue | ;color=blue,black,brown | ;color=R,100,G,200,B,150
matrix | true | ;color | ;color=blue | ;color=blue;color=black;color=brown | ;R=100;G=200;B=150
Expand Down

0 comments on commit 2f1e906

Please sign in to comment.