{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/roku/refs/heads/main/json-structure/nabu-cloud-project-group-add-structure.json", "name": "ProjectGroupAdd", "description": "ProjectGroupAdd schema from Roku Nabu Cloud", "type": "object", "properties": { "group_id": { "type": "int32", "title": "Group Id" }, "project_role_id": { "type": "int32", "title": "Project Role Id" } }, "required": [ "group_id", "project_role_id" ] }