Client-side encrypted workspace
The workspace "
" has been client-side encrypted, please enter the passphrase to decrypt it.
Save passphrase in browser local storage
The workspace could not be decrypted.
DSL documentation
DSL tutorial
DSL cookbook
Basics
Identifiers
Implied relationships
Expressions
DSL language reference
workspace
- model
- archetypes
- group
- person
- softwareSystem
- deploymentEnvironment
- deploymentNode
- infrastructureNode
- softwareSystemInstance
- containerInstance
- instanceOf
- element
- -> (relationship)
- -/> (remove relationship)
- views
- systemLandscape
- systemContext
- container
- component
- filtered
- dynamic
- deployment
- custom
- image
- styles
- light
- dark
- element
- relationship
- themes
- terminology
- configuration
- visibility
- scope
- users
workspace { model { a = softwareSystem "A" { perspectives { perspective "Technical Debt" { value "High" } } } b = softwareSystem "B" { perspectives { perspective "Technical Debt" { value "Medium" } } } c = softwareSystem "C" { perspectives { perspective "Technical Debt" { value "Low" } } } a -> b "Makes API requests to" b -> c "Makes API requests to" } views { systemLandscape "SystemLandscape" { include a b c } styles { element "Element" { shape roundedbox strokewidth 5 } element "Perspective:Technical Debt" { stroke blue } } } }
Structurizr v2026.04.19
|
|