{
    "$id": "https://www.fatzebra.com/schemas/hpp-options.json",
    "type": "object",
    "definitions": {
        "HppOptions": {
            "type": "object",
            "properties": {
                "buttonText": {
                    "type": "string"
                },
                "cards": {
                    "type": "string"
                },
                "challengeWindowSize": {
                    "type": "string",
                    "enum": ["01", "02", "03", "04", "05"]
                },
                "css": {
                    "type": "string"
                },
                "cssSignature": {
                    "type": "string"
                },
                "enableSca": {
                    "type": "boolean"
                },
                "hideButton": {
                    "type": "boolean"
                },
                "hideLogos": {
                    "type": "boolean"
                },
                "logoUrl": {
                    "type": "string"
                },
                "showEmail": {
                    "type": "boolean"
                },
                "showExtras": {
                    "type": "boolean"
                },
                "tokenizeOnly": {
                    "type": "boolean"
                }
            }
        }
    }
}
