eu.atchef.recipe

lexicon.store View official

{
  "id": "eu.atchef.recipe",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "content",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 640,
            "description": "Recipe title",
            "maxGraphemes": 64
          },
          "time": {
            "type": "integer",
            "minimum": 1,
            "description": "Total time in minutes"
          },
          "image": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg",
              "image/webp"
            ],
            "maxSize": 1000000,
            "description": "Cover image"
          },
          "content": {
            "type": "string",
            "maxLength": 15000,
            "description": "Recipe content in Cooklang format",
            "maxGraphemes": 3000
          },
          "cookTime": {
            "type": "integer",
            "minimum": 0,
            "description": "Cooking time in minutes"
          },
          "portions": {
            "type": "integer",
            "minimum": 1,
            "description": "Number of servings"
          },
          "prepTime": {
            "type": "integer",
            "minimum": 0,
            "description": "Preparation time in minutes"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the recipe was created"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the recipe was last updated"
          },
          "description": {
            "type": "string",
            "maxLength": 500,
            "description": "Brief recipe description or summary",
            "maxGraphemes": 200
          }
        }
      },
      "description": "A cooking recipe with ingredients, instructions, and metadata"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against eu.atchef.recipe

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreidqw3r5jd6hemwblb4z5ajer4ufhkcqabuogttmi7tucmfq3mj3ae
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/eu.atchef.recipe

Lexicon Garden

@