You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RelationTypestring`json:"relation_type"`// RelationType is used to specify the type of relation, e.g. "derives from" or "related to"
126
-
RelationNamestring`json:"relation_name"`// RelationName is used to specify the name of the relation, e.g. "parent". It is optional.
127
-
Uniquebool`json:"unique"`// Unique indicates whether the relation is unique, i.e. there can only be one object with this relation type / name in the context.
Typestring`json:"relation_type"`// RelationType is used to specify the type of relation, e.g. "derives from" or "related to"
130
+
Namestring`json:"relation_name"`// RelationName is used to specify the name of the relation, e.g. "parent". It is optional.
131
+
Uniquebool`json:"unique"`// Unique indicates whether the relation is unique, i.e. there can only be one object with this relation type / name in the context.
0 commit comments