{
    "type": "object",
    "properties": {
        "additionalProperties": {
            "type": "boolean"
        },
        "required": {
            "type": "array",
            "items": {
                "type": "string"
            }
        },
        "type": {
            "type": "string"
        }
    },
    "version": 1
}
