type: meya.ws.entry.data
class: WsDataEntry
path: /meya/ws/entry/data.py
signature: -
Fields
field | signature | required | type | default |
---|---|---|---|---|
request_id | ○ | ◉ | str | |
context | ○ | ○ | dict | {} |
data | ○ | ◉ | dict | |
direction | ○ | ◉ | Direction | |
integration_id | ○ | ◉ | str | |
Examples
Data
{
"type": "meya.ws.entry.data",
"data": {
"request_id": "STRING",
"context": {
"STRING": "ANY"
},
"data": {
"STRING": "ANY"
},
"direction": "rx|tx",
"integration_id": "STRING"
}
}