A member snapshot for a maimai DX circle, optionally resolved to an AT Protocol identity
Record Key
any
Any valid record key
Properties
circleCode
string
Optional
No description available.
maxLength: 64 bytescircleKey
string
Required
No description available.
maxLength: 128 bytescreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
displayName
string
Required
No description available.
maxLength: 64 bytesicon
blob
Optional
No description available.
maxSize: 1.0 MBobservedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
points
integer
Optional
No description available.
minimum: 0profile
string
at-uri
Optional
AT URI of the member profile record when this member is resolved to a Derakkuma ATProto profile.
rating
integer
Optional
No description available.
minimum: 0status
string
Optional
No description available.
maxLength: 64 bytessubject
string
did
Optional
A decentralized identifier (DID).
title
string
Optional
No description available.
maxLength: 128 bytesupdatedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"circleKey",
"displayName",
"createdAt"
],
"properties": {
"icon": {
"type": "blob",
"accept": [
"image/png",
"image/jpeg",
"image/webp"
],
"maxSize": 1000000
},
"title": {
"type": "string",
"maxLength": 128
},
"points": {
"type": "integer",
"minimum": 0
},
"rating": {
"type": "integer",
"minimum": 0
},
"status": {
"type": "string",
"maxLength": 64
},
"profile": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the member profile record when this member is resolved to a Derakkuma ATProto profile."
},
"subject": {
"type": "string",
"format": "did"
},
"circleKey": {
"type": "string",
"maxLength": 128
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime"
},
"circleCode": {
"type": "string",
"maxLength": 64
},
"observedAt": {
"type": "string",
"format": "datetime"
},
"displayName": {
"type": "string",
"maxLength": 64
}
}
},
"description": "A member snapshot for a maimai DX circle, optionally resolved to an AT Protocol identity"
}