You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Beter validation of type="file" #305
- Augment Operations summary and description based on the comment. #293
- Bugfixes #300
- Add support for xml (and externalDocs and properties) inside a @swg\Items. #279
- Nested properties are no longer injected into the Definition #297
- Fixed nesting issue with verbose property notation #297
The 2.0 spec makes it pretty clear that you should be able to specify
xml
as a child property ofitems
in a definition, e.g.:However, I have a definition (some other unnecessary properties truncated) coded in Swagger-PHP as follows:
which outputs:
And another definition:
which outputs:
In neither case, the
xml
property of theitems
definition is present. However, I don't get any compiler errors.The text was updated successfully, but these errors were encountered: