alphabetical-global-tags
Overview
This rule belongs to the openapi-v3-apimatic-linting
ruleset and states that:
Tags defined globally must be in alphabetical order.
Property | Value |
---|---|
Enabled | No |
Maximum Severity | Warning |
Message | Tags are not in alphabetical order. |
Code | OPENAPI3APIMATIC_L601 |
Type | Linting |
Rule System | Semantic |
Broad Category | OpenAPI Tags |
Products Impacted | API Transformer, Code Generation, Developer Experience Portal |
Tags | openapi3 openapi apimatic semantic linting tags alphabetical global |
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.