coop.hypha.spores.social.takenFlower

hypha.coop

Documentation

A flower taken from another user's garden, representing a bookmark or collection.

main record

A flower taken from another user's garden, representing a bookmark or collection.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Client-declared timestamp when the flower was taken.

note string Optional

Optional note or reason for taking this flower

maxLength: 5000 bytesmaxGraphemes: 500 graphemes
subject string did Required

DID of the garden the flower was taken from.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "note": {
        "type": "string",
        "maxLength": 5000,
        "description": "Optional note or reason for taking this flower",
        "maxGraphemes": 500
      },
      "subject": {
        "type": "string",
        "format": "did",
        "description": "DID of the garden the flower was taken from."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Client-declared timestamp when the flower was taken."
      }
    }
  },
  "description": "A flower taken from another user's garden, representing a bookmark or collection."
}

Lexicon Garden

@