A document as the API returns it to clients: the signed document's metadata and content plus derived fields (resolved version, authors, timestamps, visibility). A derived read model computed by the Seed daemon/API for clients — not a signed network blob.
This document describes the seed-document 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:
content — list of hypermedia-block-node
version — string
account — string
authors (required) — list of string
path — string
createTime — one of hypermedia-timestamp | string
updateTime — one of hypermedia-timestamp | string
metadata (required) — hypermedia-metadata
detachedBlocks — map ⟨ * : hypermedia-block-node ⟩
genesis (required) — string
generationInfo — map { 2 fields }
visibility (required) — hypermedia-visibility
Do you like what you are reading? Subscribe to receive updates.
Unsubscribe anytime