Profile customization values
Record Key
literal:self
Fixed literal value
Properties
background
blob
Optional
A background image, must be either PNG or JPEG
maxSize: 1.0 MBbg_color
string
Required
No description available.
maxLength: 640 bytesmaxGraphemes: 64 graphemeslink_color
string
Required
No description available.
maxLength: 640 bytesmaxGraphemes: 64 graphemesrepeat
boolean
Optional
No description available.
Default:
falseside_border
string
Required
No description available.
maxLength: 640 bytesmaxGraphemes: 64 graphemesside_color
string
Required
No description available.
maxLength: 640 bytesmaxGraphemes: 64 graphemestext_color
string
Required
No description available.
maxLength: 640 bytesmaxGraphemes: 64 graphemesView raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"bg_color",
"text_color",
"link_color",
"side_color",
"side_border"
],
"properties": {
"repeat": {
"type": "boolean",
"default": false
},
"bg_color": {
"type": "string",
"maxLength": 640,
"maxGraphemes": 64
},
"background": {
"type": "blob",
"accept": [
"image/png",
"image/jpeg"
],
"maxSize": 1000000,
"description": "A background image, must be either PNG or JPEG"
},
"link_color": {
"type": "string",
"maxLength": 640,
"maxGraphemes": 64
},
"side_color": {
"type": "string",
"maxLength": 640,
"maxGraphemes": 64
},
"text_color": {
"type": "string",
"maxLength": 640,
"maxGraphemes": 64
},
"side_border": {
"type": "string",
"maxLength": 640,
"maxGraphemes": 64
}
}
},
"description": "Profile customization values"
}