A maimai DX friend connection, optionally resolved to an AT Protocol identity
Record Key
any
Any valid record key
Properties
classImage
blob
Optional
No description available.
maxSize: 1.0 MBcomment
string
Optional
No description available.
maxLength: 256 bytescourseImage
blob
Optional
No description available.
maxSize: 1.0 MBcreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
displayName
string
Required
No description available.
maxLength: 64 bytesfavorite
boolean
Optional
No description available.
icon
blob
Optional
No description available.
maxSize: 1.0 MBobservedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
rating
integer
Optional
No description available.
minimum: 0rival
boolean
Optional
No description available.
stars
integer
Optional
No description available.
minimum: 0status
string
Optional
No description available.
maxLength: 64 bytessubject
string
did
Optional
Resolved AT Protocol DID for this friend, if known.
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": [
"displayName",
"createdAt"
],
"properties": {
"icon": {
"type": "blob",
"accept": [
"image/png",
"image/jpeg",
"image/webp"
],
"maxSize": 1000000
},
"rival": {
"type": "boolean"
},
"stars": {
"type": "integer",
"minimum": 0
},
"title": {
"type": "string",
"maxLength": 128
},
"rating": {
"type": "integer",
"minimum": 0
},
"status": {
"type": "string",
"maxLength": 64
},
"comment": {
"type": "string",
"maxLength": 256
},
"subject": {
"type": "string",
"format": "did",
"description": "Resolved AT Protocol DID for this friend, if known."
},
"favorite": {
"type": "boolean"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime"
},
"classImage": {
"type": "blob",
"accept": [
"image/png",
"image/jpeg",
"image/webp"
],
"maxSize": 1000000
},
"observedAt": {
"type": "string",
"format": "datetime"
},
"courseImage": {
"type": "blob",
"accept": [
"image/png",
"image/jpeg",
"image/webp"
],
"maxSize": 1000000
},
"displayName": {
"type": "string",
"maxLength": 64
}
}
},
"description": "A maimai DX friend connection, optionally resolved to an AT Protocol identity"
}