{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediapackage/refs/heads/main/json-schema/mediapackage-api-list-harvest-jobs-response-schema.json", "title": "ListHarvestJobsResponse", "description": "ListHarvestJobsResponse schema from Amazon MediaPackage API", "type": "object", "properties": { "HarvestJobs": { "allOf": [ { "$ref": "#/components/schemas/__listOfHarvestJob" }, { "xml": { "name": "harvestJobs" }, "description": "A list of HarvestJob records." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "nextToken" }, "description": "A token that can be used to resume pagination from the end of the collection." } ] } } }