Skip to main content

required-resource-listing-info-title

Overview

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

The Info Object in a Swagger v1 Resource Listing document must specify a title of the API using the title property. If a title is not found, a default title will be assigned automatically during import/transformations in APIMatic.

PropertyValue
EnabledYes
Maximum SeverityError
MessageRequired property title in Info Object is empty or missing.
CodeSWAGGER1_V052
TypeValidation
Rule SystemSemantic
Broad CategoryResource Listing
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagsswagger1 swagger semantic validation api title api title info metadata resource listing

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