Skip to content

Commit

Permalink
Update OpenAPI Descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-openapi-bot authored Nov 18, 2021
1 parent adb6486 commit a45a14f
Show file tree
Hide file tree
Showing 12 changed files with 2,524 additions and 24 deletions.
290 changes: 286 additions & 4 deletions lib/rest/static/decorated/api.github.com.json

Large diffs are not rendered by default.

290 changes: 286 additions & 4 deletions lib/rest/static/decorated/ghes-3.0.json

Large diffs are not rendered by default.

290 changes: 286 additions & 4 deletions lib/rest/static/decorated/ghes-3.1.json

Large diffs are not rendered by default.

290 changes: 286 additions & 4 deletions lib/rest/static/decorated/ghes-3.2.json

Large diffs are not rendered by default.

290 changes: 286 additions & 4 deletions lib/rest/static/decorated/ghes-3.3.json

Large diffs are not rendered by default.

290 changes: 286 additions & 4 deletions lib/rest/static/decorated/github.ae.json

Large diffs are not rendered by default.

141 changes: 141 additions & 0 deletions lib/rest/static/dereferenced/api.github.com.deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -150444,6 +150444,25 @@
"type": "string"
}
},
"checks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"context": {
"type": "string"
},
"app_id": {
"type": "string",
"nullable": true
}
},
"required": [
"context",
"app_id"
]
}
},
"contexts_url": {
"type": "string"
},
Expand Down Expand Up @@ -151844,6 +151863,25 @@
"type": "string"
}
},
"checks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"context": {
"type": "string"
},
"app_id": {
"type": "string",
"nullable": true
}
},
"required": [
"context",
"app_id"
]
}
},
"contexts_url": {
"type": "string"
},
Expand Down Expand Up @@ -152735,6 +152773,25 @@
"type": "string"
}
},
"checks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"context": {
"type": "string"
},
"app_id": {
"type": "string",
"nullable": true
}
},
"required": [
"context",
"app_id"
]
}
},
"contexts_url": {
"type": "string"
},
Expand Down Expand Up @@ -153706,6 +153763,23 @@
"items": {
"type": "string"
}
},
"checks": {
"type": "array",
"description": "The list of status checks to require in order to merge into this branch.",
"items": {
"type": "object",
"properties": {
"context": {
"type": "string",
"description": "The name of the required check"
},
"app_id": {
"type": "string",
"description": "The ID of the GitHub App that must provide this check. Set to `null` to accept the check from any source."
}
}
}
}
},
"required": [
Expand Down Expand Up @@ -153891,6 +153965,22 @@
"type": "string"
}
},
"checks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"context": {
"type": "string",
"example": "continuous-integration/travis-ci"
},
"app_id": {
"type": "string",
"nullable": true
}
}
}
},
"contexts_url": {
"type": "string",
"format": "uri",
Expand Down Expand Up @@ -156484,6 +156574,22 @@
"type": "string"
}
},
"checks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"context": {
"type": "string",
"example": "continuous-integration/travis-ci"
},
"app_id": {
"type": "string",
"nullable": true
}
}
}
},
"contexts_url": {
"type": "string",
"format": "uri",
Expand Down Expand Up @@ -156642,6 +156748,22 @@
"type": "string"
}
},
"checks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"context": {
"type": "string",
"example": "continuous-integration/travis-ci"
},
"app_id": {
"type": "string",
"nullable": true
}
}
}
},
"contexts_url": {
"type": "string",
"format": "uri",
Expand Down Expand Up @@ -162894,6 +163016,25 @@
"type": "string"
}
},
"checks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"context": {
"type": "string"
},
"app_id": {
"type": "string",
"nullable": true
}
},
"required": [
"context",
"app_id"
]
}
},
"contexts_url": {
"type": "string"
},
Expand Down
122 changes: 122 additions & 0 deletions lib/rest/static/dereferenced/ghes-3.0.deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -128529,6 +128529,25 @@
"type": "string"
}
},
"checks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"context": {
"type": "string"
},
"app_id": {
"type": "string",
"nullable": true
}
},
"required": [
"context",
"app_id"
]
}
},
"contexts_url": {
"type": "string"
},
Expand Down Expand Up @@ -129929,6 +129948,25 @@
"type": "string"
}
},
"checks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"context": {
"type": "string"
},
"app_id": {
"type": "string",
"nullable": true
}
},
"required": [
"context",
"app_id"
]
}
},
"contexts_url": {
"type": "string"
},
Expand Down Expand Up @@ -130820,6 +130858,25 @@
"type": "string"
}
},
"checks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"context": {
"type": "string"
},
"app_id": {
"type": "string",
"nullable": true
}
},
"required": [
"context",
"app_id"
]
}
},
"contexts_url": {
"type": "string"
},
Expand Down Expand Up @@ -131798,6 +131855,23 @@
"items": {
"type": "string"
}
},
"checks": {
"type": "array",
"description": "The list of status checks to require in order to merge into this branch.",
"items": {
"type": "object",
"properties": {
"context": {
"type": "string",
"description": "The name of the required check"
},
"app_id": {
"type": "string",
"description": "The ID of the GitHub App that must provide this check. Set to `null` to accept the check from any source."
}
}
}
}
},
"required": [
Expand Down Expand Up @@ -131983,6 +132057,22 @@
"type": "string"
}
},
"checks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"context": {
"type": "string",
"example": "continuous-integration/travis-ci"
},
"app_id": {
"type": "string",
"nullable": true
}
}
}
},
"contexts_url": {
"type": "string",
"format": "uri",
Expand Down Expand Up @@ -134618,6 +134708,22 @@
"type": "string"
}
},
"checks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"context": {
"type": "string",
"example": "continuous-integration/travis-ci"
},
"app_id": {
"type": "string",
"nullable": true
}
}
}
},
"contexts_url": {
"type": "string",
"format": "uri",
Expand Down Expand Up @@ -134776,6 +134882,22 @@
"type": "string"
}
},
"checks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"context": {
"type": "string",
"example": "continuous-integration/travis-ci"
},
"app_id": {
"type": "string",
"nullable": true
}
}
}
},
"contexts_url": {
"type": "string",
"format": "uri",
Expand Down
Loading

0 comments on commit a45a14f

Please sign in to comment.