blue.recipes.feed.defs

thighhighs.moe

Documentation

notFoundRecipe object

No description available.

Properties

notFound boolean Required

No description available.

uri 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",
    "notFound"
  ],
  "properties": {
    "uri": {
      "type": "string",
      "format": "at-uri"
    },
    "notFound": {
      "type": "boolean",
      "const": true
    }
  }
}
recipeView object

Response model for fetching multiple recipes.

Properties

cid string cid Required

A content identifier (CID) referencing immutable data.

indexedAt string datetime Required

An RFC 3339 formatted timestamp.

uri 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",
    "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."
}

Lexicon Garden

@