{
  "version": 1,
  "width": 720,
  "height": 400,
  "title": "Entity relationship",
  "description": "Document a compact relational schema with cardinality labels. All values are illustrative example data.",
  "elements": [
    {
      "type": "text",
      "x": 36,
      "y": 39,
      "text": "A small relational model",
      "size": 17,
      "fill": "ink",
      "align": "start",
      "mono": false
    },
    {
      "type": "text",
      "x": 36,
      "y": 62,
      "text": "One user has many documents",
      "size": 11,
      "fill": "muted",
      "align": "start",
      "mono": true
    },
    {
      "type": "box",
      "x": 54,
      "y": 104,
      "w": 240,
      "h": 237,
      "fill": "surface",
      "stroke": "rule",
      "dashed": false
    },
    {
      "type": "box",
      "x": 426,
      "y": 104,
      "w": 240,
      "h": 237,
      "fill": "surface",
      "stroke": "rule",
      "dashed": false
    },
    {
      "type": "box",
      "x": 54,
      "y": 104,
      "w": 240,
      "h": 49,
      "fill": "soft",
      "stroke": "rule",
      "dashed": false
    },
    {
      "type": "box",
      "x": 426,
      "y": 104,
      "w": 240,
      "h": 49,
      "fill": "soft",
      "stroke": "rule",
      "dashed": false
    },
    {
      "type": "text",
      "x": 74,
      "y": 135,
      "text": "users",
      "size": 17,
      "fill": "ink",
      "align": "start",
      "mono": true
    },
    {
      "type": "text",
      "x": 446,
      "y": 135,
      "text": "documents",
      "size": 17,
      "fill": "ink",
      "align": "start",
      "mono": true
    },
    {
      "type": "text",
      "x": 74,
      "y": 188,
      "text": "id          uuid PK",
      "size": 12,
      "fill": "muted",
      "align": "start",
      "mono": true
    },
    {
      "type": "text",
      "x": 74,
      "y": 233,
      "text": "email       text",
      "size": 12,
      "fill": "muted",
      "align": "start",
      "mono": true
    },
    {
      "type": "text",
      "x": 74,
      "y": 278,
      "text": "created_at  timestamp",
      "size": 12,
      "fill": "muted",
      "align": "start",
      "mono": true
    },
    {
      "type": "text",
      "x": 446,
      "y": 188,
      "text": "id          uuid PK",
      "size": 12,
      "fill": "muted",
      "align": "start",
      "mono": true
    },
    {
      "type": "text",
      "x": 446,
      "y": 233,
      "text": "user_id     uuid FK",
      "size": 12,
      "fill": "muted",
      "align": "start",
      "mono": true
    },
    {
      "type": "text",
      "x": 446,
      "y": 278,
      "text": "body        text",
      "size": 12,
      "fill": "muted",
      "align": "start",
      "mono": true
    },
    {
      "type": "path",
      "d": "M294 183 H350 V229 H426",
      "stroke": "accent",
      "fill": "none",
      "arrow": false
    },
    {
      "type": "text",
      "x": 310,
      "y": 173,
      "text": "1",
      "size": 13,
      "fill": "accent",
      "align": "start",
      "mono": false
    },
    {
      "type": "text",
      "x": 401,
      "y": 218,
      "text": "N",
      "size": 13,
      "fill": "accent",
      "align": "start",
      "mono": false
    }
  ]
}