workspace "OGD" "Microservices" { model { u = person "User" s1 = softwareSystem "CSV to Excel" { c1 = container "CSV" } s2 = softwareSystem "Software System 2" { c2 = container "Container 2" } frontendServer = softwareSystem "Frontend Server" { webapp = container "Web Application" } u -> webapp "Uses" c1 -> c2 } views { container s1 { include * autoLayout lr } } }