required-license-name
Overview
This rule belongs to the swagger-v2-standards-validation
ruleset and states that:
The License Object must specify name of the license (used for the API) using the name
property.
Property | Value |
---|---|
Enabled | Yes |
Maximum Severity | Error |
Message | Required property name in License Object is missing. |
Code | SWAGGER20STANDARDS_V030 |
Type | Validation |
Rule System | Semantic |
Broad Category | License |
Products Impacted | API Transformer, Code Generation, Developer Experience Portal |
Tags | swagger2 swagger standards semantic validation name license |
Suggested Fixes
- Add missing
name
property in the License Object. - Make sure that the
name
property value is not null or empty. - The value should indicate a valid license name e.g. Apache 2.0.