required-application-doc-title
Overview
This rule belongs to the wadl-validation ruleset and states that:
A user-friendly title for the target API must be specified in the title attribute of the <doc> section nested directly within the root <application> element. If title information is not found, a default value will be assigned for it automatically during import/transformations in APIMatic.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Error |
| Message | A title for <application> is missing. |
| Code | WADL_V001 |
| Type | Validation |
| Rule System | Semantic |
| Broad Category | API Metadata |
| Products Impacted | API Transformer, Code Generation, Developer Experience Portal |
| Tags | wadl api semantic validation title doc application |
Suggested Fixes
- Ensure that a <doc> child element exists directly within the root <application> element.
- Ensure that a
titleattribute exists in the <doc> child element of the <application> element. - Ensure that the
titlevalue is not missing/empty.