social.arabica.alpha.recipe

arabica.social

{
  "id": "social.arabica.alpha.recipe",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 200,
            "description": "User-given name for the recipe (e.g., 'James Hoffmann V60')"
          },
          "notes": {
            "type": "string",
            "maxLength": 2000,
            "description": "Free-text instructions, tips, or notes about the recipe"
          },
          "pours": {
            "type": "array",
            "items": {
              "ref": "#pour",
              "type": "ref"
            },
            "description": "Array of pour information for multi-pour methods"
          },
          "brewerRef": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI reference to a specific brewer record"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the recipe was created"
          },
          "sourceRef": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the recipe this was forked/copied from"
          },
          "brewerType": {
            "type": "string",
            "maxLength": 100,
            "description": "Fallback brewer type when no specific brewer is referenced (e.g., 'Pour-Over', 'French Press')"
          },
          "waterAmount": {
            "type": "integer",
            "minimum": 0,
            "description": "Amount of water in tenths of grams (e.g., 3000 = 300.0g)"
          },
          "coffeeAmount": {
            "type": "integer",
            "minimum": 0,
            "description": "Amount of coffee in tenths of grams (e.g., 180 = 18.0g)"
          }
        }
      },
      "description": "A reusable brewing recipe with parameters for repeatable coffee preparation"
    },
    "pour": {
      "type": "object",
      "required": [
        "waterAmount",
        "timeSeconds"
      ],
      "properties": {
        "timeSeconds": {
          "type": "integer",
          "minimum": 0,
          "description": "Time of this pour relative to brew start (seconds)"
        },
        "waterAmount": {
          "type": "integer",
          "minimum": 0,
          "description": "Amount of water in this pour (grams or ml)"
        }
      },
      "description": "Information about a single pour in a multi-pour brewing method"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.arabica.alpha.recipe

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:chqc2ockzmyvlrasfb66x64a
CID
bafyreicbqbtkf3qwmgn3c4jfkgu3u6e34tnfjhnvduzqtsm5jhinpnrew4
Indexed At
2026-06-14 01:05 UTC
AT-URI
at://did:plc:chqc2ockzmyvlrasfb66x64a/com.atproto.lexicon.schema/social.arabica.alpha.recipe

Lexicon Garden

@