at.blueharbor.channel

toddlambert.com

{
  "id": "at.blueharbor.channel",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "harbor",
          "name",
          "createdAt"
        ],
        "properties": {
          "kind": {
            "type": "string",
            "knownValues": [
              "text",
              "voice"
            ]
          },
          "name": {
            "type": "string",
            "maxLength": 640,
            "maxGraphemes": 64
          },
          "topic": {
            "type": "string",
            "maxLength": 3000,
            "maxGraphemes": 300
          },
          "harbor": {
            "type": "string",
            "format": "at-uri"
          },
          "position": {
            "type": "integer",
            "minimum": 0
          },
          "readOnly": {
            "type": "boolean",
            "description": "Announcement channel: only the harbor owner can post; everyone can read."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A channel within a harbor. Written by the harbor owner; points at the harbor record. Text channels also host an ad-hoc call; voice channels are call-first."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.blueharbor.channel

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:r5pj64joaywqnvk2obembpt7
CID
bafyreif5xmuzuiws6vzixp6g6hwwixi2vsdua4qnnxzakfvdrhm6gkalny
Indexed At
2026-08-12 03:05 UTC
AT-URI
at://did:plc:r5pj64joaywqnvk2obembpt7/com.atproto.lexicon.schema/at.blueharbor.channel

Lexicon Garden

@