This is an example to exercise IPLD.
POST is a datastructure for representing communications. Think of it like "messages on IPFS". It aims to multiplex the various kinds of specific message datastructures (like email, IM, articles, blog posts, etc).
There is one defined object type, and two latent (defined in other specs) object types.
- (defined) a
POST
- (latent) an
Identity
, representing an individual or group (senders or recipients) - (latent) a
Reference
, a reference to another document
A POST
has several fields:
See the example.yml document.
Some possilbe ways to traverse this datastructure using IPLD pathing: