app.bivri.graph.follow

lexicons.bivri.app

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Client-declared timestamp of when the follow was created.

subjectDid string did Required

DID of the account being followed.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subjectDid",
      "createdAt"
    ],
    "properties": {
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Client-declared timestamp of when the follow was created."
      },
      "subjectDid": {
        "type": "string",
        "format": "did",
        "description": "DID of the account being followed."
      }
    }
  }
}

Lexicon Garden

@