cnizzardini / cakephp-swagger-bake

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

Fixes OpenApiSchemaProperty(name: 'propert_name', type: 'array') not working #515

Closed cnizzardini closed 1 year ago

cnizzardini commented 1 year ago

Resolves: #512

The attribute now accepts an items property for setting array properties, otherwise it defaults to an empty array.