{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/accounts-individual-details-schema.json",
"title": "IndividualDetails",
"description": "IndividualDetails schema from Adyen API",
"type": "object",
"properties": {
"name": {
"description": "The name of the individual.\n>Make sure your account holder registers using the name shown on their Photo ID.",
"$ref": "#/components/schemas/ViasName"
},
"personalData": {
"description": "Personal information of the individual.",
"$ref": "#/components/schemas/ViasPersonalData"
}
}
}