Closed
Description
1. The Special Considerations for multipart Content section says:
In contrast to 2.0, a
schema
is REQUIRED to define the input parameters to the operation when usingmultipart
content.
Please consider including this requirement in the description of Media Type Object.schema
, where it can be easily found.
2. Is schema
also required for application/x-www-form-urlencoded
request bodies?
3. All multipart/*
and application/x-www-form-urlencoded
examples in the spec use schemas with type: object
, where schema properties
define individual form fields. Does this mean that type: object
is the only allowed schema type
for these media types? If yes, please consider mentioning this explicitly somewhere. If not, how would other schema types
work here?