A declaration of a at://2048 player's profile
Record Key
literal:self
Fixed literal value
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
soloPlay
boolean
Required
Does not want to show up anywhere. Keep stats to your PDS.
Default:
falsesyncStatus
ref
blue.2048.defs#syncStatus
Required
The sync status of this record with the users AT Protocol repo.
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"soloPlay",
"syncStatus",
"createdAt"
],
"properties": {
"soloPlay": {
"type": "boolean",
"default": false,
"description": "Does not want to show up anywhere. Keep stats to your PDS."
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"syncStatus": {
"ref": "blue.2048.defs#syncStatus",
"type": "ref",
"description": "The sync status of this record with the users AT Protocol repo."
}
}
},
"description": "A declaration of a at://2048 player's profile"
}