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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fixes
Fixed bug example generation for partial models where some properties would not appear in rendered example if their values were empty strings, false boolean values or 0 integer values
Fixed bug in type documentation where enum array properties weren't being rendered correctly
Fixed bug where the queryString node was defined on an operation, but the query parameters didn't render in the try it panel
Fixed bug where XML example structures did not match the definition in the RAML type
Fixed bug where JSON schemas in RAML did not render completely