redocly-vs-code icon indicating copy to clipboard operation
redocly-vs-code copied to clipboard

Preview inconsistency with enums

Open adamaltman opened this issue 3 years ago • 0 comments

What happened?

Notice the types and subtypes in this VS Code preview:

2022-02-03_21-30-55

Notice the same preview run with openapi preview-docs command (same exact API operation).

2022-02-03_21-34-18

It is not displaying the enum values.

What should have happened instead?

It should display the enum values.

Minimal reproducible OpenAPI snippet

rebilly/api-definitions (core API "create kyc request")

Additional context

  • VS Code extension: v0.2.3

adamaltman avatar Feb 04 '22 03:02 adamaltman