Amazon HealthOmics · JSON Structure

Healthomics Create Workflow Response Structure

Type: object Properties: 4
BioinformaticsGenomicsHealthcareLife SciencesCloud Computing

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

Properties

arn id status tags

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-create-workflow-response-schema.json",
  "name": "CreateWorkflowResponse",
  "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."
        }
      ]
    },
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkflowStatus"
        },
        {
          "description": "The workflow's status."
        }
      ]
    },
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagMap"
        },
        {
          "description": "The workflow's tags."
        }
      ]
    }
  }
}