No description available.
Properties
avatar
string
uri
Optional
A valid URI.
creator
ref
app.rocksky.actor.defs#profileViewBasic
Optional
No description available.
description
string
Optional
No description available.
id
string
Optional
No description available.
name
string
Optional
No description available.
uri
string
at-uri
Optional
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
View raw schema
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"uri": {
"type": "string",
"format": "at-uri"
},
"name": {
"type": "string"
},
"avatar": {
"type": "string",
"format": "uri"
},
"creator": {
"ref": "app.rocksky.actor.defs#profileViewBasic",
"type": "ref"
},
"description": {
"type": "string"
}
}
}