{
  "name" : "Big Bank plc",
  "description" : "This is an example workspace to illustrate the key features of Structurizr, via the DSL, based around a fictional online banking system.",
  "elements" : [ {
    "tag" : "Person",
    "color" : "#ffffff",
    "fontSize" : 22,
    "shape" : "Person"
  }, {
    "tag" : "Customer",
    "background" : "#08427b"
  }, {
    "tag" : "Bank Staff",
    "background" : "#999999"
  }, {
    "tag" : "Software System",
    "background" : "#1168bd",
    "color" : "#ffffff"
  }, {
    "tag" : "Existing System",
    "background" : "#999999",
    "color" : "#ffffff"
  }, {
    "tag" : "Container",
    "background" : "#438dd5",
    "color" : "#ffffff"
  }, {
    "tag" : "Web Browser",
    "shape" : "WebBrowser"
  }, {
    "tag" : "Mobile App",
    "shape" : "MobileDeviceLandscape"
  }, {
    "tag" : "Database",
    "shape" : "Cylinder"
  }, {
    "tag" : "Component",
    "background" : "#85bbf0",
    "color" : "#000000"
  }, {
    "tag" : "Failover",
    "opacity" : 25
  } ]
}