{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/accounting-notifications-hu-local-account-identification-structure.json", "description": "HULocalAccountIdentification schema from Adyen API", "properties": { "accountNumber": { "description": "The 24-digit bank account number, without separators or whitespace.", "maxLength": 24, "minLength": 24, "type": "string" }, "type": { "default": "huLocal", "description": "**huLocal**", "enum": [ "huLocal" ], "type": "string" } }, "required": [ "type", "accountNumber" ], "additionalProperties": false, "type": "object", "name": "HULocalAccountIdentification" }