{
    "rules": [{
        "conditions": {
            "country": ".*",
            "unbansMin": 0,
            "registered": "01.01.1990-01.01.3000",
            "version": "25-25"
        },
        "params": {
            "SMStatus": true,
            "showSMSwitch": false,
            "searchForBest": true
        }
    }, {
        "conditions": {
            "country": ".*",
            "unbansMin": 0,
            "registered": "01.01.1990-01.01.3000",
            "version": "0-24"
        },
        "params": {
            "SMStatus": true,
            "showSMSwitch": true,
            "searchForBest": false
        }
    }, {
        "conditions": {
            "country": "^(?!am|az|by|ge|kg|kz|ru|tj|tm|ua|uz|il).{2}$",
            "unbansMin": 0,
            "registered": "01.01.1990-01.01.3000",
            "version": "0-24"
        },
        "params": {
            "SMStatus": false,
            "showSMSwitch": true,
            "searchForBest": false
        }
    }, {
        "conditions": {
            "country": ".*",
            "unbansMin": 0,
            "registered": "01.01.1990-31.10.2019",
            "version": "0-24"
        },
        "params": {
            "SMStatus": false,
            "showSMSwitch": true,
            "searchForBest": false
        }
    }, {
        "conditions": {
            "country": ".*",
            "unbansMin": 5,
            "registered": "01.01.1990-20.11.2019",
            "version": "0-24"
        },
        "params": {
            "SMStatus": false,
            "showSMSwitch": true,
            "searchForBest": false
        }
    }, {
        "conditions": {
            "country": "se",
            "unbansMin": 0,
            "registered": "01.01.1990-01.01.3000",
            "version": "0-24"
        },
        "params": {
            "SMStatus": true,
            "showSMSwitch": false,
            "searchForBest": false
        }
    }]
}
-
{
    "version": 1,
    "rules": [{
        "conditions": {
            "country": ".*",
            "unbansMin": 3,
            "registered": "01.01.1990 - 01.01.3000",
            "version": "0-24"
        },
        "params": {
            "SMStatus": false,
            "showSMSwitch": true,
            "searchForBest": false
        }
    }]
}
