Amazon HealthOmics · Schema

ListAnnotationStoresFilter

A filter for annotation stores.

BioinformaticsGenomicsHealthcareLife SciencesCloud Computing

Properties

Name Type Description
status object
View JSON Schema on GitHub

JSON Schema

healthomics-list-annotation-stores-filter-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-list-annotation-stores-filter-schema.json",
  "title": "ListAnnotationStoresFilter",
  "type": "object",
  "properties": {
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StoreStatus"
        },
        {
          "description": "A status to filter on."
        }
      ]
    }
  },
  "description": "A filter for annotation stores."
}