coop.hypha.spores.social.flower

hypha.coop

Documentation

A flower planted in another user's garden, representing a 'like' or 'follow'.

main record

A flower planted in another user's garden, representing a 'like' or 'follow'.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Client-declared timestamp when the flower was planted.

subject string did Required

DID of the garden owner receiving the flower.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "type": "string",
        "format": "did",
        "description": "DID of the garden owner receiving the flower."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Client-declared timestamp when the flower was planted."
      }
    }
  },
  "description": "A flower planted in another user's garden, representing a 'like' or 'follow'."
}

Lexicon Garden

@