Element details
type: meya.orb.entry.ws.request
class: OrbWsRequestEntry
path: /meya/orb/entry/ws/request.py
signature: -
Fields
field | description | required | signature | default | type |
---|---|---|---|---|---|
parent_entry_ref | ○ | ○ | null | EntryRef | |
trace_id | ○ | ○ | "-" | str | |
sensitive | ○ | ○ | true | bool | |
internal | ○ | ○ | false | bool | |
request_id | ◉ | ○ | str | ||
direction | ◉ | ○ | Direction | ||
context | ○ | ○ | {} | dict | |
Usage reference
Data
{
"type": "meya.orb.entry.ws.request",
"data": {
"parent_entry_ref": {
"ledger": "STRING",
"id": "STRING",
"data": {
"STRING": "STRING"
}
},
"trace_id": "STRING",
"sensitive": false,
"internal": false,
"request_id": "STRING",
"direction": "rx|tx",
"context": {
"STRING": "ANY"
}
}
}