orb.entry.ws.publish_request

Element details

type: meya.orb.entry.ws.publish_request
class: OrbWsPublishRequestEntry
path: /meya/orb/entry/ws/publish_request.py
signature: -

Fields

fielddescription               requiredsignaturedefaulttype
parent_entry_refnullEntryRef
trace_id"-"str
sensitivetruebool
internalfalsebool
request_idstr
directionDirection
context{}
dict
eventdict
user_data{}
dict
thread_idstr

Usage reference

Data

{
    "type": "meya.orb.entry.ws.publish_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"
        }, 
        "event": {
            "STRING": "ANY"
        }, 
        "user_data": {
            "STRING": {
                "name": "STRING", 
                "avatar": {
                    "STRING": "ANY"
                }, 
                "type": "STRING"
            }
        }, 
        "thread_id": "STRING"
    }
}