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]
}