Skip to content

Commit 52b8f32

Browse files
author
Ron
authored
Merge pull request #1073 from OAI/encoding-property-allowreserved
Added allowReserved to Encoding Property Object
2 parents 3dbc0c9 + 8d48f5f commit 52b8f32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

versions/3.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1570,6 +1570,7 @@ Field Name | Type | Description
15701570
<a name="encodingHeaders"></a>headers | `object` | A string map allowing additional information to be provided as headers, for example `Content-Disposition`. Note `Content-Type` is described separately and will be ignored from this section.
15711571
<a name="encodingStyle"></a>style | `string` | Describes how a specific property value will be serialized depending on its type . See [Parameter Object](#parameterObject) for details on the [`style`](#parameterStyle) property. The behavior follows the same values allowed for `query` parameters, including default values.
15721572
<a name="encodingExplode"></a>explode | `boolean` | When this is true, property values of type `array` or `object` generate separate parameters for each value of the array, or key-value-pair of the map. For other types of properties this property has no effect. When [`style`](#encodingStyle) is `form`, the default value is `true`. For all other styles, the default value is `false`.
1573+
<a name="encodingAllowReserved"></a>allowReserved | `boolean` | Determines whether the parameter value SHOULD allow reserved characters, as defined by [RFC3986](https://tools.ietf.org/html/rfc3986#section-2.2) `:/?#[]@!$&'()*+,;=` to be included without percent-encoding. The default value is `false`.
15731574

15741575
This object can be extended with [Specification Extensions](#specificationExtensions).
15751576

0 commit comments

Comments
 (0)