io.kich.cookinglog

kich.io

{
  "id": "io.kich.cookinglog",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "createdAt"
        ],
        "properties": {
          "notes": {
            "type": "string",
            "maxLength": 500,
            "description": "Optional user notes captured at completion."
          },
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Reference to the cooked recipe record (io.kich.recipe.recipe)."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this cooking log was created."
          },
          "scaledServings": {
            "type": "unknown",
            "description": "Optional servings value used while cooking."
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Record declaring that the user cooked a public recipe."
}

Validate Record

Validate a record against io.kich.cookinglog

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uxjwdy4wvuridijisalvxlxe
CID
bafyreibgioilvsm5o5sfse67tlnwfsh3kn3bytn3kjpbdf544tdywmg5zm
Indexed At
2026-03-19 20:28 UTC
AT-URI
at://did:plc:uxjwdy4wvuridijisalvxlxe/com.atproto.lexicon.schema/io.kich.cookinglog

Lexicon Garden

@