#System
This is a description of the #System object
Definition
import "strings"
_#def
_#def: {
id: #id
label: *id | string
description?: string
desc: "" | *strings.Replace(description, """
""", "\\n", -1)
isBoundary: bool | *false
technology?: #Technology
type?: #Type
containers?: [...#Container]
relations?: [...#Relation]
systems?: [...#System]
link?: #url
tags?: [...#ElementTag]
}
Usage
- id: #id
- label: *id | string
- description?: string
- desc: "" | *strings.Replace(description, """ “”", “\n”, -1)
- isBoundary: bool | *false
- technology?: #Technology
- type?: #Type
- containers?: […#Container]
- relations?: […#Relation]
- systems?: […#System]
- link?: #url
- tags?: […#ElementTag]
Last modified June 19, 2024: feat: add version to the modules (8c3c726)