Amazon HealthOmics · Schema

AnnotationType

BioinformaticsGenomicsHealthcareLife SciencesCloud Computing
View JSON Schema on GitHub

JSON Schema

healthomics-annotation-type-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-annotation-type-schema.json",
  "title": "AnnotationType",
  "type": "string",
  "enum": [
    "GENERIC",
    "CHR_POS",
    "CHR_POS_REF_ALT",
    "CHR_START_END_ONE_BASE",
    "CHR_START_END_REF_ALT_ONE_BASE",
    "CHR_START_END_ZERO_BASE",
    "CHR_START_END_REF_ALT_ZERO_BASE"
  ]
}