xyz.opnshelf.follow

rowanpaul.opnshelf.social View official

Documentation

An OpnShelf follow relationship stored on a user's PDS

main record

An OpnShelf follow relationship stored on a user's PDS

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

When the follow record was created

subjectDid string Required

The DID of the OpnShelf user being followed

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subjectDid",
      "createdAt"
    ],
    "properties": {
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "When the follow record was created"
      },
      "subjectDid": {
        "type": "string",
        "description": "The DID of the OpnShelf user being followed"
      }
    }
  },
  "description": "An OpnShelf follow relationship stored on a user's PDS"
}

Lexicon Garden

@