blue.catbird.circle.metadata

catbird.blue

Documentation

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.

main record

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.

Record Key literal:self Fixed literal value

Properties

circleId string tid Required

Stable Circle identity, independent of the Space key. Survives migration to a different Space, which is the only identifier that does.

createdAt string datetime Required

An RFC 3339 formatted timestamp.

migratedFrom string space-ref Optional

The Space this Circle's content was migrated from, if any.

migratedTo string space-ref Optional

The Space this Circle's content was migrated to, if any. Set when the Circle has moved and this Space is retained read-only.

name string Required

No description available.

maxLength: 64 bytesminLength: 1 bytes
View raw schema
{
  "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."
}

Lexicon Garden

@