Amazon HealthOmics · Schema

CreateWorkflowRequest

BioinformaticsGenomicsHealthcareLife SciencesCloud Computing

Properties

Name Type Description
name object
description object
engine object
definitionZip object
definitionUri object
main object
parameterTemplate object
storageCapacity object
tags object
requestId object
accelerators object
View JSON Schema on GitHub

JSON Schema

healthomics-create-workflow-request-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-create-workflow-request-schema.json",
  "title": "CreateWorkflowRequest",
  "type": "object",
  "required": [
    "requestId"
  ],
  "properties": {
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkflowName"
        },
        {
          "description": "A name for the workflow."
        }
      ]
    },
    "description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkflowDescription"
        },
        {
          "description": "A description for the workflow."
        }
      ]
    },
    "engine": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkflowEngine"
        },
        {
          "description": "An engine for the workflow."
        }
      ]
    },
    "definitionZip": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Blob"
        },
        {
          "description": "A ZIP archive for the workflow."
        }
      ]
    },
    "definitionUri": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkflowDefinition"
        },
        {
          "description": "The URI of a definition for the workflow."
        }
      ]
    },
    "main": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkflowMain"
        },
        {
          "description": "The path of the main definition file for the workflow."
        }
      ]
    },
    "parameterTemplate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkflowParameterTemplate"
        },
        {
          "description": "A parameter template for the workflow."
        }
      ]
    },
    "storageCapacity": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CreateWorkflowRequestStorageCapacityInteger"
        },
        {
          "description": "A storage capacity for the workflow in gigabytes."
        }
      ]
    },
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagMap"
        },
        {
          "description": "Tags for the workflow."
        }
      ]
    },
    "requestId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkflowRequestId"
        },
        {
          "description": "To ensure that requests don't run multiple times, specify a unique ID for each request."
        }
      ]
    },
    "accelerators": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Accelerators"
        },
        {
          "description": " The computational accelerator specified to run the 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-create-workflow-request"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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