GitHub Copilot · Schema

Error

AgentsAIArtificial IntelligenceCode GenerationCode ReviewCoding AgentCustom InstructionsDeveloper ToolsExtensionsIDEMachine LearningMCPMetricsModel Context ProtocolProductivity

Properties

Name Type Description
message string Human-readable error message
documentation_url string Link to relevant API documentation
View JSON Schema on GitHub

JSON Schema

github-copilot-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Error",
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "description": "Human-readable error message"
    },
    "documentation_url": {
      "type": "string",
      "description": "Link to relevant API documentation"
    }
  }
}