Metadata about the audio content.
Properties
No description available.
No description available.
View raw schema
{
"type": "object",
"properties": {
"title": {
"type": "string"
},
"artist": {
"type": "string"
}
},
"description": "Metadata about the audio content."
}
No description available.
Properties
No description available.
A content identifier (CID) referencing immutable data.
No description available.
An RFC 3339 formatted timestamp.
No description available.
No description available.
No description available.
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
No description available.
View raw schema
{
"type": "object",
"required": [
"uri",
"cid",
"author",
"title",
"coverArt",
"record",
"indexedAt"
],
"properties": {
"cid": {
"type": "string",
"format": "cid"
},
"uri": {
"type": "string",
"format": "at-uri"
},
"audio": {
"type": "string",
"format": "uri"
},
"title": {
"type": "string"
},
"author": {
"ref": "so.sprk.actor.defs#profileViewBasic",
"type": "ref"
},
"labels": {
"type": "array",
"items": {
"ref": "com.atproto.label.defs#label",
"type": "ref"
}
},
"record": {
"type": "unknown"
},
"details": {
"ref": "#audioDetails",
"type": "ref"
},
"coverArt": {
"type": "string",
"format": "uri"
},
"useCount": {
"type": "integer"
},
"indexedAt": {
"type": "string",
"format": "datetime"
}
}
}