Built-in ruleset properties for OpenAPI

Some information in the OpenAPI description file can be overridden by specifying the ruleset properties for OpenAPI.
Table 1. Built-in ruleset properties for OpenAPI
Name Valid values Default value Description
openapi.info.title A string   See the description in the Info Object External link opens a new window or tab section in the OpenAPI Specification.
openapi.info.description A string   See the description in the Info Object External link opens a new window or tab section in the OpenAPI Specification.
openapi.execute.operation.summary A string   See the description in the Operation Object External link opens a new window or tab section in the OpenAPI Specification.
openapi.execute.operation.description A string   See the description in the Operation Object External link opens a new window or tab section in the OpenAPI Specification.
openapi.execute.operation.operationId A string   See the description in the Operation Object External link opens a new window or tab section in the OpenAPI Specification.