GitHub Copilot · JSON Structure

Github Copilot Usage Report28 Day Structure

Type: object Properties: 3
AgentsAIArtificial IntelligenceCode GenerationCode ReviewCoding AgentCustom InstructionsDeveloper ToolsExtensionsIDEMachine LearningMCPMetricsModel Context ProtocolProductivity

UsageReport28Day is a JSON Structure definition published by GitHub Copilot, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

download_links report_start_day report_end_day

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UsageReport28Day",
  "type": "object",
  "properties": {
    "download_links": {
      "type": "array"
    },
    "report_start_day": {
      "type": "string"
    },
    "report_end_day": {
      "type": "string"
    }
  }
}