{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/KYCSignatoryCheckResult",
"title": "KYCSignatoryCheckResult",
"properties": {
"checks": {
"description": "A list of the checks and their statuses.",
"items": {
"$ref": "#/components/schemas/KYCCheckStatusData"
},
"type": "array"
},
"signatoryCode": {
"description": "The code of the signatory to which the check applies.",
"type": "string"
}
},
"type": "object"
}