Skip to content
Last updated

By default, users can see schema field title properties.

The hideSchemaTitles option allows the schema field title to be hidden.

redocly.yaml
  schema:
    type: 'object'
    properties:
      name:
        title: Title
        type: string
        description: hooray

Options

OptionTypeDescription
hideSchemaTitlesbooleanHides the schema title next to the type. Defaults to false.

Examples

The following example hides the schema title properties:

redocly.yaml
openapi:
  hideSchemaTitles: true

Resources

  • 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 schema title customization
  • Configuration options - Explore other project configuration options for comprehensive documentation customization