From fcb58215eb88244c987bd9c4635e821ed985a6a0 Mon Sep 17 00:00:00 2001 From: Shannon Bradshaw Date: Wed, 18 Aug 2021 19:58:51 +0000 Subject: [PATCH] GitBook: [main] 77 pages modified --- docs/openmetadata-apis/schemas/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/openmetadata-apis/schemas/overview.md b/docs/openmetadata-apis/schemas/overview.md index 80bd9a07e06..eaedf898af4 100644 --- a/docs/openmetadata-apis/schemas/overview.md +++ b/docs/openmetadata-apis/schemas/overview.md @@ -27,8 +27,8 @@ An Entity is a special type that has an identity and represents an object that i **Relationships** capture information about the association of an Entity with another Entity. Relationships can have cardinality - **One-to-one**, **One-to-many**, **Many-to-one**, and **Many-to-many**. Example of relationships: * One-to-one: A Table is owned by a User -* One to Many: a Database contains multiple Tables. -* Many-to-Many: A User belongs to multiple Teams. A team has multiple Users. +* One-to-many: a Database contains multiple Tables. +* Many-to-many: A User belongs to multiple Teams. A team has multiple Users. All relationships are captured using the `EntityReference` type.