Closed yurisasuke closed 1 month ago
Looking into it. Thanks for letting us know.
~Just in case, the reason it fails is that the format of externalValue
is incorrect in https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/schemas/v3.0/schema.json~ Not really. But it seems to be related.
Should be fixed in v1.25.8. FYI @Keithwachira
Should be fixed in v1.25.8. FYI @Keithwachira
Thank you
Describe the bug Redocly cli version 1.25.5 seems to have introduced a bug that causes the validation to fail if you have an external ref in your Open api specs. With version below 1.25.5 this error is not there
This is the error i get:
To Reproduce Steps to reproduce the behavior:
redocly.yaml
filepaths: /example: get: summary: Get Example description: This endpoint returns an example response. responses: '200': description: Successful response content: application/json: schema: $ref: "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/schemas/v3.0/schema.json"
Something went wrong when processing swagger.yml:
Expected behavior
Logs
OpenAPI description
Redocly Version(s) 1.25.5
Node.js
Version(s) v22.8.0OS, environment
MACOS sonoma version Version 14.6.1 Additional context
Front conversations