Amazon HealthOmics · Schema

ReferenceFiles

A set of genome reference files.

BioinformaticsGenomicsHealthcareLife SciencesCloud Computing

Properties

Name Type Description
source object
index object
View JSON Schema on GitHub

JSON Schema

healthomics-reference-files-schema.json Raw ↑
{
  "$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."
}