No description available.
Record Key
literal:self
Fixed literal value
Properties
bodyColor
string
Required
Lowercase #rrggbb hex. Drives the avatar's torso shading.
maxLength: 7 bytesminLength: 7 bytescreatedAt
string
datetime
Required
Client-supplied creation timestamp. UTC.
headColor
string
Required
Lowercase #rrggbb hex. Drives the avatar's head shading.
maxLength: 7 bytesminLength: 7 bytesupdatedAt
string
datetime
Optional
Client-supplied last-edited timestamp. UTC.
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"bodyColor",
"headColor",
"createdAt"
],
"properties": {
"bodyColor": {
"type": "string",
"maxLength": 7,
"minLength": 7,
"description": "Lowercase #rrggbb hex. Drives the avatar's torso shading."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Client-supplied creation timestamp. UTC."
},
"headColor": {
"type": "string",
"maxLength": 7,
"minLength": 7,
"description": "Lowercase #rrggbb hex. Drives the avatar's head shading."
},
"updatedAt": {
"type": "string",
"format": "datetime",
"description": "Client-supplied last-edited timestamp. UTC."
}
}
}
}