social.arabica.alpha.roaster

arabica.social

{
  "id": "social.arabica.alpha.roaster",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 200,
            "description": "Name of the roaster (e.g., 'Black & White', 'Red Rooster')"
          },
          "website": {
            "type": "string",
            "format": "uri",
            "maxLength": 500,
            "description": "Roaster's website URL"
          },
          "location": {
            "type": "string",
            "maxLength": 200,
            "description": "Location of the roaster (e.g., 'Raleigh, NC', 'Floyd, VA')"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the roaster record was created"
          },
          "sourceRef": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the record this entity was sourced from"
          }
        }
      },
      "description": "A coffee roaster company"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.arabica.alpha.roaster

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@