OpenAPI Tags Alphabetical Error (Edit)

The tags used to organize operations should be available in an alphabetical format keeping easy to navigate for consumers.

OpenAPITagsDefault

Rule Definition

openapi-tags-alphabetical-error.yaml
{"openapi-tags-name-error":{"description":"The tags used to organize operations should be available in an alphabetical format keeping easy to navigate for consumers.","message":"Tags MUST Be Alphabetical","given":"$.tags[*]","severity":"error","then":{"field":"name","function":"alphabetical","functionOptions":{"keyedBy":"name"}}}}

Back to All of the Rules