social.arabica.alpha.grinder

arabica.social

{
  "id": "social.arabica.alpha.grinder",
  "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 grinder"
          },
          "name": {
            "type": "string",
            "maxLength": 200,
            "description": "Name or model of the grinder (e.g., 'Baratza Encore', '1Zpresso JX')"
          },
          "notes": {
            "type": "string",
            "maxLength": 1000,
            "description": "Additional notes about the grinder"
          },
          "burrType": {
            "enum": [
              "conical",
              "flat",
              "blade",
              ""
            ],
            "type": "string",
            "maxLength": 20,
            "description": "Type of burr (empty string for unknown)"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the grinder record was created"
          },
          "sourceRef": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the record this entity was sourced from"
          },
          "grinderType": {
            "enum": [
              "hand",
              "electric",
              "portable_electric"
            ],
            "type": "string",
            "maxLength": 20,
            "description": "Type of grinder mechanism"
          }
        }
      },
      "description": "A coffee grinder used for grinding beans"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.arabica.alpha.grinder

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@