We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I defined a property for a datetime value in the entity as nullable, but it didn't work:
#[OpenApiSchemaProperty(name: 'deleted', type: 'string', format: 'date-time', isNullable: true, isReadOnly: true)] class MyEntity extends Entity {
..
Generated output in swagger.json:
"deleted": { "type": "string", "format": "date-time", "readOnly": true }
Swagger Bake Version 2.5.9
The text was updated successfully, but these errors were encountered:
Can you provide version information for php and cakephp?
Sorry, something went wrong.
Version 2.5.9 and CakePHP 4.5.7
Successfully merging a pull request may close this issue.
I defined a property for a datetime value in the entity as nullable, but it didn't work:
..
Generated output in swagger.json:
Swagger Bake Version 2.5.9
The text was updated successfully, but these errors were encountered: