hidePropertiesPrefix
In complex data structures or object schemas where properties are nested within parent objects the hidePropertiesPrefix
option enables the hiding of parent names for nested properties within the documentation.
Options
Option | Type | Description |
---|---|---|
hidePropertiesPrefix | boolean | Shows or hides parent name for the nested properties inside schema. Defaults to false . |
Examples
The following example hides the parent object names for nested properties.
redocly.yaml
openapi: hidePropertiesPrefix: true
Related options
- openapi - Learn more about using
openapi
configuration.