KYCCheckSummary schema from Adyen API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/notifications-kyc-check-summary-schema.json", "title": "KYCCheckSummary", "description": "KYCCheckSummary schema from Adyen API", "type": "object", "properties": { "kycCheckCode": { "x-addedInVersion": "5", "description": "The code of the check. For possible values, refer to [Verification codes](https://docs.adyen.com/marketplaces-and-platforms/classic/verification-process/verification-codes).", "format": "int32", "type": "integer" }, "kycCheckDescription": { "x-addedInVersion": "5", "description": "A description of the check.", "type": "string" } } }