blue.lance.camo

lance.blue

{
  "id": "blue.lance.camo",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "image",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 640,
            "minLength": 1,
            "description": "Display name for the camo.",
            "maxGraphemes": 64
          },
          "image": {
            "type": "blob",
            "accept": [
              "image/png"
            ],
            "maxSize": 1000000,
            "description": "The camo image file (intended to be 84x72)."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this camo was originally created."
          }
        }
      },
      "description": "Record containing a camo pattern for a lance.blue player"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against blue.lance.camo

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:a2j2g42ai6v65qpbvb6hmubi
CID
bafyreicishbtthmrxgznbwwnoyzskpmls533mihormj3qpdwnedpincahu
Indexed At
2026-08-07 00:33 UTC
AT-URI
at://did:plc:a2j2g42ai6v65qpbvb6hmubi/com.atproto.lexicon.schema/blue.lance.camo

Lexicon Garden

@