Amazon HealthOmics · Schema

TsvOptions

Formatting options for a TSV file.

BioinformaticsGenomicsHealthcareLife SciencesCloud Computing

Properties

Name Type Description
readOptions object
View JSON Schema on GitHub

JSON Schema

healthomics-tsv-options-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-tsv-options-schema.json",
  "title": "TsvOptions",
  "type": "object",
  "properties": {
    "readOptions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ReadOptions"
        },
        {
          "description": "The file's read options."
        }
      ]
    }
  },
  "description": "Formatting options for a TSV file."
}