{ "$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-pii-entities-detection-jobs-response-structure.json", "name": "ListPiiEntitiesDetectionJobsResponse", "description": "ListPiiEntitiesDetectionJobsResponse schema", "type": "object", "properties": { "PiiEntitiesDetectionJobPropertiesList": { "allOf": [ { "$ref": "#/components/schemas/PiiEntitiesDetectionJobPropertiesList" }, { "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." } ] } } }