ChatRoom
Reference to the chat room which could be used to send a message to the room
Schema
https://fdc3.finos.org/schemas/next/context/chatRoom.schema.json (github)
Type
fdc3.chat.room
Properties
providerName
(required)
type: string
The name of the service that hosts the chat
id
(required)
type: object
Additional Properties
type: string
Identifier(s) for the chat - currently unstandardized
url
type: string
Universal url to access to the room. It could be opened from a browser, a mobile app, etc...
name
type: string
Display name for the chat room
Example
{
"type": "fdc3.chat.room",
"providerName": "Symphony",
"id": {
"streamId": "j75xqXy25NBOdacUI3FNBH"
},
"url": "http://symphony.com/ref/room/j75xqXy25NBOdacUI3FNBH___pqSsuJRdA",
"name": "My new room"
}