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

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

event

dict

user_data

{}

dict

thread_id

str

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"
    }
}