online.timtinkers.bot.shoutout

bot.timtinkers.online

{
  "id": "online.timtinkers.bot.shoutout",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "user",
          "text",
          "createdAt"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 5000,
            "description": "The shoutout message text",
            "maxGraphemes": 500
          },
          "user": {
            "type": "string",
            "format": "did",
            "description": "The DID of the user being shouted out"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the shoutout was created"
          }
        }
      },
      "description": "Record containing a shoutout for a user, typically used during streams to highlight community members."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against online.timtinkers.bot.shoutout

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:xnpibbj2hcqlsodutcnirmxp
CID
bafyreidy4uecio2qgh34ge5kaouefjzufvm6ierixecu5ffzesmtcalziu
Indexed At
2026-04-16 21:00 UTC
AT-URI
at://did:plc:xnpibbj2hcqlsodutcnirmxp/com.atproto.lexicon.schema/online.timtinkers.bot.shoutout

Lexicon Garden

@