Element details
type: meya.http.entry
class: HttpEntry
path: /meya/http/entry/entry.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 | ||
Usage reference
Data
{
"type": "meya.http.entry",
"data": {
"parent_entry_ref": {
"ledger": "STRING",
"id": "STRING",
"data": {
"STRING": "STRING"
}
},
"trace_id": "STRING",
"sensitive": false,
"internal": false,
"request_id": "STRING"
}
}