No description available.
Record Key
literal:self
Fixed literal value
Properties
display_name
string
Optional
No description available.
maxGraphemes: 64 graphemesminGraphemes: 1 graphemesemoji
string
Optional
No description available.
maxGraphemes: 1 graphemesminGraphemes: 1 graphemespronouns
string
Optional
No description available.
maxGraphemes: 24 graphemesminGraphemes: 1 graphemesView raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [],
"properties": {
"emoji": {
"type": "string",
"maxGraphemes": 1,
"minGraphemes": 1
},
"pronouns": {
"type": "string",
"maxGraphemes": 24,
"minGraphemes": 1
},
"display_name": {
"type": "string",
"maxGraphemes": 64,
"minGraphemes": 1
}
}
}
}