Basic actor information for embedding in responses
Properties
A decentralized identifier (DID).
No description available.
maxLength: 640 bytes
An AT Protocol handle (e.g., alice.bsky.social).
View raw schema
{
"type": "object",
"required": [
"did",
"handle"
],
"properties": {
"did": {
"type": "string",
"format": "did"
},
"handle": {
"type": "string",
"format": "handle"
},
"displayName": {
"type": "string",
"maxLength": 640
}
},
"description": "Basic actor information for embedding in responses"
}
width:height represents an aspect ratio. It may be approximate, and may not correspond to absolute dimensions in any unit.
Properties
No description available.
minimum: 1
No description available.
minimum: 1
View raw schema
{
"type": "object",
"required": [
"width",
"height"
],
"properties": {
"width": {
"type": "integer",
"minimum": 1
},
"height": {
"type": "integer",
"minimum": 1
}
},
"description": "width:height represents an aspect ratio. It may be approximate, and may not correspond to absolute dimensions in any unit."
}
Book ID entry for SSG
Properties
No description available.
View raw schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string"
}
},
"description": "Book ID entry for SSG"
}
Location entry with book count for SSG
Properties
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"h3",
"bookCount"
],
"properties": {
"h3": {
"type": "string"
},
"bookCount": {
"type": "integer"
}
},
"description": "Location entry with book count for SSG"
}