io.kich.recipe.collection

kich.io

{
  "id": "io.kich.recipe.collection",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 64,
            "minLength": 1,
            "description": "Display name for the collection"
          },
          "image": {
            "type": "blob",
            "accept": [
              "image/*"
            ],
            "description": "Cover image for the collection"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this collection was created"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this collection was last updated"
          },
          "description": {
            "type": "string",
            "maxLength": 3000,
            "description": "Optional description of the collection"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Record representing a public list of recipes. If it's on ATProto, it's public."
}

Validate Record

Validate a record against io.kich.recipe.collection

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@