required-param-name-attribute
Overview
This rule belongs to the wadl-validation
ruleset and states that:
When a parameter is defined using the <param> element, it must also specify a non-empty name for it using the name
attribute.
Property | Value |
---|---|
Enabled | Yes |
Maximum Severity | Error |
Message | <param> element has a missing name. |
Code | WADL_V300 |
Type | Validation |
Rule System | Semantic |
Broad Category | Parameters |
Products Impacted | API Transformer, Code Generation, Developer Experience Portal |
Tags | wadl api semantic validation name attribute param parameter |
Suggested Fixes
- Ensure that the <param> element contains the
name
attribute. - Ensure that the value of the
name
attribute is not empty.