You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/entities/core-entities.md
+1-22Lines changed: 1 addition & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ import EntitySchemaViewer from '@site/src/components/EntitySchemaViewer';
7
7
8
8
# Core Entities
9
9
10
-
This page provides comprehensive documentation for epilot's core entity data models. Each entity includes a description, interactive example viewer, and the full JSON Schema definition.
10
+
This page provides an overview for epilot's core entity data model with all of the built-in entity schemas, including examples and schema definitions.
11
11
12
12
## Customer Relations
13
13
@@ -198,24 +198,3 @@ This page provides comprehensive documentation for epilot's core entity data mod
198
198
displayName="Product Recommendation"
199
199
description="Product recommendations suggest products to customers based on their preferences and behavior."
200
200
/>
201
-
202
-
## Common Entity Fields
203
-
204
-
All entities share the following common fields:
205
-
206
-
-`_id` - Unique identifier for the entity
207
-
-`_org` - Organization ID that owns the entity
208
-
-`_schema` - Schema slug identifying the entity type
209
-
-`_title` - Human-readable title/name for the entity
210
-
-`_created_at` - Timestamp when the entity was created
211
-
-`_updated_at` - Timestamp when the entity was last updated
212
-
-`_tags` - Array of tags for categorization
213
-
-`_owners` - Array of user/org ownership information
214
-
-`_acl` - Access control list defining view/edit/delete permissions
215
-
-`_files` - Relations to associated file entities
216
-
217
-
## Working with Entities
218
-
219
-
To interact with these entities programmatically, use the [Entity API](/api/entity) or the [@epilot/entity-client](https://github.com/epilot-dev/sdk-js) SDK.
220
-
221
-
For more information about entity schemas, see the [Schemas List](/docs/entities/schemas-list).
0 commit comments