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" b = softwareSystem "B" c = softwareSystem "C" d = softwareSystem "D" e = softwareSystem "E" a -> b b -> c b -> d b -> e } views { dynamic * { 1: a -> b "Makes a request to" 2: b -> c "Gets data from" 2: b -> d "Gets data from" 3: b -> e "Sends data to" autoLayout } } }
Structurizr v2026.04.19
|
|