Skip to content

configuration definitions descriptiontitle properties headinglevel

Robert Massaioli edited this page Sep 6, 2021 · 3 revisions

headingLevel Schema

https://github.com/robertmassaioli/openapi-merge/blob/main/packages/openapi-merge-cli/src/data.ts#/definitions/DescriptionTitle/properties/headingLevel

What heading level this heading will be at: from h1 through to h6. The default value is 1 and will create h1 elements in Markdown format.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status Unknown identifiability Forbidden Allowed none configuration.schema.json*

headingLevel Type

number (headingLevel)

headingLevel Constraints

maximum: the value of this number must smaller than or equal to: 6

minimum: the value of this number must greater than or equal to: 1

headingLevel Default Value

The default value is:

1

Clone this wiki locally