{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "AccountDetails", "type": "object", "properties": { "accountNumber": { "type": "string" }, "cardLast4": { "type": "string" }, "cardExpiryDate": { "type": "string" }, "cardBin": { "type": "string" } } }