Skip to main content

non-empty-tag-name

Overview

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

A tag object must be assigned a valid non-null and non-empty name.

PropertyValue
EnabledYes
Maximum SeverityError
MessageTag name is missing or empty.
CodeOPENAPI3APIMATIC_L603
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Tags
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagsopenapi3 openapi apimatic semantic linting empty missing tag name

Suggested Fixes

  • Make sure all tags have non-null and non-empty names assigned to them.

For More Information