ink.igav.whatmealtodo.getRecipes

kaur.igav.ink

{
  "id": "ink.igav.whatmealtodo.getRecipes",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "recipes"
          ],
          "properties": {
            "cursor": {
              "type": "string"
            },
            "recipes": {
              "type": "array",
              "items": {
                "ref": "ink.igav.whatmealtodo.defs#recipeView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "q": {
            "type": "string",
            "maxLength": 100,
            "description": "Match against canonical ingredient names, not free text. Searching what the normalizer produced is the point: it shows what the index actually holds."
          },
          "limit": {
            "type": "integer",
            "default": 25,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string"
          }
        }
      },
      "description": "The public recipe index, unfiltered and unauthenticated. It exists to prove the indexer works before there is a pantry to match against, and stays because an AppView that cannot show what it indexed is hard to debug."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against ink.igav.whatmealtodo.getRecipes

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

Metadata

DID
did:plc:vd7yvfuocu3xr54lnszirlgz
CID
bafyreibxzmejoqqg6lzapge3jeatps43zqu7ysfaxwjaj46zyl6x2cfhna
Indexed At
2026-08-25 08:11 UTC
AT-URI
at://did:plc:vd7yvfuocu3xr54lnszirlgz/com.atproto.lexicon.schema/ink.igav.whatmealtodo.getRecipes

Referenced Schemas (1)

Lexicon Garden

@