Skip to main content

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.

PropertyValue
EnabledYes
Maximum SeverityError
MessageThe JSON pointer references a non-existent property in the JSON object.
CodeOPENAPI3APIMATIC_L1004
TypeLinting
Rule SystemSemantic
Broad CategoryPagination
Products ImpactedCode Generation, Developer Experience Portal
Tagsopenapi3 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.

For More Information