at.functions.recipe

hamburgerz.bsky.social

{
  "id": "at.functions.recipe",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "steps"
        ],
        "properties": {
          "tags": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "steps": {
            "type": "string",
            "maxLength": 20000,
            "description": "How to make it"
          },
          "title": {
            "type": "string",
            "maxLength": 200,
            "description": "Name of the dish"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "sourceUrl": {
            "type": "string",
            "format": "uri"
          },
          "ingredients": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Ingredient list"
          }
        }
      },
      "description": "A recipe — invented on the spot to prove AT Search can index a lexicon it has never seen."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.functions.recipe

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:vsnj4aaxyatiht4spdht2q2t
CID
bafyreidv3uaoe6gf4bhxreax5lrklgdvy5aybehr2wn5llh7vzjark3mby
Indexed At
2026-08-04 00:56 UTC
AT-URI
at://did:plc:vsnj4aaxyatiht4spdht2q2t/com.atproto.lexicon.schema/at.functions.recipe

Lexicon Garden

@