africa.kandake.asha.recipe.search

kandake.africa

{
  "id": "africa.kandake.asha.recipe.search",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "recipes"
          ],
          "properties": {
            "cursor": {
              "type": "string"
            },
            "recipes": {
              "type": "array",
              "items": {
                "ref": "africa.kandake.asha.recipe.get#recipeView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "query"
        ],
        "properties": {
          "limit": {
            "type": "integer",
            "default": 25,
            "maximum": 100,
            "minimum": 1
          },
          "query": {
            "type": "string",
            "maxLength": 256
          },
          "cursor": {
            "type": "string"
          },
          "category": {
            "type": "string",
            "maxLength": 128
          }
        }
      },
      "description": "Search recipes across the index by text query and optional category filter."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

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

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@