{
  "$schema": "https://pivograph.com/schemas/project/v1.json",
  "format": "pivograph-project",
  "schemaVersion": 1,
  "generator": { "name": "hand-written", "version": "1" },
  "meta": { "title": "Minimal nested table", "license": "synthetic" },
  "tables": [
    {
      "id": "litters",
      "name": "Pup weight by litter",
      "format": "nested",
      "replicates": 3,
      "dataSets": [
        { "name": "Wild type", "values": [[6.1, 6.4, 5.9], [6.3, 6.0, 6.2], [5.8, 6.1, 6.0]] },
        { "name": "Knockout", "values": [[5.2, 5.0, 5.4], [4.9, 5.1, 5.3], [5.5, 5.2, 5.0]] }
      ],
      "graph": { "variantId": "nested-scatter" }
    }
  ]
}
