{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/notifications-kyc-ultimate-parent-company-check-result-schema.json", "title": "KYCUltimateParentCompanyCheckResult", "description": "KYCUltimateParentCompanyCheckResult schema from Adyen API", "type": "object", "properties": { "checks": { "description": "A list of the checks and their statuses.", "items": { "$ref": "#/components/schemas/KYCCheckStatusData" }, "type": "array" }, "ultimateParentCompanyCode": { "x-addedInVersion": "6", "description": "The code of the Ultimate Parent Company to which the check applies.", "type": "string" } } }