games.firehose.barklesheep.reaction

firehosegames.pds.atproto.ooo

Documentation

A reaction in a Barklesheep game

main record

A reaction in a Barklesheep game

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

emoji string Required

No description available.

maxLength: 4 bytes
gameId string Required

No description available.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "gameId",
      "emoji",
      "createdAt"
    ],
    "properties": {
      "emoji": {
        "type": "string",
        "maxLength": 4
      },
      "gameId": {
        "type": "string"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A reaction in a Barklesheep game"
}

Lexicon Garden

@