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.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Error |
| Message | Required property title in Info Object is empty or missing. |
| Code | SWAGGER1_V052 |
| Type | Validation |
| Rule System | Semantic |
| Broad Category | Resource Listing |
| Products Impacted | API Transformer, Code Generation, Developer Experience Portal |
| Tags | swagger1 swagger semantic validation api title api title info metadata resource listing |
Suggested Fixes
- Add missing
titleproperty in the Info Object. - Make sure that the
titleproperty value is not null or empty.