Forum Discussion

cnheric's avatar
cnheric
New Contributor
4 years ago

readOnly properties do not display correctly with Swagger UI in python-flask

Using this example yaml:   openapi: 3.0.0 info: version: 0.0.0 title: test paths: /users: post: summary: Create a user requestBody: required: true content: ...