No description available.
Properties
actorUri
string
at-uri
Optional
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
credits
array
of refgames.gamesgamesgamesgames.defs#creditEntry
Required
No description available.
displayName
string
Optional
No description available.
maxLength: 640 bytesuri
string
at-uri
Required
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
View raw schema
{
"type": "object",
"required": [
"uri",
"credits"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri"
},
"credits": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#creditEntry",
"type": "ref"
}
},
"actorUri": {
"type": "string",
"format": "at-uri"
},
"displayName": {
"type": "string",
"maxLength": 640
}
}
}