arjun-g / vs-swagger-viewer

Swagger Viewer lets you preview and validate Swagger 2.0 and OpenAPI files as you type in Visual Studio Code.
MIT License
169 stars 47 forks source link

readOnly: true attributes appear in the request body schema #100

Open AlexCannonball opened 3 years ago

AlexCannonball commented 3 years ago

Extension v3.0.1

If a request body schema contains a readOnly attribute, the attribute is displayed in POST/PATCH methods in the request body section: image