BetterCloud · Schema

WorkflowResponse

Single workflow response.

AutomationComplianceEnterpriseIT OperationsSaaS ManagementSecurityWorkflowsUser Lifecycle

Properties

Name Type Description
data object
View JSON Schema on GitHub

JSON Schema

bettercloud-workflow-response-schema.json Raw ↑
{
  "$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"
    }
  }
}