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