#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

Last modified October 27, 2023: feat: Elastic Search is a DB (5262088)