Documentation Index
Fetch the complete documentation index at: https://docs.hellocobi.com/llms.txt
Use this file to discover all available pages before exploring further.
Schema
Field Descriptions
Required Fields
| Field | Type | Format | Description |
|---|---|---|---|
course_id | string | UUID | Unique identifier for the course |
name | string | - | Name of the course |
Optional Fields
| Field | Type | Format | Description |
|---|---|---|---|
created | string | date-time | Timestamp when the record was created |
updated | string | date-time | Timestamp when the record was last updated |
is_deleted | boolean | - | Flag indicating if the record is marked as deleted |
Example
Best Practices
- UUID Format: Use valid UUID v4 format for course_id
- Data Consistency: Ensure consistent data across all course records
- Naming: Use the official course name as it appears in the institution’s catalog
- Soft Deletion: Use the is_deleted flag instead of permanently removing records