{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.rolePermission", "title": "rolePermission", "required": [ "@odata.type" ], "type": "object", "properties": { "resourceActions": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.resourceAction" }, "description": "Resource Actions each containing a set of allowed and not allowed permissions." }, "@odata.type": { "type": "string" } }, "description": "Contains the set of ResourceActions determining the allowed and not allowed permissions for each role." }