{
  "name" : "Alex Bank API with docs and adr",
  "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" : "Element",
    "shape" : "RoundedBox"
  }, {
    "tag" : "Person",
    "shape" : "Person"
  }, {
    "tag" : "External System",
    "background" : "#999999",
    "color" : "#000000"
  }, {
    "tag" : "Infrastructure",
    "background" : "#1abc9c",
    "color" : "#ffffff"
  }, {
    "tag" : "Internal System",
    "background" : "#6600cc",
    "color" : "#ffffff"
  }, {
    "tag" : "Software System",
    "background" : "#1168bd",
    "color" : "#ffffff"
  }, {
    "tag" : "Container",
    "background" : "#438dd5",
    "color" : "#ffffff"
  }, {
    "tag" : "Component",
    "background" : "#85bbf0",
    "color" : "#000000"
  }, {
    "tag" : "Database",
    "shape" : "Cylinder"
  }, {
    "tag" : "Kafka",
    "shape" : "Pipe"
  } ]
}