Skip to main content

non-empty-info-title

Overview

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

The title of the application in the info object must be non-empty and non-null.

PropertyValue
EnabledYes
Maximum SeverityError
MessageRequired info title is missing or empty.
CodeOPENAPI3APIMATIC_L040
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Info
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagsopenapi3 openapi apimatic semantic linting API info title required missing empty

Suggested Fixes

  • Set a title of the application in the info object.
  • Assign a code-friendly and user-friendly title.
  • Avoid using special characters in the name.

For More Information