blue.recipes.feed.defs

thighhighs.moe

{
  "id": "blue.recipes.feed.defs",
  "defs": {
    "recipeView": {
      "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."
    },
    "notFoundRecipe": {
      "type": "object",
      "required": [
        "uri",
        "notFound"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "notFound": {
          "type": "boolean",
          "const": true
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against blue.recipes.feed.defs

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2c3tfa27yybwmnv57mbycepd
CID
bafyreidspaso7ri45yvevjvc27puw4vc4spxkzyofyiltvngcx7p67zbz4
Indexed At
2026-02-13 13:46 UTC
AT-URI
at://did:plc:2c3tfa27yybwmnv57mbycepd/com.atproto.lexicon.schema/blue.recipes.feed.defs

Referenced Schemas (2)

Lexicon Garden

@