Last updated

spot-supported-versions

The version property must be one of the supported values.

ArazzoCompatibility
1.0.0

API design principles

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

Configuration

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

An example configuration:

arazzoRules:
  spot-supported-versions: error

Examples

Given the following configuration:

arazzoRules:
  spot-supported-versions: error

Example of a correct entry:

arazzo: 1.0.0

Resources