{ "$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." } ] } } }