diff --git a/docs/.gitbook/assets/blank-diagram-page-2-1-.png b/docs/.gitbook/assets/blank-diagram-page-2-1-.png new file mode 100644 index 00000000000..ebb6e94d599 Binary files /dev/null and b/docs/.gitbook/assets/blank-diagram-page-2-1-.png differ diff --git a/docs/openmetadata-apis/schemas/entities/README.md b/docs/openmetadata-apis/schemas/entities/README.md index ed5113baf6d..649788f9d73 100644 --- a/docs/openmetadata-apis/schemas/entities/README.md +++ b/docs/openmetadata-apis/schemas/entities/README.md @@ -59,9 +59,11 @@ Following is an example of a JSON schema of the User entity with attributes id, ## Metadata system entities -Metadata system has the following core entities: +Metadata system has the following core entities and relationships: -1. **Data Entities** - These entities represent data, such as databases, tables, and topics, and assets created using data, such as Dashboards, Reports, Metrics, and ML Features. It also includes entities such as Pipelines that are used for creating data assets. +![](../../../.gitbook/assets/blank-diagram-page-2-1-.png) + +1. **Data Assets** - These entities represent data, such as databases, tables, and topics, and assets created using data, such as Dashboards, Reports, Metrics, and ML Features. It also includes entities such as Pipelines that are used for creating data assets. 2. **Services** - Services represent platforms and services used for storing and processing data. It includes Online Data Stores, Data Warehouses, ETL tools, Dashboard services, etc. 3. **Users & Teams** - These entities represent users within an organization and teams that they are organized under. 4. **Activities** - These entities are related to feeds, posts, and notifications for collaboration between users.