social.colibri.actor.plate

colibri.social

{
  "id": "social.colibri.actor.plate",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "color",
          "picture"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 320,
            "description": "Plate name as exposed to the user.",
            "maxGraphemes": 32
          },
          "$type": {
            "type": "string",
            "format": "nsid",
            "description": "The type of the record."
          },
          "color": {
            "type": "string",
            "maxLength": 7,
            "description": "The base plate color, blended with the image."
          },
          "picture": {
            "type": "blob",
            "accept": [
              "image/jpeg",
              "image/png",
              "image/gif",
              "image/webp"
            ],
            "description": "The plate image, blended with the color."
          }
        }
      },
      "description": "A Colibri name plate used to decorate member rows."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against social.colibri.actor.plate

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreiba2win5xzx25a3ymo45kzq3p3iu7zefbcsktasr7iceuuxvnqwwy
Indexed At
2026-07-29 16:12 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.actor.plate

Lexicon Garden

@