Redocly / redocly-vs-code

Redocly VS Code extension
36 stars 8 forks source link

Preview inconsistency with enums #9

Open adamaltman opened 2 years ago

adamaltman commented 2 years ago

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