{
  "rule": {
    "rule_id": "R-FAA-REST",
    "ruleset": "2026.2",
    "version": 3,
    "layer": "regulatory",
    "authority": "FAA",
    "reference": "14 CFR 117.25(e)",
    "name": "Minimum rest, US operations",
    "description": "10 consecutive hours rest with at least 8 uninterrupted hours of sleep opportunity, free of all duty.",
    "severity": "block",
    "applies_to": "crew",
    "applies_ranks": "CPT,FO,CC,ENG",
    "applies_entities": "ALL",
    "applies_regions": "US",
    "applies_duty": "overnight,irops",
    "applies_channel": "ALL",
    "expression": "{\"all\":[{\"field\":\"rest_hours_available\",\"op\":\">=\",\"param\":\"min_rest_hours\"},{\"field\":\"sleep_opportunity_hours\",\"op\":\">=\",\"param\":\"min_sleep_hours\"}]}",
    "threshold": "10h rest / 8h sleep opportunity",
    "approve_role": "none",
    "second_approver_above": null,
    "suspends_on_disruption": 0,
    "effective_from": "2026-01-01",
    "effective_to": null,
    "owner": "Flight Safety",
    "enabled": 1
  },
  "params": [
    {
      "param_id": "PRP-1",
      "rule_id": "R-FAA-REST",
      "scope_type": "global",
      "scope_value": "ALL",
      "param_name": "min_rest_hours",
      "param_value": "10",
      "unit": "hours",
      "note": "14 CFR 117.25(e)"
    },
    {
      "param_id": "PRP-2",
      "rule_id": "R-FAA-REST",
      "scope_type": "global",
      "scope_value": "ALL",
      "param_name": "min_sleep_hours",
      "param_value": "8",
      "unit": "hours",
      "note": "uninterrupted sleep opportunity"
    }
  ],
  "byPeriod": [],
  "recent": []
}