{ "$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-request-schema.json", "title": "ListAnnotationStoresRequest", "type": "object", "properties": { "ids": { "allOf": [ { "$ref": "#/components/schemas/ListAnnotationStoresRequestIdsList" }, { "description": "IDs of stores to list." } ] }, "filter": { "allOf": [ { "$ref": "#/components/schemas/ListAnnotationStoresFilter" }, { "description": "A filter to apply to the list." } ] } } }