Last updated

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

OptionTypeDescription
hidePropertiesPrefixbooleanShows 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
  • openapi - Learn more about using openapi configuration.

Resources