{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/VippsInfo", "title": "VippsInfo", "properties": { "logo": { "description": "Vipps logo. Format: Base64-encoded string.", "type": "string" }, "subscriptionCancelUrl": { "description": "Vipps subscription cancel url (required in case of [recurring payments](https://docs.adyen.com/online-payments/tokenization))", "type": "string" } }, "required": [ "logo" ], "type": "object" }