Roku · JSON Structure

Nabu Cloud Organisation Member Out Structure

OrganisationMemberOut schema from Roku Nabu Cloud

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

OrganisationMemberOut 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 organisation_role_id organisation_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-organisation-member-out-structure.json",
  "name": "OrganisationMemberOut",
  "description": "OrganisationMemberOut schema from Roku Nabu Cloud",
  "type": "object",
  "properties": {
    "user_id": {
      "type": "uuid",
      "title": "User Id"
    },
    "username": {
      "type": "string",
      "title": "Username"
    },
    "organisation_role_id": {
      "type": "int32",
      "title": "Organisation Role Id"
    },
    "organisation_role_name": {
      "type": "string",
      "title": "Organisation Role Name"
    }
  },
  "required": [
    "user_id",
    "username",
    "organisation_role_id",
    "organisation_role_name"
  ]
}