-
Couldn't load subscription status.
- Fork 9.2k
Description
1. The Special Considerations for multipart Content section says:
In contrast to 2.0, a
schemais REQUIRED to define the input parameters to the operation when usingmultipartcontent.
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?