No description available.
Properties
No description available.
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
View raw schema
{
"type": "object",
"required": [
"uri",
"notFound"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri"
},
"notFound": {
"type": "boolean",
"const": true
}
}
}
Response model for fetching multiple recipes.
Properties
No description available.
A content identifier (CID) referencing immutable data.
An RFC 3339 formatted timestamp.
No description available.
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
View raw schema
{
"type": "object",
"required": [
"uri",
"cid",
"author",
"record",
"indexedAt"
],
"properties": {
"cid": {
"type": "string",
"format": "cid"
},
"uri": {
"type": "string",
"format": "at-uri"
},
"author": {
"ref": "blue.recipes.actor.defs#profileViewBasic",
"type": "ref"
},
"record": {
"ref": "blue.recipes.feed.recipe",
"type": "ref"
},
"indexedAt": {
"type": "string",
"format": "datetime"
}
},
"description": "Response model for fetching multiple recipes."
}