{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "BadgeCount", "description": "Bronze/silver/gold badge counts for a user.", "$id": "https://raw.githubusercontent.com/api-evangelist/stackexchange/refs/heads/main/json-schema/stackexchange-api-v2-3-badge-count-schema.json", "type": "object", "properties": { "bronze": { "type": "integer", "example": 10000 }, "silver": { "type": "integer", "example": 5000 }, "gold": { "type": "integer", "example": 800 } } }