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