test-case-request-uri-begins-with-forward-slash
Overview
This rule belongs to the openapi-v3-codegen-syntax-linting ruleset and states that:
The request URI for unit test cases specified under operation object must begin with a forward slash.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Error |
| Message | Operation test case request URI is missing forward slash. |
| Code | OPENAPI3CODEGENSYNTAX_L342 |
| Type | Linting |
| Rule System | Syntax |
| Broad Category | OpenAPI Operation Test Cases |
| Products Impacted | Code Generation, Developer Experience Portal |
| Tags | code generation sdks openapi3 openapi syntax linting apimatic test case request uri codegen setting |
Suggested Fixes
- Make sure the test case request URI begins with a forward slash.