The maxDisplayedEnumValues displays only the specified number of enum values. The remaining values are hidden in an expandable area. By default 10 values are displayed which is ideal for usability.
| Option | Type | Description |
|---|---|---|
| maxDisplayedEnumValues | number | Sets the number of enum values to display. Default value: 10. |
The following example displays three enum values for each enum field, any further values are available in an expandable section:
redocly.yaml
openapi:
maxDisplayedEnumValues: 3- OpenAPI configuration - Complete guide to OpenAPI configuration options for customizing API reference documentation
- OpenAPI Specification - Official OpenAPI Specification documentation for understanding API description standards
- OpenAPI visual reference - Visual guide to OpenAPI specification structure and enum value display configuration
- Configuration options - Explore other project configuration options for comprehensive documentation customization