-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
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
fix(dev): Use non-ambigous array syntax in OpenAPI tutorial #12231
fix(dev): Use non-ambigous array syntax in OpenAPI tutorial #12231
Conversation
Signed-off-by: provokateurin <[email protected]>
/backport to stable30 |
/backport to stable29 |
/backport to stable28 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
list<empty>
and array<empty>
are the same thing, but okay.
Only in PHP, it's problematic in JSON and therefore spills over to clients. |
I did not write list and array but |
It's a bit easier to handle it this way though, then the checks for |
☑️ Resolves
nextcloud/openapi-extractor#33
nextcloud/openapi-extractor#168
This fix is fully backwards compatible, so we can already advertise it.