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