A source for an annotation import job.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthomics/refs/heads/main/json-schema/healthomics-annotation-import-item-source-schema.json", "title": "AnnotationImportItemSource", "type": "object", "required": [ "source" ], "properties": { "source": { "allOf": [ { "$ref": "#/components/schemas/S3Uri" }, { "description": "The source file's location in Amazon S3." } ] } }, "description": "A source for an annotation import job." }