Zapier · Schema

RunActionResponse

RunActionResponse schema from Partner API

IntegrationsiPaaS

Properties

Name Type Description
data object
View JSON Schema on GitHub

JSON Schema

partner-api-run-action-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RunActionResponse",
  "description": "RunActionResponse schema from Partner API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/zapier/refs/heads/main/json-schema/partner-api-run-action-response-schema.json",
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/_RunActionResponse"
    }
  },
  "required": [
    "data"
  ]
}