Date: June 4, 2018
What’s New?
‘Go to definition’ action for JSON references.
Additional OpenAPI 3.0 validations:
– Security schemes of type “oauth2” or “openIdConnect” can have a list of scope names. For other security scheme types, the array must be empty.
– Differentiate between media type and media type ranges. Allow a comma-separated media type list for the contentType property of the encoding object.
– Show an error when there are templated paths with the same hierarchy but different templated names. They must not exist as they are identical.
Resolved Issues
Additional null checks when accessing PsiFile or VirtualFile. These changes solve issues: #12, #13, #14, #15, #16, #17, #18 and #19.
Improved OpenAPI and Swagger specification detection.