Image to be displayed next to messages from a user
Accepted typesimage/png, image/jpeg
Max size1000000 bytes
View raw schema
{
"type": "blob",
"accept": [
"image/png",
"image/jpeg"
],
"maxSize": 1000000,
"description": "Image to be displayed next to messages from a user"
}
No description available.
Properties
A decentralized identifier (DID).
No description available.
An AT Protocol handle (e.g., alice.bsky.social).
View raw schema
{
"type": "object",
"required": [
"did",
"handle"
],
"properties": {
"did": {
"type": "string",
"format": "did"
},
"avatar": {
"type": "string",
"format": "uri"
},
"handle": {
"type": "string",
"format": "handle"
},
"displayName": {
"type": "string"
}
}
}