Skip to content
Last updated

respect-supported-versions

The version property must be one of the supported values.

ArazzoCompatibility
1.x✅

API design principles

This rule is used with Respect. The version property must be one of the Respect-supported values which may be different from the latest Arazzo version.

Configuration

OptionTypeDescription
severitystringPossible values: off, warn, error. Default off.

An example configuration:

rules:
  respect-supported-versions: error

Examples

Given the following configuration:

rules:
  respect-supported-versions: error

Example of a correct entry:

arazzo: 1.0.1

Resources