No description available.
Record Key
literal:self
Fixed literal value
Properties
avatar
blob
Optional
No description available.
maxSize: 1.0 MBdescription
string
Optional
No description available.
maxGraphemes: 240 graphemesdisplayName
string
Optional
No description available.
maxGraphemes: 64 graphemespronouns
string
Optional
No description available.
maxGraphemes: 20 graphemesView raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"properties": {
"avatar": {
"type": "blob",
"accept": [
"image/png",
"image/jpeg"
],
"maxSize": 1000000
},
"pronouns": {
"type": "string",
"maxGraphemes": 20
},
"description": {
"type": "string",
"maxGraphemes": 240
},
"displayName": {
"type": "string",
"maxGraphemes": 64
}
}
}
}