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
Just wanted to add for someone still experiencing this issue:
We bumped the @stoplight/elements package from 7.7.7 to 8.0.2 (https://github.com/dyte-io/docs/pull/261/files) , and this issue was resolved somewhere in between, we see the correct "Dictionary" type now:
Context
Swagger specs can define string-to-object dictionary mappings with the following config:
In these cases, the object keys can be any string, but the object values have a fixed schema.
Current Behavior
Elements does not display the object value schema for dictionary mappings. It simply says "object" with no further details:
Expected Behavior
Elements should display the object value schema. For example, ReDoc allows expanding object value schema:
Steps to Reproduce
Example referenced in the above two screenshots:
Environment
unpkg.com/@stoplight/elements
.The text was updated successfully, but these errors were encountered: