{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthomics/refs/heads/main/json-schema/healthomics-annotation-import-item-detail-schema.json", "name": "AnnotationImportItemDetail", "type": "object", "required": [ "source", "jobStatus" ], "properties": { "source": { "allOf": [ { "$ref": "#/components/schemas/S3Uri" }, { "description": "The source file's location in Amazon S3." } ] }, "jobStatus": { "allOf": [ { "$ref": "#/components/schemas/JobStatus" }, { "description": "The item's job status." } ] } }, "description": "Details about an imported annotation item." }