required-resource-path
Overview
This rule belongs to the swagger-v1-validation ruleset and states that: 
The Resource Object must specify a non-empty path to the API declaration document using the path property. This path must be relative from the path used to retrieve the Resource Listing document.
| Property | Value | 
|---|---|
| Enabled | Yes | 
| Maximum Severity | Error | 
| Message | Required property pathin Resource Object is empty or missing. | 
| Code | SWAGGER1_V100 | 
| Type | Validation | 
| Rule System | Semantic | 
| Broad Category | Resources | 
| Products Impacted | API Transformer, Code Generation, Developer Experience Portal | 
| Tags | swagger1swaggersemanticvalidationpathresource | 
Suggested Fixes
- Add missing pathproperty in the Resource Object.
- Make sure that the pathproperty value is not null or empty.
- Ensure that the pathproperty value is a relative path which when combined with the Resource Listing's base path points to a publicly accessible API declaration document.