{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MetricsLanguageSummary", "type": "object", "description": "Summary of engagement for a programming language.", "properties": { "name": { "type": "string", "description": "Programming language name." }, "total_engaged_users": { "type": "integer" } } }