{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthomics/refs/heads/main/json-schema/healthomics-list-run-tasks-response-schema.json", "name": "ListRunTasksResponse", "type": "object", "properties": { "items": { "allOf": [ { "$ref": "#/components/schemas/TaskList" }, { "description": "A list of tasks." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/TaskListToken" }, { "description": "A pagination token that's included if more results are available." } ] } } }