Skip to main content

alphabetical-operation-tags

Overview

This rule belongs to the openapi-v3-apimatic-linting ruleset and states that:

Tags defined within the operation object must be in alphabetical order.

PropertyValue
EnabledNo
Maximum SeverityWarning
MessageOperation tags are not in alphabetical order.
CodeOPENAPI3APIMATIC_L234
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Operations
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagsopenapi3 openapi apimatic semantic linting tags alphabetical operation

Suggested Fixes

  • Arrange the tags so that they are in alphabetical order.
  • If any tag is out of position, move it to the correct position.

For More Information