1The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",2"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in3this document are to be interpreted as described in RFC2119.Copied!
ruleset.md
file you can find a digest of API Guidelines rules which you can validating your API description documents with. If you are using OpenAPI Specification as the API description format you can also leverage the .spectral.yaml
ruleset to automatically verify your specification compliance using Spectral.spectral lint <oas-file> -r <adidas-api-guidelines-folder>/.spectral.yaml
where <adidas-api-guidelines-folder>/.spectral.yaml
indicated the location .spectral.yaml
file.