{
"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
}