{ "$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-import-jobs-request-schema.json", "title": "ListAnnotationImportJobsRequest", "type": "object", "properties": { "ids": { "allOf": [ { "$ref": "#/components/schemas/ListAnnotationImportJobsRequestIdsList" }, { "description": "IDs of annotation import jobs to retrieve." } ] }, "filter": { "allOf": [ { "$ref": "#/components/schemas/ListAnnotationImportJobsFilter" }, { "description": "A filter to apply to the list." } ] } } }