non-empty-info-title
Overview
This rule belongs to the openapi-v3-apimatic-linting ruleset and states that:
The title of the application in the info object must be non-empty and non-null.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Error |
| Message | Required info title is missing or empty. |
| Code | OPENAPI3APIMATIC_L040 |
| Type | Linting |
| Rule System | Semantic |
| Broad Category | OpenAPI Info |
| Products Impacted | API Transformer, Code Generation, Developer Experience Portal |
| Tags | openapi3 openapi apimatic semantic linting API info title required missing empty |
Suggested Fixes
- Set a title of the application in the info object.
- Assign a code-friendly and user-friendly title.
- Avoid using special characters in the name.