{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "google-fonts",
    "type": "object",
    "properties": {
        "active": {
            "type": "boolean",
            "default": false
        },
        "config": {}
    }
}
