{ "$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-approver-schema.json", "title": "Approver", "description": "An individual or group approver.", "type": "object", "properties": { "userId": { "type": "string", "description": "User identifier.", "example": "jsmith@example.com" }, "name": { "type": "string", "description": "Approver display name.", "example": "Jane Smith" } } }