{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "description": "Array of role names. Absolute path starts with name of root block, which is always null. Relative path starts with name of first contained block within the current one.",
    "items": {
        "type": "string"
    },
    "title": "Block role path",
    "type": "array"
}
