OrganisationMemberOut schema from Roku Nabu Cloud
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/roku/refs/heads/main/json-schema/nabu-cloud-organisation-member-out-schema.json", "title": "OrganisationMemberOut", "description": "OrganisationMemberOut schema from Roku Nabu Cloud", "type": "object", "properties": { "user_id": { "type": "string", "format": "uuid", "title": "User Id" }, "username": { "type": "string", "title": "Username" }, "organisation_role_id": { "type": "integer", "title": "Organisation Role Id" }, "organisation_role_name": { "type": "string", "title": "Organisation Role Name" } }, "required": [ "user_id", "username", "organisation_role_id", "organisation_role_name" ] }