Amazon HealthOmics · JSON Structure

Healthomics Source Files Structure

Source files for a sequence.

Type: object Properties: 2 Required: 1
BioinformaticsGenomicsHealthcareLife SciencesCloud Computing

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

Properties

source1 source2

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-source-files-schema.json",
  "name": "SourceFiles",
  "type": "object",
  "required": [
    "source1"
  ],
  "properties": {
    "source1": {
      "allOf": [
        {
          "$ref": "#/components/schemas/S3Uri"
        },
        {
          "description": "The location of the first file in Amazon S3."
        }
      ]
    },
    "source2": {
      "allOf": [
        {
          "$ref": "#/components/schemas/S3Uri"
        },
        {
          "description": "The location of the second file in Amazon S3."
        }
      ]
    }
  },
  "description": "Source files for a sequence."
}