{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-structure/argo-workflows-eventsource-log-entry-structure.json", "name": "eventsource.LogEntry", "description": "eventsource.LogEntry schema from Argo Workflows API", "type": "object", "properties": { "eventName": { "type": "string", "name": "optional - the event name (e.g. `example`)" }, "eventSourceName": { "type": "string" }, "eventSourceType": { "type": "string", "name": "optional - the event source type (e.g. `webhook`)" }, "level": { "type": "string" }, "msg": { "type": "string" }, "namespace": { "type": "string" }, "time": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time" } } }