{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/ariba-sourcing/refs/heads/main/json-structure/external-approval-api-approval-action-response-structure.json", "name": "ApprovalActionResponse", "description": "Response from submitting an approval action.", "type": "object", "properties": { "taskId": { "type": "string", "description": "Task identifier.", "example": "TASK-500123" }, "action": { "type": "string", "description": "Action submitted.", "example": "approve" }, "status": { "type": "string", "description": "Result status.", "example": "submitted" } } }