africa.kandake.asha.recipe.get

kandake.africa

{
  "id": "africa.kandake.asha.recipe.get",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "RecipeNotFound"
        }
      ],
      "output": {
        "schema": {
          "ref": "#recipeView",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "did",
          "rkey"
        ],
        "properties": {
          "did": {
            "type": "string",
            "format": "did"
          },
          "rkey": {
            "type": "string",
            "format": "record-key"
          }
        }
      },
      "description": "Get a single recipe record with author information."
    },
    "recipeView": {
      "type": "object",
      "required": [
        "uri",
        "did",
        "handle",
        "recipe"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "handle": {
          "type": "string",
          "format": "handle"
        },
        "recipe": {
          "ref": "africa.kandake.asha.recipe.recipe#main",
          "type": "ref"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against africa.kandake.asha.recipe.get

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

Metadata

DID
did:plc:lrphxvv25aibthe7xoc2eeyy
CID
bafyreig3ecny75h43swe4vfcweyxqst4hpgpsmj5cnnorlnee5qdzmewyu
Indexed At
2026-04-15 18:11 UTC
AT-URI
at://did:plc:lrphxvv25aibthe7xoc2eeyy/com.atproto.lexicon.schema/africa.kandake.asha.recipe.get

Referenced Schemas (1)

Lexicon Garden

@