Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.05 KB

spot-supported-versions.md

File metadata and controls

48 lines (31 loc) · 1.05 KB

spot-supported-versions

The version property must be one of the supported values.

Arazzo Compatibility
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

Option Type Description
severity string Possible 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

Related rules

Resources