required-external-documentation-url
Overview
This rule belongs to the swagger-v2-standards-validation
ruleset and states that:
The External Documentation Object must specify the URL for the target documentation using the url
property.
Property | Value |
---|---|
Enabled | Yes |
Maximum Severity | Error |
Message | Required property url in the External Documentation Object is missing. |
Code | SWAGGER20STANDARDS_V085 |
Type | Validation |
Rule System | Semantic |
Broad Category | External Documentation |
Products Impacted | API Transformer, Developer Experience Portal |
Tags | swagger2 swagger standards semantic validation url external documentation docs |
Suggested Fixes
- Add missing
url
property in the External Documentation Object. - Make sure that the
url
property is not null or empty.