rapi-doc / RapiDoc

RapiDoc -WebComponent for OpenAPI Spec
https://rapidocweb.com
MIT License
1.61k stars 271 forks source link

No indication of which properties are required within a request body schema #986

Open marshmn opened 6 months ago

marshmn commented 6 months ago

When displaying a request body schema, there is no indication of which properties are required and which are optional. Thee is no indication, regardless of whether table or object view is used.

Screenshot from 2023-12-27 12-51-21

In the above example, the email_address property is marked with required: false in the OpenAPI spec, whereas the other two properties are marked as required: true, but there is nothing to indicate this in RapiDoc.