blue.catbird.circle.metadata

catbird.blue

{
  "id": "blue.catbird.circle.metadata",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "circleId",
          "name",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 64,
            "minLength": 1
          },
          "circleId": {
            "type": "string",
            "format": "tid",
            "description": "Stable Circle identity, independent of the Space key. Survives migration to a different Space, which is the only identifier that does."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "migratedTo": {
            "type": "string",
            "format": "space-ref",
            "description": "The Space this Circle's content was migrated to, if any. Set when the Circle has moved and this Space is retained read-only."
          },
          "migratedFrom": {
            "type": "string",
            "format": "space-ref",
            "description": "The Space this Circle's content was migrated from, if any."
          }
        }
      },
      "description": "Circle metadata, authored by the Space authority into its own permissioned repo. The only Catbird-specific record type in a Circle; posts and likes are unmodified Bluesky records."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against blue.catbird.circle.metadata

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:xg4h4n7w5mh3m4uoi27me4hh
CID
bafyreia6hl2ki4iy3faydzamlixs5ves2ck3yxdd6vi2m6jaqguojkidrm
Indexed At
2026-08-26 15:54 UTC
AT-URI
at://did:plc:xg4h4n7w5mh3m4uoi27me4hh/com.atproto.lexicon.schema/blue.catbird.circle.metadata

Lexicon Garden

@