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
I have some JSON references using array index notation that are throwing inspection errors. I believe they should be valid according to RFC 6901, where #/foo/0 resolves to "bar".
Here's a minimal example that gives Can not resolve reference '#/x-values/0':
swagger: '2.0'info:
version: 1.0.0title: Example APIpaths:
/:
get:
responses:
200:
description: OKschema:
type: stringexample:
$ref: '#/x-values/0'x-values:
- first
- second
Versions:
WebStorm 2019.1 (build #WS-191.6183.63, from March 21, 2019)
Swagger plugin v1.0.25
The text was updated successfully, but these errors were encountered:
I have some JSON references using array index notation that are throwing inspection errors. I believe they should be valid according to RFC 6901, where
#/foo/0
resolves to"bar"
.Here's a minimal example that gives
Can not resolve reference '#/x-values/0'
:Versions:
WebStorm 2019.1 (build #WS-191.6183.63, from March 21, 2019)
Swagger plugin v1.0.25
The text was updated successfully, but these errors were encountered: