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
My yml hierarchy is below. In paths, I ref schema of responses to component defined in openapi_components.yml $ref: "openapi_components.yml#/schemas/xxxxxx"
And this is where yaml.js returns error. throw new ParseException('Unable to parse.', this.getRealCurrentLineNb() + 1, this.currentLine);
Anyone has any idea how to fix? Thanks.
My yml hierarchy is below. In paths, I ref schema of responses to component defined in openapi_components.yml
$ref: "openapi_components.yml#/schemas/xxxxxx"
And this is where yaml.js returns error.
throw new ParseException('Unable to parse.', this.getRealCurrentLineNb() + 1, this.currentLine);
Anyone has any idea how to fix? Thanks.
The text was updated successfully, but these errors were encountered: