{
"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
}
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