Skip to main content

required-info-title

Overview

This rule belongs to the openapi-v3-standards-validation ruleset and states that:

The Info Object must specify a title of the API using the title property.

PropertyValue
EnabledYes
Maximum SeverityError
MessageRequired property title in Info Object is missing.
CodeOPENAPI3STANDARDS_V010
TypeValidation
Rule SystemSemantic
Broad CategoryInfo
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagsopenapi3 openapi standards semantic validation api title api title info metadata

Suggested Fixes

  • Add missing title property in the Info Object.
  • Make sure that the title property value is not null or empty.

For More Information