You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/oas.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1626,7 +1626,7 @@ This object MAY be extended with [Specification Extensions](#specification-exten
1626
1626
1627
1627
To use the `encoding` field, a `schema` MUST exist, and the `encoding` field's keys MUST exist in the schema as properties.
1628
1628
Array properties MUST be handled by applying the given Encoding Object to multiple parts (or query parameters) with the same `name`, as is recommended by [RFC7578](https://www.rfc-editor.org/rfc/rfc7578.html#section-4.3) for supplying multiple values per form field.
1629
-
For all other property types, including array values within a top-level array, the Encoding Object MUST be applied to the entire values.
1629
+
For all other property types, including array values within a top-level array, the Encoding Object MUST be applied to the entire value.
1630
1630
1631
1631
The behavior of the `encoding` field is only defined for media types structured as name-value pairs that allow repeat values.
1632
1632
The order of these name-value pairs in the target media type is implementation-defined.
0 commit comments