ChatSearchCriteria
A context type that represents a simple search criterion, based on a list of other context objects, that can be used to search or filter messages in a chat application.
Schema
https://fdc3.finos.org/schemas/next/context/chatSearchCriteria.schema.json (github)
Type
fdc3.chat.searchCriteria
Properties
criteria
(required)
Example
{
"type": "fdc3.chat.searchCriteria",
"criteria": [
{
"type": "fdc3.contact",
"name": "Jane Doe",
"id": {
"email": "jane.doe@mail.com"
}
},
{
"type": "fdc3.instrument",
"id": {
"ticker": "TSLA"
},
"name": "Tesla, inc."
},
"annual return"
]
}