{
  "name" : "Collect System",
  "description" : "Description",
  "elements" : [ {
    "tag" : "Element",
    "color" : "#ffffff"
  }, {
    "tag" : "Person",
    "background" : "#a6b7c9",
    "shape" : "Person"
  }, {
    "tag" : "Software System",
    "background" : "#1c75bc",
    "stroke" : "#333b44",
    "strokeWidth" : 4,
    "shape" : "RoundedBox"
  }, {
    "tag" : "Container",
    "background" : "#1c75bc",
    "stroke" : "#333b44",
    "strokeWidth" : 4,
    "shape" : "RoundedBox"
  }, {
    "tag" : "Component",
    "background" : "#1c75bc",
    "stroke" : "#333b44",
    "strokeWidth" : 4,
    "color" : "#ece5f2",
    "shape" : "Component"
  }, {
    "tag" : "RELDB",
    "background" : "#c57b57",
    "stroke" : "#333b44",
    "strokeWidth" : 4,
    "shape" : "Cylinder"
  }, {
    "tag" : "ELASTICDB",
    "background" : "#c5be57",
    "stroke" : "#333b44",
    "strokeWidth" : 4,
    "shape" : "Cylinder"
  }, {
    "tag" : "EVENTBUS",
    "background" : "#00a79d",
    "stroke" : "#333b44",
    "strokeWidth" : 4,
    "shape" : "Pipe"
  }, {
    "tag" : "EXTERNAL",
    "background" : "#c9c4cd",
    "stroke" : "#333b44",
    "strokeWidth" : 4,
    "shape" : "RoundedBox"
  } ],
  "relationships" : [ {
    "tag" : "MESSAGE",
    "color" : "#333b44"
  }, {
    "tag" : "HTTP",
    "color" : "#1c75bc"
  }, {
    "tag" : "HTTPS",
    "color" : "#00a79d"
  }, {
    "tag" : "HCI",
    "color" : "#f1be06"
  } ]
}