Schema bkRolePath.json
Show original (referenced schemas with $ref)
{
"$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": { },
"title": "Block role path",
"type": "array"
}