place.stream.chat.profile

did:web:stream.place View official

{
  "id": "place.stream.chat.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "color": {
            "ref": "#color",
            "type": "ref"
          }
        }
      },
      "description": "Record containing customizations for a user's chat profile."
    },
    "color": {
      "type": "object",
      "required": [
        "red",
        "green",
        "blue"
      ],
      "properties": {
        "red": {
          "type": "integer",
          "maximum": 255,
          "minimum": 0
        },
        "blue": {
          "type": "integer",
          "maximum": 255,
          "minimum": 0
        },
        "green": {
          "type": "integer",
          "maximum": 255,
          "minimum": 0
        }
      },
      "description": "Customizations for the color of a user's name in chat"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.stream.chat.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:stream.place
CID
bafyreia7uvsfy6c4ce5ix2rz63jpvahlb7nhchib6aydvdlx65edcqotb4
Indexed At
2026-01-25 11:50 UTC
AT-URI
at://did:web:stream.place/com.atproto.lexicon.schema/place.stream.chat.profile

Lexicon Garden

@