store.88x31.button

moth11.net

{
  "id": "store.88x31.button",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "blob",
          "postedAt"
        ],
        "properties": {
          "alt": {
            "type": "string",
            "maxLength": 3000,
            "description": "Alt text description of the button, for accessibility.",
            "maxGraphemes": 300
          },
          "blob": {
            "type": "blob",
            "accept": [
              "image/*"
            ],
            "maxSize": 1000000
          },
          "href": {
            "type": "string",
            "maxLength": 3000,
            "description": "Hypertext reference (link) for the button.",
            "maxGraphemes": 300
          },
          "title": {
            "type": "string",
            "maxLength": 3000,
            "description": "Title text description of the button, for flavor.",
            "maxGraphemes": 300
          },
          "postedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this button was originally created."
          }
        }
      },
      "description": "Record containing an 88x31 button."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against store.88x31.button

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:25z6ogppprfvijcnqo2fsfce
CID
bafyreigthyzntj377tkyvvqzvcyo5ekhnai4m75lhywvwjocxalpqvldpi
Indexed At
2026-03-09 17:00 UTC
AT-URI
at://did:plc:25z6ogppprfvijcnqo2fsfce/com.atproto.lexicon.schema/store.88x31.button

Lexicon Garden

@