Amazon Transit Gateway · API Governance Rules
Amazon Transit Gateway API Rules
Spectral linting rules defining API design standards and conventions for Amazon Transit Gateway.
4 Rules
warn 3
info 1
Rule Categories
no
property
schema
Rules
warn
schema-declares-$schema
Every JSON Schema document should declare its $schema (draft).
$
info
schema-has-title
JSON Schema documents should declare a title.
$
warn
property-name-casing
Schema properties should be PascalCase (the dominant convention in this API).
$..properties
warn
no-empty-descriptions
Descriptions must not be empty strings.
$..description