-
Notifications
You must be signed in to change notification settings - Fork 304
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The following type:
"field": {
"anyOf": [
{
"$ref": "#/components/schemas/AttributeId"
},
{
"enum": [
"dealValue",
"price",
"userRating",
"popularityScore"
]
}
]
},
Does not render the enum values for some reason.
Expected behavior
To see the enum values similar to reDoc.
Current behavior
Nothing is shown.
Screenshots
Same type rendered using reDocly
Your Environment
- Version used: 4.6.0, docusaurus 3.9.2
- OpenAPI spec generated using: https://orpc.dev/
- Operating System and version (desktop or mobile): Windows 11 ARM
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working