{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mainframe-modernization/refs/heads/main/json-structure/amazon-mainframe-modernization-get-data-set-import-task-response-structure.json", "name": "GetDataSetImportTaskResponse", "description": "GetDataSetImportTaskResponse schema from AWS Mainframe Modernization API", "type": "object", "properties": { "status": { "allOf": [ { "$ref": "#/components/schemas/DataSetTaskLifecycle" }, { "description": "The status of the task." } ] }, "summary": { "allOf": [ { "$ref": "#/components/schemas/DataSetImportSummary" }, { "description": "A summary of the status of the task." } ] }, "taskId": { "allOf": [ { "$ref": "#/components/schemas/Identifier" }, { "description": "The task identifier." } ] } }, "required": [ "status", "taskId" ] }