feat(schema): add enodia.event.v1 EVE-style event envelope

This commit is contained in:
Luna 2026-07-10 04:43:35 -07:00
parent 8d929b50bd
commit 54bd8ff1f4
4 changed files with 111 additions and 0 deletions

View file

@ -18,3 +18,4 @@ FIRST_SEEN_V1 = "enodia.first_seen.v1"
RESPONSE_PLAN_V1 = "enodia.response.plan.v1"
RESPONSE_AUDIT_V1 = "enodia.response.audit.v1"
RECONCILE_V1 = "enodia.reconcile.v1"
EVENT_V1 = "enodia.event.v1"