We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Object type field for multipart-form should display json schema
... requestBody: content: multipart/form-data: schema: type: object properties: file: type: string description: Upload File format: binary JsonDataField: type: object allOf: - $ref: '#/components/schemas/MyJsonData' description: Upload Json into Form Field encoding: file: style: form JsonDataField: contentType: application/json ...
It should display MyJsonData schema tab
MyJsonData
this feature is valid in Swagger 5.0
No response
The text was updated successfully, but these errors were encountered:
I don't fully understand what you're asking for here.
It looks like you're asking for SwaggerUI to do something it doesn't, which wouldn't be something to ask us about.
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a specific problem? Or an existing feature?
Object type field for multipart-form should display json schema
Describe the solution you'd like
It should display
MyJsonData
schema tabthis feature is valid in Swagger 5.0
Additional context
No response
The text was updated successfully, but these errors were encountered: