pics.2bit.graph.follow

2bit.pics

Documentation

A follow in the 2bit.pics social graph.

main record

A follow in the 2bit.pics social graph.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

subject string did Required

DID of the followed actor.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "type": "string",
        "format": "did",
        "description": "DID of the followed actor."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A follow in the 2bit.pics social graph."
}

Lexicon Garden

@