id.sifa.graph.follow

sifa.id

Documentation

Record representing a professional follow relationship. Lives in the follower's PDS.

main record

Record representing a professional follow relationship. Lives in the follower's PDS.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Client-declared timestamp when this follow was created.

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": "Client-declared timestamp when this follow was created."
      }
    }
  },
  "description": "Record representing a professional follow relationship. Lives in the follower's PDS."
}

Lexicon Garden

@