-
-
Notifications
You must be signed in to change notification settings - Fork 140
Closed
Description
Basic ideas:
- Add
Filefield. - Add
FileType,FileLength(or reuseLength?) validators. - Register some custom field converters.
- Update the spec based on the field type.
References:
- https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#considerations-for-file-uploads
- https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#special-considerations-for-multipart-content
Reactions are currently unavailable