Declares that this account operates a Colibri labeler and describes the badges it issues. The Colibri equivalent of `app.bsky.labeler.service`. Labels themselves stay standard `com.atproto.label` labels, served from the `#atproto_labeler` service endpoint in this account's DID document.
literal:self
Fixed literal value
Properties
$type
string
nsid
Optional
The type of the record.
badgeDefinitions
array
of
ref
lex:social.colibri.labeler.service#badgeDefinition
Required
Every badge this labeler can issue. A label value absent from this list is not a recognised badge.
maxLength: 100 itemscreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"badgeDefinitions",
"createdAt"
],
"properties": {
"$type": {
"type": "string",
"format": "nsid",
"description": "The type of the record."
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"badgeDefinitions": {
"type": "array",
"items": {
"ref": "lex:social.colibri.labeler.service#badgeDefinition",
"type": "ref"
},
"maxLength": 100,
"description": "Every badge this labeler can issue. A label value absent from this list is not a recognised badge."
}
}
},
"description": "Declares that this account operates a Colibri labeler and describes the badges it issues. The Colibri equivalent of `app.bsky.labeler.service`. Labels themselves stay standard `com.atproto.label` labels, served from the `#atproto_labeler` service endpoint in this account's DID document."
}