blue.morgen.graph.follow

morgen.blue

Documentation

An in-app follow of another Morgenblau user. Distinct from a Bluesky follow.

main record

An in-app follow of another Morgenblau user. Distinct from a Bluesky follow.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

subject string did Required

DID of the user being followed.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "type": "string",
        "format": "did",
        "description": "DID of the user being followed."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "An in-app follow of another Morgenblau user. Distinct from a Bluesky follow."
}

Lexicon Garden

@