2025-03-31 12:27:02 +00:00
|
|
|
specification {
|
|
|
|
element actor {
|
|
|
|
style {
|
|
|
|
shape person
|
2025-03-31 14:26:46 +00:00
|
|
|
color green
|
2025-03-31 12:27:02 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
element system
|
|
|
|
element component
|
|
|
|
element container {
|
|
|
|
style {
|
|
|
|
opacity 20%
|
|
|
|
}
|
|
|
|
}
|
2025-03-31 14:26:46 +00:00
|
|
|
element internalComponent {
|
|
|
|
style {
|
|
|
|
color muted
|
|
|
|
opacity 15%
|
|
|
|
}
|
|
|
|
}
|
2025-03-31 12:27:02 +00:00
|
|
|
|
|
|
|
deploymentNode node
|
|
|
|
deploymentNode environment {
|
|
|
|
style {
|
|
|
|
color gray
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|