{
  "$schema": "urn:prism:schema:v1:spec",
  "title": "Line with interval brush",
  "data": {
    "name": "samples",
    "values": [
      {"day": "2026-01-01", "score": 0.42},
      {"day": "2026-01-02", "score": 0.55},
      {"day": "2026-01-03", "score": 0.49}
    ]
  },
  "selection": {
    "brush": {"type": "interval", "encodings": ["x"]}
  },
  "mark": "line",
  "encoding": {
    "x": {"field": "day", "type": "temporal"},
    "y": {"field": "score", "type": "quantitative"}
  }
}
