-
Notifications
You must be signed in to change notification settings - Fork 314
Description
Titles from schemas are not rendered. I would expect them to be renderes as a title above the description (if any). According to the OpenAPI spec, the title property of schema elements are "as is" from JSON schema, i.e. it is supposed to be a one-line description of the schema. The description property is for longer descriptions (and may use MarkDown in OpenAPI - which the title may not!).
Screenshots are using the rapidoc js file from the playground (actual rendering) and from using a locally modified one from the PensionDanmark doc site (expected rendering).
The OpenAPI spec is "titles.json" (attached as titles.txt).
Expected rendering, inline schemas:
Actual rendering, inline schemas:
Expected rendering, schemas in components:
Actual rendering, schemas in components:
Expected rendering, schemas section:
Actual rendering, schemas section: