Amazon HealthOmics · JSON Structure

Healthomics Reference Files Structure

A set of genome reference files.

Type: object Properties: 2
BioinformaticsGenomicsHealthcareLife SciencesCloud Computing

ReferenceFiles is a JSON Structure definition published by Amazon HealthOmics, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

source index

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthomics/refs/heads/main/json-schema/healthomics-reference-files-schema.json",
  "name": "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."
}