Skip to main content

required-info-title

Overview

This rule belongs to the swagger-v2-standards-validation ruleset and states that:

The Info Object must specify a title of the API using the title property. If title information is missing, a default value will be assigned automatically during import/transformations in APIMatic.

PropertyValue
EnabledYes
Maximum SeverityError
MessageRequired property title in Info Object is missing.
CodeSWAGGER20STANDARDS_V020
TypeValidation
Rule SystemSemantic
Broad CategoryInfo
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagsswagger2 swagger 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