{
    "name": "default",
    "description": "Default text generation template",
    "length": 16,
    "blocks": [
        {
            "type": "word",
            "min": 5,
            "length": 6,
            "max": 7,
            "dictionary": "english",
            "case": "capitalize"
        },
        {
            "type": "digit",
            "min": 1,
            "length": 2,
            "max": 3
        },
        {
            "type": "symbol",
            "length": 1
        },
        {
            "type": "word",
            "min": 5,
            "length": 5,
            "max": 6,
            "dictionary": "english",
            "case": "lower"
        },
        {
            "type": "digit",
            "min": 1,
            "length": 2,
            "max": 3
        }
    ]
}