A filter for annotation stores.
{ "$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." }