{
  "name" : "Name",
  "description" : "Description",
  "elements" : [ {
    "tag" : "Element",
    "color" : "#ffffff"
  }, {
    "tag" : "Person",
    "background" : "#ba1e75",
    "shape" : "Person"
  }, {
    "tag" : "Software System",
    "background" : "#d92389"
  }, {
    "tag" : "Container",
    "background" : "#f8289c"
  }, {
    "tag" : "Database",
    "shape" : "Cylinder"
  } ]
}