{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "DebitCardProfile", "type": "object", "properties": { "branchCode": { "type": "string" }, "cards": { "type": "array" }, "accounts": { "type": "array" } } }