An approval request entry.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/ariba-sourcing/refs/heads/main/json-schema/external-approval-api-approval-request-schema.json", "title": "ApprovalRequest", "description": "An approval request entry.", "type": "object", "properties": { "approvers": { "type": "array", "description": "List of approvers.", "items": { "$ref": "#/components/schemas/Approver" } } } }