GitHub Copilot · Schema

UsageReportDaily

Download links for a daily Copilot usage metrics report.

AgentsAIArtificial IntelligenceCode GenerationCode ReviewCoding AgentCustom InstructionsDeveloper ToolsExtensionsIDEMachine LearningMCPMetricsModel Context ProtocolProductivity

Properties

Name Type Description
download_links array Signed URLs to download the report files.
report_day string The date the report covers.
View JSON Schema on GitHub

JSON Schema

github-copilot-usage-report-daily-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UsageReportDaily",
  "type": "object",
  "description": "Download links for a daily Copilot usage metrics report.",
  "properties": {
    "download_links": {
      "type": "array",
      "description": "Signed URLs to download the report files."
    },
    "report_day": {
      "type": "string",
      "description": "The date the report covers."
    }
  }
}