#Relation
This is a description of the #Relation object
Definition
import "strings"
_#def
_#def: {
source: #System | #Container | #Person
dest: #System | #Container | #Person
description: string | *""
desc: "" | *strings.Replace(description, """
""", "\\n", -1)
protocol?: string
link?: #url
tags?: [...#RelationTag]
}
Usage
- source: #System | #Container | #Person
- dest: #System | #Container | #Person
- description: string | *""
- desc: "" | *strings.Replace(description, """
“”", “\n”, -1)
- protocol?: string
- link?: #url
- tags?: […#RelationTag]