{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthomics/refs/heads/main/json-schema/healthomics-update-workflow-request-schema.json", "name": "UpdateWorkflowRequest", "type": "object", "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." } ] } } }