cursor-input-cursor-output-types-should-match
Overview
This rule belongs to the apimatic-codegen-validation
ruleset and states that:
The input
and output
fields in a cursor-based pagination object must have matching schema types. For example, if the input
field is of type string
, the output
field must also be of type string
.
Property | Value |
---|---|
Enabled | Yes |
Maximum Severity | Error |
Message | The schema types for cursor input and output fields don't match. |
Code | APIMATICCODEGEN_V111 |
Type | Validation |
Rule System | Semantic |
Broad Category | Endpoint Responses |
Products Impacted | Code Generation, Developer Experience Portal |
Tags | apimatic code generation codegen sdks portal docs validation apimatic pagination input output type response endpoint |