{ "$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-source-schema.json", "name": "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." }