Skip to content

Commit

Permalink
Add decorated OpenAPI schema files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-openapi-bot committed Jun 10, 2022
1 parent fd85826 commit 73d1e4c
Show file tree
Hide file tree
Showing 7 changed files with 79 additions and 37 deletions.
68 changes: 37 additions & 31 deletions lib/rest/static/decorated/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -94815,25 +94815,25 @@
"type": "integer",
"description": "Total minutes used on Windows runner machines."
},
"linux_4_core": {
"ubuntu_4_core": {
"type": "integer",
"description": "Total minutes used on Linux 4 core runner machines."
"description": "Total minutes used on Ubuntu 4 core runner machines."
},
"linux_8_core": {
"ubuntu_8_core": {
"type": "integer",
"description": "Total minutes used on Linux 8 core runner machines."
"description": "Total minutes used on Ubuntu 8 core runner machines."
},
"linux_16_core": {
"ubuntu_16_core": {
"type": "integer",
"description": "Total minutes used on Linux 16 core runner machines."
"description": "Total minutes used on Ubuntu 16 core runner machines."
},
"linux_32_core": {
"ubuntu_32_core": {
"type": "integer",
"description": "Total minutes used on Linux 32 core runner machines."
"description": "Total minutes used on Ubuntu 32 core runner machines."
},
"linux_64_core": {
"ubuntu_64_core": {
"type": "integer",
"description": "Total minutes used on Linux 64 core runner machines."
"description": "Total minutes used on Ubuntu 64 core runner machines."
},
"windows_4_core": {
"type": "integer",
Expand Down Expand Up @@ -95258,25 +95258,25 @@
"type": "integer",
"description": "Total minutes used on Windows runner machines."
},
"linux_4_core": {
"ubuntu_4_core": {
"type": "integer",
"description": "Total minutes used on Linux 4 core runner machines."
"description": "Total minutes used on Ubuntu 4 core runner machines."
},
"linux_8_core": {
"ubuntu_8_core": {
"type": "integer",
"description": "Total minutes used on Linux 8 core runner machines."
"description": "Total minutes used on Ubuntu 8 core runner machines."
},
"linux_16_core": {
"ubuntu_16_core": {
"type": "integer",
"description": "Total minutes used on Linux 16 core runner machines."
"description": "Total minutes used on Ubuntu 16 core runner machines."
},
"linux_32_core": {
"ubuntu_32_core": {
"type": "integer",
"description": "Total minutes used on Linux 32 core runner machines."
"description": "Total minutes used on Ubuntu 32 core runner machines."
},
"linux_64_core": {
"ubuntu_64_core": {
"type": "integer",
"description": "Total minutes used on Linux 64 core runner machines."
"description": "Total minutes used on Ubuntu 64 core runner machines."
},
"windows_4_core": {
"type": "integer",
Expand Down Expand Up @@ -228204,25 +228204,25 @@
"type": "integer",
"description": "Total minutes used on Windows runner machines."
},
"linux_4_core": {
"ubuntu_4_core": {
"type": "integer",
"description": "Total minutes used on Linux 4 core runner machines."
"description": "Total minutes used on Ubuntu 4 core runner machines."
},
"linux_8_core": {
"ubuntu_8_core": {
"type": "integer",
"description": "Total minutes used on Linux 8 core runner machines."
"description": "Total minutes used on Ubuntu 8 core runner machines."
},
"linux_16_core": {
"ubuntu_16_core": {
"type": "integer",
"description": "Total minutes used on Linux 16 core runner machines."
"description": "Total minutes used on Ubuntu 16 core runner machines."
},
"linux_32_core": {
"ubuntu_32_core": {
"type": "integer",
"description": "Total minutes used on Linux 32 core runner machines."
"description": "Total minutes used on Ubuntu 32 core runner machines."
},
"linux_64_core": {
"ubuntu_64_core": {
"type": "integer",
"description": "Total minutes used on Linux 64 core runner machines."
"description": "Total minutes used on Ubuntu 64 core runner machines."
},
"windows_4_core": {
"type": "integer",
Expand Down Expand Up @@ -359503,8 +359503,14 @@
"key": "default",
"request": {
"contentType": "application/json",
"description": "Example",
"description": "Update an existing webhook",
"acceptHeader": "application/vnd.github.v3+json",
"bodyParameters": {
"url": "http://example.com/webhook",
"content_type": "json",
"insecure_ssl": "0",
"secret": "********"
},
"parameters": {
"org": "ORG",
"hook_id": "HOOK_ID"
Expand Down
8 changes: 7 additions & 1 deletion lib/rest/static/decorated/ghes-3.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -271066,8 +271066,14 @@
"key": "default",
"request": {
"contentType": "application/json",
"description": "Example",
"description": "Update an existing webhook",
"acceptHeader": "application/vnd.github.v3+json",
"bodyParameters": {
"url": "http://example.com/webhook",
"content_type": "json",
"insecure_ssl": "0",
"secret": "********"
},
"parameters": {
"org": "ORG",
"hook_id": "HOOK_ID"
Expand Down
8 changes: 7 additions & 1 deletion lib/rest/static/decorated/ghes-3.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -277039,8 +277039,14 @@
"key": "default",
"request": {
"contentType": "application/json",
"description": "Example",
"description": "Update an existing webhook",
"acceptHeader": "application/vnd.github.v3+json",
"bodyParameters": {
"url": "http://example.com/webhook",
"content_type": "json",
"insecure_ssl": "0",
"secret": "********"
},
"parameters": {
"org": "ORG",
"hook_id": "HOOK_ID"
Expand Down
8 changes: 7 additions & 1 deletion lib/rest/static/decorated/ghes-3.3.json
Original file line number Diff line number Diff line change
Expand Up @@ -277985,8 +277985,14 @@
"key": "default",
"request": {
"contentType": "application/json",
"description": "Example",
"description": "Update an existing webhook",
"acceptHeader": "application/vnd.github.v3+json",
"bodyParameters": {
"url": "http://example.com/webhook",
"content_type": "json",
"insecure_ssl": "0",
"secret": "********"
},
"parameters": {
"org": "ORG",
"hook_id": "HOOK_ID"
Expand Down
8 changes: 7 additions & 1 deletion lib/rest/static/decorated/ghes-3.4.json
Original file line number Diff line number Diff line change
Expand Up @@ -297870,8 +297870,14 @@
"key": "default",
"request": {
"contentType": "application/json",
"description": "Example",
"description": "Update an existing webhook",
"acceptHeader": "application/vnd.github.v3+json",
"bodyParameters": {
"url": "http://example.com/webhook",
"content_type": "json",
"insecure_ssl": "0",
"secret": "********"
},
"parameters": {
"org": "ORG",
"hook_id": "HOOK_ID"
Expand Down
8 changes: 7 additions & 1 deletion lib/rest/static/decorated/ghes-3.5.json
Original file line number Diff line number Diff line change
Expand Up @@ -309715,8 +309715,14 @@
"key": "default",
"request": {
"contentType": "application/json",
"description": "Example",
"description": "Update an existing webhook",
"acceptHeader": "application/vnd.github.v3+json",
"bodyParameters": {
"url": "http://example.com/webhook",
"content_type": "json",
"insecure_ssl": "0",
"secret": "********"
},
"parameters": {
"org": "ORG",
"hook_id": "HOOK_ID"
Expand Down
8 changes: 7 additions & 1 deletion lib/rest/static/decorated/github.ae.json
Original file line number Diff line number Diff line change
Expand Up @@ -278575,8 +278575,14 @@
"key": "default",
"request": {
"contentType": "application/json",
"description": "Example",
"description": "Update an existing webhook",
"acceptHeader": "application/vnd.github.v3+json",
"bodyParameters": {
"url": "http://example.com/webhook",
"content_type": "json",
"insecure_ssl": "0",
"secret": "********"
},
"parameters": {
"org": "ORG",
"hook_id": "HOOK_ID"
Expand Down

0 comments on commit 73d1e4c

Please sign in to comment.