{
    "description": "CTA Component",
    "type": "object",
    "properties": {
        "text": {
            "type": "string"
        },
        "uri": {
            "type": "string",
            "format": "uri"
        }
    },
    "required": [
        "text",
        "uri"
    ]
}