{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthomics/refs/heads/main/json-schema/healthomics-reference-item-schema.json", "name": "ReferenceItem", "type": "object", "properties": { "referenceArn": { "allOf": [ { "$ref": "#/components/schemas/ReferenceArn" }, { "description": "The reference's ARN." } ] } }, "description": "A genome reference." }