{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/bettercloud/refs/heads/main/json-schema/bettercloud-workflow-response-schema.json", "title": "WorkflowResponse", "description": "Single workflow response.", "type": "object", "properties": { "data": { "$ref": "#/components/schemas/Workflow" } } }