I am trying to build an API doc using OpenAPI specifications. I am using Redocly CLI for building the UI by using this command:
redocly build-docs openapi/openapi.yaml
But I am getting this error:
Found undefined and using theme.openapi options
Prerendering docsError: Invalid JSON pointer: components/schemas/agreement_schema.yaml#/NewAgreement
I rechecked my paths but they are correct. I have created a StackBlitz for the issue. That is why I am not sharing any code here.
How can I solve this?