{ "$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-pending-approvables-response-structure.json", "name": "PendingApprovablesResponse", "description": "Response containing pending approval tasks.", "type": "object", "properties": { "tasks": { "type": "array", "description": "List of pending approval tasks.", "items": { "$ref": "#/components/schemas/PendingApprovalTask" } } } }