Post object
Blog posts with rich content, tags, and engagement metrics
| Field | Type | Description |
|---|---|---|
id | integer (int32) | Unique post identifier |
userId | integer (int32) | Author user ID |
titlerequired | string | Post title |
slug | string | URL-friendly slug |
bodyrequired | string | Full post content in plain text |
excerpt | string | Short preview text |
tags | string[] | Categorization tags |
status | string | Publication status |
views | integer (int32) | Total view count |
likes | integer (int32) | Total like count |
featured | boolean | Whether the post is featured |
coverImage | string (uri) | Cover image URL |
readingTime | integer (int32) | Estimated reading time in minutes |
createdAt | string (date-time) | |
updatedAt | string (date-time) |