{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-comprehend/refs/heads/main/json-structure/openapi.yml-list-entities-detection-jobs-response-structure.json", "name": "ListEntitiesDetectionJobsResponse", "description": "ListEntitiesDetectionJobsResponse schema", "type": "object", "properties": { "EntitiesDetectionJobPropertiesList": { "allOf": [ { "$ref": "#/components/schemas/EntitiesDetectionJobPropertiesList" }, { "description": "A list containing the properties of each job that is returned." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "Identifies the next page of results to return." } ] } } }