MAP Events Specification
Scope
This page documents the frozen MAP profile-specific event surface as declared by:
schemas/v2/profiles/map-profile.yamlschemas/v2/events/mplp-map-event.schema.jsonschemas/v2/taxonomy/event-taxonomy.yaml
It does not define turn-processing doctrine, broadcast semantics, conflict resolution models, or event-processing logic beyond those sources.
Non-Goals
This page does not define:
- general event-family behavior for observability
- turn-token systems
- broadcast algorithms
- conflict-resolution semantics
- handler code or validation algorithms
1. Purpose
The MAP event surface is the frozen profile-specific event surface for the MAP baseline.
In the event taxonomy, profile-specific events are tracked separately from the
12 general event families through the map_profile profile-event entry pointing
to mplp-map-event.schema.json.
2. Frozen Event Baseline
2.1 Profile Manifest Anchor
From schemas/v2/profiles/map-profile.yaml:
- mandatory:
MAPSessionStarted,MAPRolesAssigned,MAPTurnDispatched,MAPTurnCompleted,MAPSessionCompleted - recommended:
MAPBroadcastSent,MAPBroadcastReceived,MAPConflictDetected,MAPConflictResolved
2.2 Event Schema Surface
From schemas/v2/events/mplp-map-event.schema.json:
Required Top-Level Fields
event_idevent_typetimestampsession_id
Optional Top-Level Fields
initiator_roletarget_rolespayload
event_type Enum
The schema enum contains:
MAPSessionStartedMAPRolesAssignedMAPTurnDispatchedMAPTurnCompletedMAPBroadcastSentMAPBroadcastReceivedMAPConflictDetectedMAPConflictResolvedMAPSessionCompleted
2.3 Payload Definitions Present In Schema
The frozen schema includes named payload definitions for:
turn_dispatched_payloadturn_completed_payloadbroadcast_sent_payloadbroadcast_received_payload
The schema does not define separate named payload objects for every MAP event type. This page should not be read as creating them.
3. What This Page Does Not Create
This page does not create any of the following as new protocol requirements:
CommunicationEventas a separate event familyConflictEventas a separate event familyMAPHandoffInitiatedas a MAP event type- required turn-token semantics
- broadcast-response counting doctrine beyond the frozen invariant source
- conflict-resolution payload doctrine beyond the frozen schema
If a named event type is not present in the frozen MAP profile manifest or the MAP event schema enum, this page should not be read as creating it.
4. Relationship To MAP Invariants
The MAP invariant file includes two higher-level event-consistency checks:
map_turn_completion_matches_dispatchmap_broadcast_has_receivers
Those checks belong to the frozen MAP invariant context. This page does not add new validation logic beyond naming that relationship.
5. Canonical Reading Path
Read MAP events in this order:
- MAP Profile
schemas/v2/profiles/map-profile.yamlschemas/v2/events/mplp-map-event.schema.jsonschemas/v2/invariants/map-invariants.yaml- Observability Overview
6. References
schemas/v2/profiles/map-profile.yamlschemas/v2/events/mplp-map-event.schema.jsonschemas/v2/invariants/map-invariants.yamlschemas/v2/taxonomy/event-taxonomy.yaml- MAP Profile
- Observability Overview
Final Boundary: this page identifies the frozen MAP profile event surface only. It does not create new turn, broadcast, conflict, or event-family doctrine beyond the frozen sources.