place.stream.chat.profile

did:web:iame.li

Documentation

Record containing customizations for a user's chat profile.

main record

Record containing customizations for a user's chat profile.

Record Key literal:self Fixed literal value

Properties

color ref #color Optional

No description available.

View raw schema
{
  "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 object

Customizations for the color of a user's name in chat

Properties

blue integer Required

No description available.

minimum: 0maximum: 255
green integer Required

No description available.

minimum: 0maximum: 255
red integer Required

No description available.

minimum: 0maximum: 255
View raw schema
{
  "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"
}

Lexicon Garden

@