Contact
A person contact that can be engaged with through email, calling, messaging, CMS, etc.
Type
fdc3.contact
Schema
https://fdc3.finos.org/schemas/2.1/context/contact.schema.json
Details
| Property | Type | Required | Example Value | 
|---|---|---|---|
| type | string | Yes | 'fdc3.contact' | 
| name | string | No | 'Jane Doe' | 
| id.email | string | No | 'jane@mail.com' | 
| id.FDS_ID | string | No | 'ABC123-E' | 
Example
const contact = {
    type: "fdc3.contact",
    name: "Jane Doe",
    id: {
        email: "jane.doe@mail.com"
    }
}
fdc3.broadcast(contact)
See Also
Other Types
Intents
FINOS Financial Objects