No description available.
Record Key
literal:self
Fixed literal value
Properties
algorithmicFeedProvider
string
Optional
No description available.
colors
ref
#colors
Optional
No description available.
fontPreference
string
Optional
No description available.
joinDate
string
datetime
Optional
An RFC 3339 formatted timestamp.
subscribedChannels
array
of
string
Optional
No description available.
updatedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"properties": {
"colors": {
"ref": "#colors",
"type": "ref"
},
"joinDate": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime"
},
"fontPreference": {
"type": "string"
},
"subscribedChannels": {
"type": "array",
"items": {
"type": "string"
}
},
"algorithmicFeedProvider": {
"type": "string"
}
}
}
}