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.