AIGP Schema · v0.12

AIGP Event Schema v0.12

Formatted JSON Schema with embedded field documentation for CloudEvents, OpenTelemetry, OpenLineage-aligned governance proof events.

What this schema covers

Core event contract

event_id, event_type, event_category, and event_time define the canonical AIGP event identity.

OTel trace correlation

trace_id, span_id, parent_span_id, and trace_flags are modeled for distributed tracing joins.

Governance proof integrity

governance_hash, aigp_hash, parent_hash, and event_signature support verifiable audit trails.

Required fields

[
  "event_id",
  "event_type",
  "event_category",
  "event_time",
  "agent_id",
  "governance_hash",
  "trace_id",
  "sequence_number"
]

The schema is Draft 2020-12 JSON Schema and includes descriptions for all fields directly inside the JSON artifact.