From fd19fad7dc751e9408b2e3ee3a2112204441856d Mon Sep 17 00:00:00 2001 From: Ryan Gribble Date: Thu, 7 Jun 2018 14:41:32 -0700 Subject: [PATCH] add an x-octokit-info extension for a OAPI schema compliant way to store extra information required to generate the c# DebuggerInfo method for each response class --- openapi/index.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/openapi/index.json b/openapi/index.json index fb8d9b0b65..d2c5810c78 100644 --- a/openapi/index.json +++ b/openapi/index.json @@ -11,6 +11,15 @@ "contact": { "name": "Support", "email": "support@github.com" + }, + "x-octokit-info": { + "debuggerPropertiesBySchema": { + "user": "id,login", + "label-summary": "id,name", + "milestone": "number,title", + "pull-request-summary": "", + "issue": "id,number" + } } }, "servers": [{