Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Commit

Permalink
add an x-octokit-info extension for a OAPI schema compliant way to st…
Browse files Browse the repository at this point in the history
…ore extra information required to generate the c# DebuggerInfo method for each response class
  • Loading branch information
ryangribble committed Jun 7, 2018
1 parent 2c3a236 commit fd19fad
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions openapi/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
"contact": {
"name": "Support",
"email": "[email protected]"
},
"x-octokit-info": {
"debuggerPropertiesBySchema": {
"user": "id,login",
"label-summary": "id,name",
"milestone": "number,title",
"pull-request-summary": "",
"issue": "id,number"
}
}
},
"servers": [{
Expand Down

0 comments on commit fd19fad

Please sign in to comment.