Skip to main content
Version: v0.1.0

RelationInstance

id object
anyOf
string
relation_type_idRelation Type Id (string)required
source_idSource Id (string)required
target_idTarget Id (string)required
properties object
property name*any
Default value: {}
created_at object
anyOf
integer
updated_at object
anyOf
integer
RelationInstance
{
"id": "string",
"relation_type_id": "string",
"source_id": "string",
"target_id": "string",
"properties": {},
"created_at": 0,
"updated_at": 0
}