Skip to content

Commit 46c3203

Browse files
committed
applied feedback from OAI TDC call
1 parent 0df060a commit 46c3203

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
@@ -1232,6 +1232,7 @@ A single encoding definition applied to a single schema property
12321232
Field Name | Type | Description
12331233
---|:---:|---
12341234
<a name="contentType"></a>Content-Type | `string` | **Required.** The content-type to use for encoding a specific property.
1235+
<a name="headers"></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.
12351236
<a name="style"></a>Style | `string` | The content-type to use for encoding a specific property. See (#parameterContent) for details on the `style` property
12361237
<a name="explode"></a>explode | `boolean` | When this is true, property values of type `array` or `object` generate seperate parameters for each value of the array, or key-value-pair of the map. For other types of properties this property has no effect. The default value is false.
12371238
<a name="contentType"></a>Content-Type | `string` | **Required.** The content-type to use for encoding a specific property.

0 commit comments

Comments
 (0)