A schema field can set a title property, and Redoc displays it next to the field type. The hideSchemaTitles option hides those titles.
redocly.yaml
schema:
type: 'object'
properties:
name:
title: Title
type: string
description: hooray| Option | Type | Description |
|---|---|---|
| hideSchemaTitles | boolean | Hide the schema title next to the type. Default: false. |
The following example hides the schema title properties:
redocly.yaml
openapi:
hideSchemaTitles: true- OpenAPI configuration - All the options you can set under
openapi - OpenAPI Specification - The official standard for API descriptions
- OpenAPI visual reference - A visual map of every part of an OpenAPI description
- Configuration options - All the other options for your project