Roku · JSON Structure

Nabu Cloud Project Member Out Structure

ProjectMemberOut schema from Roku Nabu Cloud

Type: object Properties: 4 Required: 4
StreamingTelevisionMediaEntertainmentConnected TVConsumer Electronics

ProjectMemberOut is a JSON Structure definition published by Roku, describing 4 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

user_id username project_role_id project_role_name

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/roku/refs/heads/main/json-structure/nabu-cloud-project-member-out-structure.json",
  "name": "ProjectMemberOut",
  "description": "ProjectMemberOut schema from Roku Nabu Cloud",
  "type": "object",
  "properties": {
    "user_id": {
      "type": "uuid",
      "title": "User Id"
    },
    "username": {
      "type": "string",
      "title": "Username"
    },
    "project_role_id": {
      "type": "int32",
      "title": "Project Role Id"
    },
    "project_role_name": {
      "type": "string",
      "title": "Project Role Name"
    }
  },
  "required": [
    "user_id",
    "username",
    "project_role_id",
    "project_role_name"
  ]
}