{ "lexicon": 1, "id": "one.eightyeightthirty.badgeCollection", "defs": { "main": { "type": "record", "description": "The collection of badges to display on a user's page.", "key": "literal:self", "record": { "type": "object", "properties": { "badges": { "type": "array", "items": { "type": "ref", "description": "All references must be to type `one.eightyeightthirty.badge`", "ref": "com.atproto.repo.strongRef" } } }, "required": [ "badges" ] } } } }