Amazon HealthOmics · JSON Structure

Healthomics Format Options Structure

Formatting options for a file.

Type: object Properties: 2
BioinformaticsGenomicsHealthcareLife SciencesCloud Computing

FormatOptions 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

tsvOptions vcfOptions

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-format-options-schema.json",
  "name": "FormatOptions",
  "type": "object",
  "properties": {
    "tsvOptions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TsvOptions"
        },
        {
          "description": "Options for a TSV file."
        }
      ]
    },
    "vcfOptions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VcfOptions"
        },
        {
          "description": "Options for a VCF file."
        }
      ]
    }
  },
  "description": "Formatting options for a file."
}