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.
| Property | Value |
|---|---|
| Enabled | No |
| Maximum Severity | Warning |
| Message | Operation tags are not in alphabetical order. |
| Code | OPENAPI3APIMATIC_L234 |
| Type | Linting |
| Rule System | Semantic |
| Broad Category | OpenAPI Operations |
| Products Impacted | API Transformer, Code Generation, Developer Experience Portal |
| Tags | openapi3 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.