Skip to main content

required-title

Overview

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

The root object of RAML document must specify a short user-friendly title of the API using the title property. If title information is not provided, a default value will be assigned to it automatically during import/transformations in APIMatic.

PropertyValue
EnabledYes
Maximum SeverityError
MessageRequired property title in root object is missing.
CodeRAML_V100
TypeValidation
Rule SystemSemantic
Broad CategoryAPI Metadata
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagsraml semantic validation title basic metadata

Suggested Fixes

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

For More Information