A set of genome reference files.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthomics/refs/heads/main/json-schema/healthomics-reference-files-schema.json", "title": "ReferenceFiles", "type": "object", "properties": { "source": { "allOf": [ { "$ref": "#/components/schemas/FileInformation" }, { "description": "The source file's location in Amazon S3." } ] }, "index": { "allOf": [ { "$ref": "#/components/schemas/FileInformation" }, { "description": "The files' index." } ] } }, "description": "A set of genome reference files." }