{
  "name" : "SAIAN",
  "description" : "Software Assessment and Insight Assistance Nexus",
  "elements" : [ {
    "tag" : "Person",
    "width" : 400,
    "height" : 400,
    "background" : "#4169e1",
    "color" : "#ffffff",
    "fontSize" : 32,
    "shape" : "Person"
  }, {
    "tag" : "Software System",
    "width" : 450,
    "height" : 300,
    "background" : "#1168bd",
    "color" : "#ffffff",
    "fontSize" : 32,
    "shape" : "RoundedBox"
  }, {
    "tag" : "Container",
    "width" : 450,
    "height" : 300,
    "background" : "#438dd5",
    "color" : "#ffffff",
    "fontSize" : 32,
    "shape" : "RoundedBox"
  }, {
    "tag" : "Component",
    "width" : 450,
    "height" : 300,
    "background" : "#85bbf0",
    "color" : "#ffffff",
    "fontSize" : 32,
    "shape" : "RoundedBox"
  }, {
    "tag" : "Web Application",
    "width" : 450,
    "height" : 300,
    "background" : "#438dd5",
    "color" : "#ffffff",
    "fontSize" : 32,
    "shape" : "WebBrowser"
  }, {
    "tag" : "External System",
    "width" : 450,
    "height" : 300,
    "background" : "#999999",
    "color" : "#ffffff",
    "fontSize" : 32,
    "shape" : "RoundedBox"
  }, {
    "tag" : "Database",
    "width" : 450,
    "height" : 300,
    "background" : "#438dd5",
    "color" : "#ffffff",
    "fontSize" : 32,
    "shape" : "Cylinder"
  }, {
    "tag" : "LLM",
    "width" : 450,
    "height" : 300,
    "background" : "#438dd5",
    "color" : "#ffffff",
    "fontSize" : 32,
    "shape" : "RoundedBox",
    "icon" : "https://ollama.com/public/ollama.png"
  }, {
    "tag" : "PostgreSQL",
    "icon" : "https://www.postgresql.org/media/img/about/press/elephant.png"
  } ]
}