required-tag-name
Overview
This rule belongs to the swagger-v2-standards-validation ruleset and states that:
The Tag Object must specify a user-friendly name for the tag using the name property.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Error |
| Message | Required property name in the Tag Object is missing. |
| Code | SWAGGER20STANDARDS_V260 |
| Type | Validation |
| Rule System | Semantic |
| Broad Category | Tags |
| Products Impacted | API Transformer, Code Generation, Developer Experience Portal |
| Tags | swagger2 swagger standards semantic validation name tag |
Suggested Fixes
- Add missing
nameproperty in the Tag Object. - Make sure that the
nameproperty is not null or empty.