{
  "schema_version": "1.0.0",
  "schedule_id": "sch_example_01",
  "schedule_revision": 2,
  "node_id": "node.example:alpha",
  "issued_at_utc": "2026-08-27T20:00:00Z",
  "valid_until_utc": "2026-08-27T21:00:00Z",
  "schedule_state": "active",
  "current_event_id": "evt_02",
  "outcome_payload": {
    "outcome_code": "complete_task_sequence"
  },
  "coordination_policy": {
    "time_source": "popcorn_temporal_anchor",
    "drift_measurement": "observed_time_minus_planned_time_ms",
    "recovery_mode": "bounded_resequence_remaining_events",
    "outcome_priority": "preserve_required_outcome",
    "allow_independent_event_resequence": true,
    "stop_at_schedule_close": true,
    "unbounded_retry": false
  },
  "events": [
    {
      "event_id": "evt_01",
      "sequence_index": 0,
      "resource_id": "resource.example:precondition-01",
      "task_payload": {
        "operation_code": "precondition_check"
      },
      "execution_window_utc": {
        "opens_at_utc": "2026-08-27T20:00:00Z",
        "closes_at_utc": "2026-08-27T20:10:00Z"
      },
      "planned_execution_utc": {
        "starts_at_utc": "2026-08-27T20:01:00Z",
        "ends_at_utc": "2026-08-27T20:03:00Z"
      },
      "execution_context": {
        "assigned_node_ids": [
          "node.example:alpha"
        ],
        "location_mode": "network",
        "origin_location_ref": "node.example:alpha",
        "destination_location_ref": "resource.example:precondition-01"
      },
      "dependency_event_ids": [],
      "timing_policy": {
        "expected_duration_ms": 120000,
        "buffer_after_ms": 30000,
        "drift_tolerance_ms": 15000
      },
      "state": "completed",
      "next_action": "advance_schedule",
      "attempt_policy": {
        "max_attempts": 3,
        "backoff": "bounded_exponential_with_jitter",
        "stop_at_window_close": true
      },
      "terminal_receipt": {
        "receipt_id": "rcpt_evt_01",
        "terminal_state": "completed",
        "recorded_at_utc": "2026-08-27T20:03:00Z",
        "task_payload_digest": "sha256:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
      }
    },
    {
      "event_id": "evt_02",
      "sequence_index": 1,
      "resource_id": "resource.example:slot-01",
      "task_payload": {
        "operation_code": "availability_inquiry"
      },
      "execution_window_utc": {
        "opens_at_utc": "2026-08-27T20:03:00Z",
        "closes_at_utc": "2026-08-27T20:20:00Z"
      },
      "planned_execution_utc": {
        "starts_at_utc": "2026-08-27T20:05:00Z",
        "ends_at_utc": "2026-08-27T20:07:00Z"
      },
      "execution_context": {
        "assigned_node_ids": [
          "node.example:alpha"
        ],
        "location_mode": "network",
        "origin_location_ref": "resource.example:precondition-01",
        "destination_location_ref": "resource.example:slot-01"
      },
      "dependency_event_ids": [
        "evt_01"
      ],
      "timing_policy": {
        "expected_duration_ms": 120000,
        "buffer_after_ms": 30000,
        "drift_tolerance_ms": 15000
      },
      "drift_state": {
        "observed_drift_ms": 45000,
        "reason_code": "execution_delay",
        "recovery_action": "compress_buffer",
        "recalculated_at_utc": "2026-08-27T20:05:45Z"
      },
      "state": "recovering",
      "next_action": "resume_task",
      "attempt_policy": {
        "max_attempts": 3,
        "backoff": "bounded_exponential_with_jitter",
        "stop_at_window_close": true
      }
    },
    {
      "event_id": "evt_03",
      "sequence_index": 2,
      "resource_id": "resource.example:execution-01",
      "task_payload": {
        "operation_code": "execute_task"
      },
      "execution_window_utc": {
        "opens_at_utc": "2026-08-27T20:07:00Z",
        "closes_at_utc": "2026-08-27T20:45:00Z"
      },
      "planned_execution_utc": {
        "starts_at_utc": "2026-08-27T20:08:00Z",
        "ends_at_utc": "2026-08-27T20:13:00Z"
      },
      "execution_context": {
        "assigned_node_ids": [
          "node.example:alpha"
        ],
        "location_mode": "network",
        "origin_location_ref": "resource.example:slot-01",
        "destination_location_ref": "resource.example:execution-01"
      },
      "dependency_event_ids": [
        "evt_02"
      ],
      "timing_policy": {
        "expected_duration_ms": 300000,
        "buffer_after_ms": 60000,
        "drift_tolerance_ms": 30000
      },
      "state": "scheduled",
      "next_action": "await_window",
      "attempt_policy": {
        "max_attempts": 2,
        "backoff": "bounded_exponential_with_jitter",
        "stop_at_window_close": true
      }
    }
  ]
}
