Skip to main content

non-empty-operation-tag

Overview

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

Tags list defined inside operation object must contain non-null and non-empty tags.

PropertyValue
EnabledYes
Maximum SeverityError
MessageOperation tag is null or empty.
CodeOPENAPI3APIMATIC_L232
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Operations
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagsopenapi3 openapi apimatic semantic linting tags tag operation empty

Suggested Fixes

  • Ensure that all operations have non-null and non-empty tags assigned to them.
  • Ensure that tags list defined inside operation object does not contain empty or null tags.

For More Information