Amazon HealthOmics · Schema

WorkflowListItem

A workflow.

BioinformaticsGenomicsHealthcareLife SciencesCloud Computing

Properties

Name Type Description
arn object
id object
name object
status object
type object
digest object
creationTime object
metadata object
View JSON Schema on GitHub

JSON Schema

healthomics-workflow-list-item-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-workflow-list-item-schema.json",
  "title": "WorkflowListItem",
  "type": "object",
  "properties": {
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkflowArn"
        },
        {
          "description": "The workflow's ARN."
        }
      ]
    },
    "id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkflowId"
        },
        {
          "description": "The workflow's ID."
        }
      ]
    },
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkflowName"
        },
        {
          "description": "The workflow's name."
        }
      ]
    },
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkflowStatus"
        },
        {
          "description": "The workflow's status."
        }
      ]
    },
    "type": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkflowType"
        },
        {
          "description": "The workflow's type."
        }
      ]
    },
    "digest": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkflowDigest"
        },
        {
          "description": "The workflow's digest."
        }
      ]
    },
    "creationTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkflowTimestamp"
        },
        {
          "description": "When the workflow was created."
        }
      ]
    },
    "metadata": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkflowMetadata"
        },
        {
          "description": " Any metadata available for workflow. The information listed may vary depending on the workflow, and there may also be no metadata to return. "
        }
      ]
    }
  },
  "description": "A workflow."
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/healthomics-workflow-list-item"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.