type: meya.log.entry
class: LogEntry
path: /meya/log/entry/entry.py
signature: -
Fields
field | signature | required | type | default | description |
---|---|---|---|---|---|
parent_entry_ref | ○ | ○ | EntryRef | null | |
trace_id | ○ | ○ | str | "-" | |
sensitive | ○ | ○ | bool | false | |
scope | ○ | ◉ | Scope | ||
timestamp | ○ | ◉ | int |
Examples
Data
{
"type": "meya.log.entry",
"data": {
"parent_entry_ref": {
"ledger": "STRING",
"id": "STRING",
"data": {
"STRING": "STRING"
}
},
"trace_id": "STRING",
"sensitive": false,
"scope": "bot|developer|system",
"timestamp": 123
}
}