Amazon HealthOmics · JSON Structure

Healthomics Read Set Files Structure

Files in a read set.

Type: object Properties: 3
BioinformaticsGenomicsHealthcareLife SciencesCloud Computing

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

Properties

source1 source2 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-read-set-files-schema.json",
  "name": "ReadSetFiles",
  "type": "object",
  "properties": {
    "source1": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FileInformation"
        },
        {
          "description": "The location of the first file in Amazon S3."
        }
      ]
    },
    "source2": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FileInformation"
        },
        {
          "description": "The location of the second file in Amazon S3."
        }
      ]
    },
    "index": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FileInformation"
        },
        {
          "description": "The files' index."
        }
      ]
    }
  },
  "description": "Files in a read set."
}