Built-in ruleset properties for OpenAPI
Some information in the OpenAPI description file can be overridden by specifying the
ruleset properties for OpenAPI.
| Name | Valid values | Default value | Description |
|---|---|---|---|
| openapi.info.title | A string | See the description in the Info Object
|
|
| openapi.info.description | A string | See the description in the Info Object
|
|
| openapi.execute.operation.summary | A string | See the description in the Operation Object
|
|
| openapi.execute.operation.description | A string | See the description in the Operation Object
|
|
| openapi.execute.operation.operationId | A string | See the description in the Operation Object
|