Amazon HealthOmics · Schema

UpdateVariantStoreRequest

BioinformaticsGenomicsHealthcareLife SciencesCloud Computing

Properties

Name Type Description
description object
View JSON Schema on GitHub

JSON Schema

healthomics-update-variant-store-request-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-update-variant-store-request-schema.json",
  "title": "UpdateVariantStoreRequest",
  "type": "object",
  "properties": {
    "description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StoreDescription"
        },
        {
          "description": "A description for the store."
        }
      ]
    }
  }
}