A comment as the API returns it to clients: the signed comment's content plus derived fields (stable id, version CID, thread links, timestamps, visibility). A derived read model computed by the Seed daemon/API for clients — not a signed network blob.
This document describes the seed-comment type — a Seed API read-model schema (derived data the daemon computes for clients, not a signed network blob). Its formal schema is attached (the schemaDefinition in this document's metadata), so the app can show it and create values of this type.
Shape
A closed struct with these fields:
id (required) — string
version (required) — string
author (required) — string
targetAccount (required) — string
targetPath — string
targetVersion (required) — string
replyParent — string
replyParentVersion — string
threadRoot — string
threadRootVersion — string
capability — string
content (required) — list of hypermedia-block-node
createTime (required) — hypermedia-timestamp
updateTime (required) — hypermedia-timestamp
visibility (required) — hypermedia-visibility
Do you like what you are reading? Subscribe to receive updates.
Unsubscribe anytime