at.secretsky.follow

matt.evil.gay

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

subject string did Required

The account privately followed by this Space owner.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "type": "string",
        "format": "did",
        "description": "The account privately followed by this Space owner."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  }
}

Lexicon Garden

@