{
"id": "place.stream.badge.def",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"badgeType",
"createdAt"
],
"properties": {
"name": {
"type": "string",
"maxLength": 64,
"description": "Display name for this badge."
},
"image": {
"type": "blob",
"accept": [
"image/png",
"image/jpeg",
"image/gif",
"image/webp"
],
"maxSize": 262144,
"description": "Badge icon image."
},
"badgeType": {
"type": "string",
"description": "The category of this badge, used for scope and display rules.",
"knownValues": [
"place.stream.badge.defs#vip",
"place.stream.badge.defs#event"
]
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"description": {
"type": "string",
"maxLength": 256,
"description": "Optional description of the badge."
}
}
},
"description": "Defines a badge's visual appearance and type. Created by the issuer and referenced by issuance records."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:stream.place
- CID
-
bafyreiggpflgxfahilrv4hadz3lgsterpm3k2h4wulaaigg6stbo5iikbe
- Indexed At
- 2026-07-26 20:18 UTC
- AT-URI
-
at://did:web:stream.place/com.atproto.lexicon.schema/place.stream.badge.def