app.atbuddy.interaction

atbuddy.app

{
  "id": "app.atbuddy.interaction",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "type",
          "createdAt"
        ],
        "properties": {
          "item": {
            "type": "string",
            "maxLength": 128
          },
          "type": {
            "type": "string",
            "description": "The kind of interaction.",
            "knownValues": [
              "pet",
              "feed",
              "gift",
              "greet",
              "battle"
            ]
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "targetDid": {
            "type": "string",
            "format": "did"
          }
        }
      },
      "description": "A buddy interaction event. TID-keyed, many per account."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.atbuddy.interaction

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:cjmftryiihdz5jafq77n6b2u
CID
bafyreifpjhs4kkhpddgt7m55rnrnw66bac4qzeft5t6fcq65simyoqemfq
Indexed At
2026-04-04 14:32 UTC
AT-URI
at://did:plc:cjmftryiihdz5jafq77n6b2u/com.atproto.lexicon.schema/app.atbuddy.interaction

Lexicon Garden

@