pagination-pointer-points-valid-property
Overview
This rule belongs to the openapi-v3-apimatic-linting ruleset and states that:
The JSON pointer must reference an existing property within the request or response structure. If it points to a property that does not exist, the pagination configuration is considered invalid.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Error |
| Message | The JSON pointer references a non-existent property in the JSON object. |
| Code | OPENAPI3APIMATIC_L1004 |
| Type | Linting |
| Rule System | Semantic |
| Broad Category | Pagination |
| Products Impacted | Code Generation, Developer Experience Portal |
| Tags | openapi3 openapi apimatic semantic linting pagination pointer response endpoint |
Suggested Fixes
- Verify that the property referenced by the JSON pointer exists in the request or response schema.
- Check the pointer path for typos or incorrect property names.