{
  "$schema": "urn:prism:schema:v1:spec",
  "data": {
    "name": "trend",
    "values": [
      {"t": 0, "v": 12},
      {"t": 1, "v": 18},
      {"t": 2, "v": 15},
      {"t": 3, "v": 22},
      {"t": 4, "v": 28},
      {"t": 5, "v": 24}
    ]
  },
  "mark": "sparkline",
  "encoding": {
    "x": {"field": "t", "type": "quantitative"},
    "y": {"field": "v", "type": "quantitative"}
  }
}
