GitHub Copilot · JSON Structure

Github Copilot Error Structure

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

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

Properties

message documentation_url

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Error",
  "type": "object",
  "properties": {
    "message": {
      "type": "string"
    },
    "documentation_url": {
      "type": "string"
    }
  }
}