Relationship Definition
Representation describing a relationship between two objects. The Object
containing the Relation
definition is the parent
object.
{
"name": "relation_name",
"display_name": "Relation Display Name",
"child_object": "child_object_name",
"join_fields": [{
"parent": "child_id",
"child": "child_id"
}]
}
property | description |
---|---|
name | name for the relation |
display_name | user-friendly name shown within ODP |
child_object | child |
join_fields | collection of |