{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WorkflowJobList", "title": "WorkflowJobList", "type": "object", "properties": { "items": { "type": "array", "items": { "$ref": "#/components/schemas/WorkflowJob" }, "description": "List of workflow jobs" }, "next_page_token": { "type": "string", "description": "Token for retrieving the next page" } } }