| title | Organization |
|---|---|
| description | Organization Schema Reference |
| Property | Type | Required | Description |
|---|---|---|---|
| id | string |
✅ | Unique organization identifier |
| name | string |
✅ | Organization display name |
| slug | string |
✅ | Unique URL-friendly slug (lowercase alphanumeric, hyphens, underscores) |
| logo | string |
optional | Organization logo URL |
| metadata | Record<string, any> |
optional | Custom metadata |
| createdAt | string |
✅ | Organization creation timestamp |
| updatedAt | string |
✅ | Last update timestamp |