exchange.recipe.collection

recipe.exchange

{
  "id": "exchange.recipe.collection",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt",
          "updatedAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 100
          },
          "text": {
            "type": "string",
            "maxLength": 1000
          },
          "recipes": {
            "type": "array",
            "items": {
              "ref": "com.atproto.repo.strongRef",
              "type": "ref"
            }
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against exchange.recipe.collection

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4cx7ts7lqgjtsfquo53qo3sz
CID
bafyreihexio6huthsgeregjzxfqannxr33vn767743ycpyrnxdq25eekny
Indexed At
2026-05-23 11:48 UTC
AT-URI
at://did:plc:4cx7ts7lqgjtsfquo53qo3sz/com.atproto.lexicon.schema/exchange.recipe.collection

Lexicon Garden

@