{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CopilotIdeCodeCompletions", "type": "object", "description": "Metrics for Copilot code completions in IDEs.", "properties": { "total_engaged_users": { "type": "integer", "description": "Users who accepted at least one code suggestion." }, "languages": { "type": "array" }, "editors": { "type": "array" } } }