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