{
  "$schema": "https://pivograph.com/schemas/project/v1.json",
  "format": "pivograph-project",
  "schemaVersion": 1,
  "generator": { "name": "hand-written", "version": "1" },
  "meta": { "title": "Minimal contingency table", "license": "synthetic" },
  "tables": [
    {
      "id": "exposure",
      "name": "Exposure and outcome",
      "format": "contingency",
      "replicates": 1,
      "rowLabels": ["Exposed", "Not exposed"],
      "dataSets": [
        { "name": "Disease", "values": [[45], [20]] },
        { "name": "No disease", "values": [[55], [80]] }
      ],
      "graph": { "variantId": "contingency-stacked-bar" }
    }
  ]
}
