social.arabica.alpha.brewer

arabica.social

{
  "id": "social.arabica.alpha.brewer",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt"
        ],
        "properties": {
          "link": {
            "type": "string",
            "format": "uri",
            "maxLength": 500,
            "description": "Optional product, manual, or information URL for the brewer"
          },
          "name": {
            "type": "string",
            "maxLength": 200,
            "description": "Name of the brewer (e.g., 'V60', 'Aeropress', 'Chemex')"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the brewer record was created"
          },
          "sourceRef": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the record this entity was sourced from"
          },
          "brewerType": {
            "type": "string",
            "maxLength": 100,
            "description": "Category of brewer. Known values: pourover, espresso, immersion, mokapot, coldbrew, cupping, other",
            "knownValues": [
              "pourover",
              "espresso",
              "immersion",
              "mokapot",
              "coldbrew",
              "cupping",
              "other"
            ]
          },
          "description": {
            "type": "string",
            "maxLength": 1000,
            "description": "Description or notes about the brewer"
          }
        }
      },
      "description": "A coffee brewing device or method"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.arabica.alpha.brewer

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@