{
    "properties": {
        "secretKey": {
            "type": "string",
            "default": "sandbox"
        },
        "publicKey": {
            "type": "string"
        },
        "stripeCurrency": {
            "type": "string"
        },
        "stripeDescription": {
            "type": "string"
        },
        "stripeLogoURL": {
            "type": "string",
            "format": "uri-template"
        },
        "stripeWebhookSecret": {
            "type": "string"
        }
    },
    "required": [
        "secretKey",
        "publicKey",
        "stripeCurrency",
        "stripeDescription",
        "stripeLogoURL"
    ],
    "additionalProperties": false
}