{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "IssuerConfiguration",
"type": "object",
"description": "Configuration details for an Issuer.",
"properties": {
"supportedAccountRange": {
"type": "string",
"description": "Comma separated account range must be between 4 and 8 supported by an Issuer."
},
"privacyNoticeURL": {
"type": "string",
"description": "Privacy Notice URL."
},
"termsAndConditionURL": {
"type": "string",
"description": "Terms and conditions URL for the given user."
},
"optOutURL": {
"type": "string",
"description": "Opt out URL for the given user."
}
}
}