space.dailygame.follow

dailygame.space

Documentation

A one-way follow from the authoring repo to the subject DID. Mirrors the app.bsky.graph.follow shape.

main record
1 example

A one-way follow from the authoring repo to the subject DID. Mirrors the app.bsky.graph.follow shape.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

When this follow was created.

subject string did Required

DID of the followed user.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "type": "string",
        "format": "did",
        "description": "DID of the followed user."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "When this follow was created."
      }
    }
  },
  "description": "A one-way follow from the authoring repo to the subject DID. Mirrors the app.bsky.graph.follow shape."
}

Lexicon Garden

@