A declaration of a BallotReady constituent profile.
Record Key
literal:self
Fixed literal value
Properties
bskyProfileProperties
array
of
string
Optional
List of properties to inherit from the user's app.bsky.actor.profile record.
constituentOf
string
Optional
Self-declared constituency, e.g. "Michigan" or "United States".
maxLength: 640 bytesmaxGraphemes: 64 graphemescreatedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
description
string
Optional
Free-form consituent profile description text.
maxLength: 2560 bytesmaxGraphemes: 256 graphemesdisplayName
string
Optional
Display name for the constituent.
maxLength: 640 bytesmaxGraphemes: 64 graphemesView raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"properties": {
"createdAt": {
"type": "string",
"format": "datetime"
},
"description": {
"type": "string",
"maxLength": 2560,
"description": "Free-form consituent profile description text.",
"maxGraphemes": 256
},
"displayName": {
"type": "string",
"maxLength": 640,
"description": "Display name for the constituent.",
"maxGraphemes": 64
},
"constituentOf": {
"type": "string",
"maxLength": 640,
"description": "Self-declared constituency, e.g. \"Michigan\" or \"United States\".",
"maxGraphemes": 64
},
"bskyProfileProperties": {
"type": "array",
"items": {
"enum": [
"avatar",
"banner",
"displayName",
"description"
],
"type": "string"
},
"description": "List of properties to inherit from the user's app.bsky.actor.profile record."
}
}
},
"description": "A declaration of a BallotReady constituent profile."
}