{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "IssuerProfile", "type": "object", "properties": { "clientId": { "type": "string" }, "customerId": { "type": "string" }, "supportedAccountRange": { "type": "string" }, "status": { "type": "string" }, "privacyNoticeURL": { "type": "string" }, "termsAndConditionURL": { "type": "string" }, "optOutURL": { "type": "string" } } }