Amazon HealthOmics · JSON Structure

Healthomics List Annotation Import Jobs Filter Structure

A filter for annotation import jobs.

Type: object Properties: 2
BioinformaticsGenomicsHealthcareLife SciencesCloud Computing

ListAnnotationImportJobsFilter is a JSON Structure definition published by Amazon HealthOmics, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

status storeName

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthomics/refs/heads/main/json-schema/healthomics-list-annotation-import-jobs-filter-schema.json",
  "name": "ListAnnotationImportJobsFilter",
  "type": "object",
  "properties": {
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobStatus"
        },
        {
          "description": "A status to filter on."
        }
      ]
    },
    "storeName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "A store name to filter on."
        }
      ]
    }
  },
  "description": "A filter for annotation import jobs."
}