{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PrepaidCardProfile", "type": "object", "properties": { "branchCode": { "type": "string", "description": "Echo back the branchCode." }, "cards": { "type": "array", "description": "List of cards." }, "accounts": { "type": "array", "description": "List of accounts linked to the card returned" } } }