{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClientAsyncApprovalNotificationsChannelsAPIPatchConfiguration", "title": "ClientAsyncApprovalNotificationsChannelsAPIPatchConfiguration", "type": [ "array", "null" ], "description": "Array of notification channels for contacting the user when their approval is required. Valid values are `guardian-push`, `email`.", "minItems": 1, "items": { "$ref": "#/components/schemas/AsyncApprovalNotificationsChannelsEnum" } }