IssuePage
This page is generated from the exact OpenAPI component schema. It does not add undocumented validation or product behavior.
| Property | Required | Type | Description |
|---|---|---|---|
data | Yes | array | — |
nextCursor | Yes | string | null | — |
json
{
"type": "object",
"additionalProperties": false,
"required": [
"data",
"nextCursor"
],
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Issue"
}
},
"nextCursor": {
"type": [
"string",
"null"
]
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema"
}
