Reference

319

BatchPage

This page is generated from the exact OpenAPI component schema. It does not add undocumented validation or product behavior.

Download JSON Schema

PropertyRequiredTypeDescription
dataYesarray
nextCursorYesstring | null
json
{
  "type": "object",
  "additionalProperties": false,
  "required": [
    "data",
    "nextCursor"
  ],
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/BatchSummary"
      }
    },
    "nextCursor": {
      "type": [
        "string",
        "null"
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}