{
  "id": "normalization-progression",
  "chapter": "database-foundations",
  "batch": "01",
  "rank": 8,
  "sourcePage": 214,
  "sourcePointer": "p. 214",
  "status": "accepted",
  "reviewerStatus": "reviewed",
  "fidelityScore": 0.9,
  "canvas": {
    "width": 960,
    "height": 640
  },
  "fireworksTechGraph": {
    "style": "style-1-flat-icon",
    "diagramType": "flowchart",
    "topologyNotes": [
      "source page render inspected",
      "extracted page text inspected",
      "semantic redraw",
      "preserve major box and arrow meaning",
      "do not copy original pixels or wording"
    ],
    "publicBoundary": [
      "original vector output",
      "short generic labels only",
      "source renders remain ignored"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: Database",
      "concept: Database Foundations"
    ],
    "labelSource": "source-summary",
    "semanticStatus": "reviewed"
  },
  "title": "Database Normalization Progression",
  "groups": [
    {
      "id": "forms",
      "label": "Schema refinement",
      "x": 42,
      "y": 136,
      "w": 858,
      "h": 250
    }
  ],
  "shapes": [
    {
      "id": "raw",
      "kind": "table",
      "label": "Raw table",
      "detail": "mixed facts",
      "x": 80,
      "y": 194,
      "w": 130,
      "h": 116,
      "tone": "red"
    },
    {
      "id": "nf1",
      "kind": "table",
      "label": "1NF",
      "detail": "atomic values",
      "x": 252,
      "y": 194,
      "w": 130,
      "h": 116,
      "tone": "orange"
    },
    {
      "id": "nf2",
      "kind": "table",
      "label": "2NF",
      "detail": "full key",
      "x": 424,
      "y": 194,
      "w": 130,
      "h": 116,
      "tone": "blue"
    },
    {
      "id": "nf3",
      "kind": "table",
      "label": "3NF",
      "detail": "no transitives",
      "x": 596,
      "y": 194,
      "w": 130,
      "h": 116,
      "tone": "green"
    },
    {
      "id": "bcnf",
      "kind": "table",
      "label": "BCNF",
      "detail": "determinants",
      "x": 768,
      "y": 194,
      "w": 100,
      "h": 116,
      "tone": "purple"
    }
  ],
  "connectors": [
    {
      "from": "raw",
      "to": "nf1",
      "label": "split cells",
      "flow": "main"
    },
    {
      "from": "nf1",
      "to": "nf2",
      "label": "key",
      "flow": "main"
    },
    {
      "from": "nf2",
      "to": "nf3",
      "label": "depend",
      "flow": "main"
    },
    {
      "from": "nf3",
      "to": "bcnf",
      "label": "tighten",
      "flow": "main"
    }
  ]
}
