{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "Bulk Editor",
    "name": "BulkEditor",
    "description": "Definition of configuration for the bulk editor",
    "type": "object",
    "properties": {
        "BulkEditor": {
            "type": "object",
            "properties": {
                "pages": {
                    "type": "object",
                    "properties": {
                        "roles": {
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        }
                    }
                }
            }
        }
    }
}