pet.trezy.foodDrop

trezy.pet

{
  "id": "pet.trezy.foodDrop",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "food",
          "x",
          "droppedAt"
        ],
        "properties": {
          "x": {
            "type": "integer",
            "description": "Horizontal position in scaled world px. An integer because AT Protocol lexicons cannot express floats — and a pixel is finer than anyone can aim anyway, so nothing is lost."
          },
          "food": {
            "type": "string",
            "description": "The id of a published pet.trezy.food. Validated against the index by dropFood, so a morsel can never name something the client has no way to draw."
          },
          "droppedAt": {
            "type": "string",
            "format": "datetime",
            "description": "When it was put down. ⚠ LOAD-BEARING FOR resolveFeeding, which replays an absence in this order and uses this as the earliest moment the morsel could have been eaten."
          }
        }
      },
      "description": "One morsel lying on the ground. Lives in the player's `pet.trezy.terrarium` SPACE, not their public repo: it is transient scenery, and a repo record would need a new OAuth scope in three places — which happyview-config.ts documents as breaking sign-in outright when the third is missed. A high price for recording that a morsel is at x=412. ⚠ NOTHING HERE IS SIGNED, SO NOTHING HERE MAY CARRY CONSEQUENCES. setPreferences.lua states the rule this obeys: a space is access control, not attestation. Forging one of these moves your own morsel and nothing else — every claim about who was actually FED is a signed pet.trezy.activity record, written by createInteraction and resolveFeeding and by nothing else."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against pet.trezy.foodDrop

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ollch4g7tes2reb5eceiwuol
CID
bafyreianutxwfohcnksjb7b7iu3waai7fbcot5bip4g6untygkdxbdxa3q
Indexed At
2026-08-12 02:42 UTC
AT-URI
at://did:plc:ollch4g7tes2reb5eceiwuol/com.atproto.lexicon.schema/pet.trezy.foodDrop

Lexicon Garden

@