Skip to content

Commit 7be6ad3

Browse files
committed
Better description
1 parent 496bc27 commit 7be6ad3

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

docs/entities/core-entities.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import EntitySchemaViewer from '@site/src/components/EntitySchemaViewer';
77

88
# Core Entities
99

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.
1111

1212
## Customer Relations
1313

@@ -198,24 +198,3 @@ This page provides comprehensive documentation for epilot's core entity data mod
198198
displayName="Product Recommendation"
199199
description="Product recommendations suggest products to customers based on their preferences and behavior."
200200
/>
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

Comments
 (0)