{
  "schemaVersion": 1,
  "version": "2026-09-07",
  "checked_at": "2026-09-07",
  "items": [
    {
      "id": "balanced",
      "label": "Balanced vector",
      "provenance": "Kingy deterministic teaching example",
      "values": {
        "vector": "-3, -1, -0.5, 0, 0.5, 1, 2, 3",
        "bits": "4",
        "scheme": "symmetric",
        "cal-min": -3,
        "cal-max": 3
      }
    },
    {
      "id": "clipping",
      "label": "Outliers and clipping",
      "provenance": "Kingy deterministic teaching example",
      "values": {
        "vector": "-8, -2, -1, 0, 1, 2, 3, 8",
        "bits": "4",
        "scheme": "symmetric",
        "cal-min": -3,
        "cal-max": 3
      }
    },
    {
      "id": "affine",
      "label": "Positive affine grid",
      "provenance": "Kingy deterministic teaching example",
      "values": {
        "vector": "0, 0.5, 1, 1.5, 2, 3, 4, 5",
        "bits": "4",
        "scheme": "affine",
        "cal-min": 0,
        "cal-max": 5
      }
    },
    {
      "id": "ties",
      "label": "Halfway rounding",
      "provenance": "Kingy deterministic teaching example",
      "values": {
        "vector": "-2.5, -1.5, -0.5, 0, 0.5, 1.5, 2.5, 7",
        "bits": "4",
        "scheme": "symmetric",
        "cal-min": -7,
        "cal-max": 7
      }
    }
  ]
}
