Amazon HealthOmics · JSON Structure

Healthomics Store Options Structure

Settings for a store.

Type: object Properties: 1
BioinformaticsGenomicsHealthcareLife SciencesCloud Computing

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

Properties

tsvStoreOptions

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-store-options-schema.json",
  "name": "StoreOptions",
  "type": "object",
  "properties": {
    "tsvStoreOptions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TsvStoreOptions"
        },
        {
          "description": "File settings for a TSV store."
        }
      ]
    }
  },
  "description": "Settings for a store."
}