{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "RoleAssignment", "type": "object", "properties": { "role": { "type": "string" }, "resource": { "type": "object" } } }