Skip to content

Commit 4fa8b7d

Browse files
Fix wording error from copy-paste
Co-authored-by: Mike Kistler <[email protected]>
1 parent 98229e0 commit 4fa8b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@ This object MAY be extended with [Specification Extensions](#specification-exten
16241624

16251625
##### Encoding Usage and Restrictions
16261626

1627-
To use the `encoding` field, a `schema` MUST exist, and the `encoding` field's keys MUST exist in the schema as a property.
1627+
To use the `encoding` field, a `schema` MUST exist, and the `encoding` field's keys MUST exist in the schema as properties.
16281628
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.
16291629
For all other property types, including array values within a top-level array, the Encoding Object MUST be applied to the entire values.
16301630

0 commit comments

Comments
 (0)