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.
Property | Value |
---|---|
Enabled | Yes |
Maximum Severity | Error |
Message | Required property title in Info Object is missing. |
Code | SWAGGER20STANDARDS_V020 |
Type | Validation |
Rule System | Semantic |
Broad Category | Info |
Products Impacted | API Transformer, Code Generation, Developer Experience Portal |
Tags | swagger2 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.