{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/roku/refs/heads/main/json-structure/nabu-cloud-project-role-out-structure.json", "name": "ProjectRoleOut", "description": "ProjectRoleOut schema from Roku Nabu Cloud", "type": "object", "properties": { "project_role_id": { "type": "int32", "title": "Project Role Id" }, "name": { "type": "string", "title": "Name" }, "permissions": { "items": { "type": "string" }, "type": "array", "title": "Permissions" } }, "required": [ "project_role_id", "name", "permissions" ] }