{
  "name" : "Name",
  "description" : "Description",
  "elements" : [ {
    "tag" : "Element",
    "color" : "#ffffff"
  }, {
    "tag" : "Person",
    "background" : "#199b65",
    "shape" : "Person"
  }, {
    "tag" : "Software System",
    "background" : "#1eba79"
  }, {
    "tag" : "Container",
    "background" : "#23d98d"
  }, {
    "tag" : "Database",
    "background" : "#94968a",
    "shape" : "Cylinder"
  }, {
    "tag" : "PlatformService",
    "background" : "#ba381e"
  }, {
    "tag" : "API",
    "background" : "#8d9fac"
  }, {
    "tag" : "DB",
    "background" : "#274c87",
    "shape" : "Cylinder"
  }, {
    "tag" : "SPA",
    "background" : "#649160"
  } ]
}