Entity-relation (List)#

Path: /facilities/data-sources/data-schemas/entity-schema/entity-relation

A relation between entities.

Keys: name

Parameters#

NameTypeRequiredDefaultDescription
namestring (length: 1..64)required-The relation name, such as ‘member’ or ‘owner’.
descriptionstringoptional-A human readable description of the entity relation.
sourceleafref → ../../entity/namerequired-The source entity schema name.
targetleafref → ../../entity/namerequired-The target entity schema name.
cardinalityenumeration (one-to-many, many-to-one, many-to-many)optionalmany-to-manyThe relation cardinality.
is-systembooleanoptionalfalseWhen true, this type is required for a system functionality and should not be manually edited.

Was this helpful?