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