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 committed Jun 8, 2022
1 parent 4dad3de commit 763aa73
Show file tree
Hide file tree
Showing 7 changed files with 84 additions and 21 deletions.
15 changes: 12 additions & 3 deletions lib/rest/static/dereferenced/api.github.com.deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -163166,7 +163166,10 @@
"format": "date-time"
},
"workflow_run": {
"type": "object",
"type": [
"object",
"null"
],
"properties": {
"id": {
"type": "integer",
Expand Down Expand Up @@ -163399,7 +163402,10 @@
"format": "date-time"
},
"workflow_run": {
"type": "object",
"type": [
"object",
"null"
],
"properties": {
"id": {
"type": "integer",
Expand Down Expand Up @@ -180686,7 +180692,10 @@
"format": "date-time"
},
"workflow_run": {
"type": "object",
"type": [
"object",
"null"
],
"properties": {
"id": {
"type": "integer",
Expand Down
15 changes: 12 additions & 3 deletions lib/rest/static/dereferenced/ghes-3.1.deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -133213,7 +133213,10 @@
"format": "date-time"
},
"workflow_run": {
"type": "object",
"type": [
"object",
"null"
],
"properties": {
"id": {
"type": "integer",
Expand Down Expand Up @@ -133432,7 +133435,10 @@
"format": "date-time"
},
"workflow_run": {
"type": "object",
"type": [
"object",
"null"
],
"properties": {
"id": {
"type": "integer",
Expand Down Expand Up @@ -147776,7 +147782,10 @@
"format": "date-time"
},
"workflow_run": {
"type": "object",
"type": [
"object",
"null"
],
"properties": {
"id": {
"type": "integer",
Expand Down
15 changes: 12 additions & 3 deletions lib/rest/static/dereferenced/ghes-3.2.deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -135730,7 +135730,10 @@
"format": "date-time"
},
"workflow_run": {
"type": "object",
"type": [
"object",
"null"
],
"properties": {
"id": {
"type": "integer",
Expand Down Expand Up @@ -135949,7 +135952,10 @@
"format": "date-time"
},
"workflow_run": {
"type": "object",
"type": [
"object",
"null"
],
"properties": {
"id": {
"type": "integer",
Expand Down Expand Up @@ -150720,7 +150726,10 @@
"format": "date-time"
},
"workflow_run": {
"type": "object",
"type": [
"object",
"null"
],
"properties": {
"id": {
"type": "integer",
Expand Down
15 changes: 12 additions & 3 deletions lib/rest/static/dereferenced/ghes-3.3.deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -138553,7 +138553,10 @@
"format": "date-time"
},
"workflow_run": {
"type": "object",
"type": [
"object",
"null"
],
"properties": {
"id": {
"type": "integer",
Expand Down Expand Up @@ -138772,7 +138775,10 @@
"format": "date-time"
},
"workflow_run": {
"type": "object",
"type": [
"object",
"null"
],
"properties": {
"id": {
"type": "integer",
Expand Down Expand Up @@ -153616,7 +153622,10 @@
"format": "date-time"
},
"workflow_run": {
"type": "object",
"type": [
"object",
"null"
],
"properties": {
"id": {
"type": "integer",
Expand Down
Loading

0 comments on commit 763aa73

Please sign in to comment.