cnizzardini / cakephp-swagger-bake

Automatically generate OpenAPI, Swagger, and Redoc documentation from your existing CakePHP code.
http://cakephpswaggerbake.cnizz.com/
MIT License
59 stars 20 forks source link

Hidden properties displaying in OpenAPI Schema #546

Closed cnizzardini closed 4 months ago

cnizzardini commented 4 months ago

Describe the bug Hidden properties ARE showing in the Schema section of Swagger, but correctly NOT showing in the response schema

To Reproduce

  1. Mark a property as hidden in an Entity
  2. Load swagger bake

Expected behavior Hidden properties never show.

Version and Platform (please complete the following information):