{
  "version": 1,
  "title": "Keep an architecture diagram current",
  "format": "custom",
  "canvasSize": [
    1200,
    720
  ],
  "watermark": true,
  "objects": [
    {
      "type": "text",
      "text": "The code changed. Did the diagram?",
      "x": 55,
      "y": 39,
      "fontSize": 48,
      "color": "#292d32",
      "fontFamily": "sans"
    },
    {
      "type": "text",
      "text": "Example: move email delivery out of the request",
      "x": 57,
      "y": 107,
      "fontSize": 26,
      "color": "#59675e",
      "fontFamily": "sans"
    },
    {
      "type": "text",
      "text": "BEFORE",
      "x": 60,
      "y": 209,
      "fontSize": 26,
      "color": "#285caa",
      "fontFamily": "sans"
    },
    {
      "type": "text",
      "text": "Browser",
      "x": 72,
      "y": 272,
      "fontSize": 37,
      "color": "#292d32",
      "fontFamily": "sans"
    },
    {
      "type": "text",
      "text": "API",
      "x": 478,
      "y": 272,
      "fontSize": 37,
      "color": "#292d32",
      "fontFamily": "sans"
    },
    {
      "type": "text",
      "text": "Email",
      "x": 852,
      "y": 272,
      "fontSize": 37,
      "color": "#292d32",
      "fontFamily": "sans"
    },
    {
      "type": "arrow",
      "points": [
        [
          259,
          296
        ],
        [
          339,
          283
        ],
        [
          420,
          296
        ]
      ],
      "color": "#285caa",
      "width": 5,
      "smooth": false
    },
    {
      "type": "arrow",
      "points": [
        [
          565,
          296
        ],
        [
          682,
          283
        ],
        [
          807,
          296
        ]
      ],
      "color": "#285caa",
      "width": 5,
      "smooth": false
    },
    {
      "type": "pen",
      "points": [
        [
          50,
          361
        ],
        [
          362,
          365
        ],
        [
          742,
          362
        ],
        [
          1137,
          364
        ]
      ],
      "color": "#c7d0c9",
      "width": 3,
      "smooth": false
    },
    {
      "type": "text",
      "text": "AFTER",
      "x": 60,
      "y": 401,
      "fontSize": 26,
      "color": "#b13f39",
      "fontFamily": "sans"
    },
    {
      "type": "text",
      "text": "Browser",
      "x": 72,
      "y": 475,
      "fontSize": 37,
      "color": "#292d32",
      "fontFamily": "sans"
    },
    {
      "type": "text",
      "text": "API",
      "x": 359,
      "y": 475,
      "fontSize": 37,
      "color": "#292d32",
      "fontFamily": "sans"
    },
    {
      "type": "text",
      "text": "Queue",
      "x": 599,
      "y": 475,
      "fontSize": 37,
      "color": "#292d32",
      "fontFamily": "sans"
    },
    {
      "type": "text",
      "text": "Email worker",
      "x": 837,
      "y": 475,
      "fontSize": 35,
      "color": "#292d32",
      "fontFamily": "sans"
    },
    {
      "type": "arrow",
      "points": [
        [
          250,
          499
        ],
        [
          282,
          483
        ],
        [
          323,
          499
        ]
      ],
      "color": "#b13f39",
      "width": 5,
      "smooth": false
    },
    {
      "type": "arrow",
      "points": [
        [
          444,
          499
        ],
        [
          493,
          484
        ],
        [
          551,
          499
        ]
      ],
      "color": "#b13f39",
      "width": 5,
      "smooth": false
    },
    {
      "type": "arrow",
      "points": [
        [
          715,
          499
        ],
        [
          772,
          485
        ],
        [
          817,
          499
        ]
      ],
      "color": "#b13f39",
      "width": 5,
      "smooth": false
    },
    {
      "type": "text",
      "text": "The response returns before email is sent.",
      "x": 59,
      "y": 602,
      "fontSize": 29,
      "color": "#59675e",
      "fontFamily": "sans"
    }
  ]
}
