No description available.
Properties
id
string
Optional
No description available.
name
string
Optional
No description available.
picture
string
uri
Optional
A valid URI.
uri
string
at-uri
Optional
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
user1Rank
integer
Optional
No description available.
user2Rank
integer
Optional
No description available.
weight
integer
Optional
No description available.
View raw schema
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"uri": {
"type": "string",
"format": "at-uri"
},
"name": {
"type": "string"
},
"weight": {
"type": "integer"
},
"picture": {
"type": "string",
"format": "uri"
},
"user1Rank": {
"type": "integer"
},
"user2Rank": {
"type": "integer"
}
}
}