[
  { "id": "d-01", "def": "change_fee(r) = 0 if r.fare == flex; 75 if r.fare == standard; undefined if r.fare == basic" },
  { "id": "d-02", "def": "refund_amount(r) = r.paid if r.refundable and not r.no_show; undefined otherwise" }
]
