From e8c5edc92be87225b068e6bba1e08a99b702025c Mon Sep 17 00:00:00 2001 From: wolfy1339 <4595477+wolfy1339@users.noreply.github.com> Date: Sat, 6 Apr 2024 12:59:36 -0400 Subject: [PATCH] feat: update endpoints (#604) BREAKING CHANGE: require owner/repo instead of repository_id for environment secrets and variables endpoints --- package-lock.json | 228 ++++++++++++++++-- package.json | 2 +- .../update-endpoints/generated/endpoints.json | 172 ++++++++++--- scripts/update-endpoints/typescript.js | 6 +- src/generated/paginating-endpoints.ts | 44 ++-- 5 files changed, 373 insertions(+), 79 deletions(-) diff --git a/package-lock.json b/package-lock.json index 76bc663..feca38d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0-development", "license": "MIT", "dependencies": { - "@octokit/types": "^12.6.0" + "@octokit/types": "^13.0.0" }, "devDependencies": { "@octokit/core": "^6.0.1", @@ -1812,6 +1812,21 @@ "node": ">= 18" } }, + "node_modules/@octokit/core/node_modules/@octokit/openapi-types": { + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz", + "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==", + "dev": true + }, + "node_modules/@octokit/core/node_modules/@octokit/types": { + "version": "12.6.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz", + "integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==", + "dev": true, + "dependencies": { + "@octokit/openapi-types": "^20.0.0" + } + }, "node_modules/@octokit/endpoint": { "version": "10.0.0", "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-10.0.0.tgz", @@ -1825,6 +1840,21 @@ "node": ">= 18" } }, + "node_modules/@octokit/endpoint/node_modules/@octokit/openapi-types": { + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz", + "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==", + "dev": true + }, + "node_modules/@octokit/endpoint/node_modules/@octokit/types": { + "version": "12.6.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz", + "integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==", + "dev": true, + "dependencies": { + "@octokit/openapi-types": "^20.0.0" + } + }, "node_modules/@octokit/graphql": { "version": "8.0.1", "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-8.0.1.tgz", @@ -1839,6 +1869,26 @@ "node": ">= 18" } }, + "node_modules/@octokit/graphql/node_modules/@octokit/openapi-types": { + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz", + "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==", + "dev": true + }, + "node_modules/@octokit/graphql/node_modules/@octokit/types": { + "version": "12.6.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz", + "integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==", + "dev": true, + "dependencies": { + "@octokit/openapi-types": "^20.0.0" + } + }, + "node_modules/@octokit/openapi-types": { + "version": "21.2.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-21.2.0.tgz", + "integrity": "sha512-xx+Xd6I7rYvul/hgUDqv6TeGX0IOGnhSg9IOeYgd/uI7IAqUy6DE2B6Ipv2M4mWoxaMcWjIzgTIcv8pMO3F3vw==" + }, "node_modules/@octokit/plugin-rest-endpoint-methods": { "version": "11.0.1", "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-11.0.1.tgz", @@ -1854,6 +1904,21 @@ "@octokit/core": ">=6" } }, + "node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/openapi-types": { + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz", + "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==", + "dev": true + }, + "node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types": { + "version": "12.6.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz", + "integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==", + "dev": true, + "dependencies": { + "@octokit/openapi-types": "^20.0.0" + } + }, "node_modules/@octokit/request": { "version": "9.0.1", "resolved": "https://registry.npmjs.org/@octokit/request/-/request-9.0.1.tgz", @@ -1881,24 +1946,49 @@ "node": ">= 18" } }, - "node_modules/@octokit/tsconfig": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@octokit/tsconfig/-/tsconfig-3.0.0.tgz", - "integrity": "sha512-tQLwgXYfBq9iUbOq26kWCzsJL6DY7qjOLzqcg5tCFQ4ob48H47iX98NudHW7S5OQ/fpSKYJhb3eQehyBNzYjfA==", + "node_modules/@octokit/request-error/node_modules/@octokit/openapi-types": { + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz", + "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==", "dev": true }, - "node_modules/@octokit/types": { + "node_modules/@octokit/request-error/node_modules/@octokit/types": { "version": "12.6.0", "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz", "integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==", + "dev": true, "dependencies": { "@octokit/openapi-types": "^20.0.0" } }, - "node_modules/@octokit/types/node_modules/@octokit/openapi-types": { + "node_modules/@octokit/request/node_modules/@octokit/openapi-types": { "version": "20.0.0", "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz", - "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==" + "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==", + "dev": true + }, + "node_modules/@octokit/request/node_modules/@octokit/types": { + "version": "12.6.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz", + "integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==", + "dev": true, + "dependencies": { + "@octokit/openapi-types": "^20.0.0" + } + }, + "node_modules/@octokit/tsconfig": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@octokit/tsconfig/-/tsconfig-3.0.0.tgz", + "integrity": "sha512-tQLwgXYfBq9iUbOq26kWCzsJL6DY7qjOLzqcg5tCFQ4ob48H47iX98NudHW7S5OQ/fpSKYJhb3eQehyBNzYjfA==", + "dev": true + }, + "node_modules/@octokit/types": { + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.1.0.tgz", + "integrity": "sha512-nBwAFOYqVUUJ2AZFK4ZzESQptaAVqdTDKk8gE0Xr0o99WuPDSrhUC38x0F40xD9OUxXhOOuZKWNNVVLPSHQDvQ==", + "dependencies": { + "@octokit/openapi-types": "^21.0.0" + } }, "node_modules/@pkgjs/parseargs": { "version": "0.11.0", @@ -8334,6 +8424,23 @@ "@octokit/types": "^12.0.0", "before-after-hook": "^3.0.2", "universal-user-agent": "^7.0.0" + }, + "dependencies": { + "@octokit/openapi-types": { + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz", + "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==", + "dev": true + }, + "@octokit/types": { + "version": "12.6.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz", + "integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==", + "dev": true, + "requires": { + "@octokit/openapi-types": "^20.0.0" + } + } } }, "@octokit/endpoint": { @@ -8344,6 +8451,23 @@ "requires": { "@octokit/types": "^12.0.0", "universal-user-agent": "^7.0.2" + }, + "dependencies": { + "@octokit/openapi-types": { + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz", + "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==", + "dev": true + }, + "@octokit/types": { + "version": "12.6.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz", + "integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==", + "dev": true, + "requires": { + "@octokit/openapi-types": "^20.0.0" + } + } } }, "@octokit/graphql": { @@ -8355,8 +8479,30 @@ "@octokit/request": "^9.0.0", "@octokit/types": "^12.0.0", "universal-user-agent": "^7.0.0" + }, + "dependencies": { + "@octokit/openapi-types": { + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz", + "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==", + "dev": true + }, + "@octokit/types": { + "version": "12.6.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz", + "integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==", + "dev": true, + "requires": { + "@octokit/openapi-types": "^20.0.0" + } + } } }, + "@octokit/openapi-types": { + "version": "21.2.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-21.2.0.tgz", + "integrity": "sha512-xx+Xd6I7rYvul/hgUDqv6TeGX0IOGnhSg9IOeYgd/uI7IAqUy6DE2B6Ipv2M4mWoxaMcWjIzgTIcv8pMO3F3vw==" + }, "@octokit/plugin-rest-endpoint-methods": { "version": "11.0.1", "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-11.0.1.tgz", @@ -8364,6 +8510,23 @@ "dev": true, "requires": { "@octokit/types": "^12.6.0" + }, + "dependencies": { + "@octokit/openapi-types": { + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz", + "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==", + "dev": true + }, + "@octokit/types": { + "version": "12.6.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz", + "integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==", + "dev": true, + "requires": { + "@octokit/openapi-types": "^20.0.0" + } + } } }, "@octokit/request": { @@ -8376,6 +8539,23 @@ "@octokit/request-error": "^6.0.1", "@octokit/types": "^12.0.0", "universal-user-agent": "^7.0.2" + }, + "dependencies": { + "@octokit/openapi-types": { + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz", + "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==", + "dev": true + }, + "@octokit/types": { + "version": "12.6.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz", + "integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==", + "dev": true, + "requires": { + "@octokit/openapi-types": "^20.0.0" + } + } } }, "@octokit/request-error": { @@ -8385,6 +8565,23 @@ "dev": true, "requires": { "@octokit/types": "^12.0.0" + }, + "dependencies": { + "@octokit/openapi-types": { + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz", + "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==", + "dev": true + }, + "@octokit/types": { + "version": "12.6.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz", + "integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==", + "dev": true, + "requires": { + "@octokit/openapi-types": "^20.0.0" + } + } } }, "@octokit/tsconfig": { @@ -8394,18 +8591,11 @@ "dev": true }, "@octokit/types": { - "version": "12.6.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz", - "integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==", + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.1.0.tgz", + "integrity": "sha512-nBwAFOYqVUUJ2AZFK4ZzESQptaAVqdTDKk8gE0Xr0o99WuPDSrhUC38x0F40xD9OUxXhOOuZKWNNVVLPSHQDvQ==", "requires": { - "@octokit/openapi-types": "^20.0.0" - }, - "dependencies": { - "@octokit/openapi-types": { - "version": "20.0.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz", - "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==" - } + "@octokit/openapi-types": "^21.0.0" } }, "@pkgjs/parseargs": { diff --git a/package.json b/package.json index acd737e..6fb34e7 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ ], "license": "MIT", "dependencies": { - "@octokit/types": "^12.6.0" + "@octokit/types": "^13.0.0" }, "peerDependencies": { "@octokit/core": ">=6" diff --git a/scripts/update-endpoints/generated/endpoints.json b/scripts/update-endpoints/generated/endpoints.json index 7e0bc1f..f03d57a 100644 --- a/scripts/update-endpoints/generated/endpoints.json +++ b/scripts/update-endpoints/generated/endpoints.json @@ -133,7 +133,7 @@ ] }, { - "url": "/repositories/{repository_id}/environments/{environment_name}/variables", + "url": "/repos/{owner}/{repo}/environments/{environment_name}/variables", "id": "create-environment-variable", "scope": "actions", "documentationUrl": "https://docs.github.com/rest/actions/variables#create-an-environment-variable", @@ -145,14 +145,15 @@ } ], "parameters": [ - { "name": "repository_id" }, + { "name": "owner" }, + { "name": "repo" }, { "name": "environment_name" }, { "name": "name" }, { "name": "value" } ] }, { - "url": "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}", + "url": "/repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}", "id": "create-or-update-environment-secret", "scope": "actions", "documentationUrl": "https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret", @@ -165,7 +166,8 @@ { "code": 204, "schema": null } ], "parameters": [ - { "name": "repository_id" }, + { "name": "owner" }, + { "name": "repo" }, { "name": "environment_name" }, { "name": "secret_name" }, { "name": "encrypted_value" }, @@ -372,27 +374,29 @@ ] }, { - "url": "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}", + "url": "/repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}", "id": "delete-environment-secret", "scope": "actions", "documentationUrl": "https://docs.github.com/rest/actions/secrets#delete-an-environment-secret", "renamed": null, "responses": [{ "code": 204, "schema": null }], "parameters": [ - { "name": "repository_id" }, + { "name": "owner" }, + { "name": "repo" }, { "name": "environment_name" }, { "name": "secret_name" } ] }, { - "url": "/repositories/{repository_id}/environments/{environment_name}/variables/{name}", + "url": "/repos/{owner}/{repo}/environments/{environment_name}/variables/{name}", "id": "delete-environment-variable", "scope": "actions", "documentationUrl": "https://docs.github.com/rest/actions/variables#delete-an-environment-variable", "renamed": null, "responses": [{ "code": 204, "schema": null }], "parameters": [ - { "name": "repository_id" }, + { "name": "owner" }, + { "name": "repo" }, { "name": "name" }, { "name": "environment_name" } ] @@ -820,7 +824,7 @@ "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { - "url": "/repositories/{repository_id}/environments/{environment_name}/secrets/public-key", + "url": "/repos/{owner}/{repo}/environments/{environment_name}/secrets/public-key", "id": "get-environment-public-key", "scope": "actions", "documentationUrl": "https://docs.github.com/rest/actions/secrets#get-an-environment-public-key", @@ -831,10 +835,14 @@ "schema": "{\"title\":\"ActionsPublicKey\",\"description\":\"The public key used for setting Actions Secrets.\",\"type\":\"object\",\"properties\":{\"key_id\":{\"description\":\"The identifier for the key.\",\"type\":\"string\",\"example\":\"1234567\"},\"key\":{\"description\":\"The Base64 encoded public key.\",\"type\":\"string\",\"example\":\"hBT5WZEj8ZoOv6TYJsfWq7MxTEQopZO5/IT3ZCVQPzs=\"},\"id\":{\"type\":\"integer\",\"example\":2},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/user/keys/2\"},\"title\":{\"type\":\"string\",\"example\":\"ssh-rsa AAAAB3NzaC1yc2EAAA\"},\"created_at\":{\"type\":\"string\",\"example\":\"2011-01-26T19:01:12Z\"}},\"required\":[\"key_id\",\"key\"]}" } ], - "parameters": [{ "name": "repository_id" }, { "name": "environment_name" }] + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "environment_name" } + ] }, { - "url": "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}", + "url": "/repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}", "id": "get-environment-secret", "scope": "actions", "documentationUrl": "https://docs.github.com/rest/actions/secrets#get-an-environment-secret", @@ -846,13 +854,14 @@ } ], "parameters": [ - { "name": "repository_id" }, + { "name": "owner" }, + { "name": "repo" }, { "name": "environment_name" }, { "name": "secret_name" } ] }, { - "url": "/repositories/{repository_id}/environments/{environment_name}/variables/{name}", + "url": "/repos/{owner}/{repo}/environments/{environment_name}/variables/{name}", "id": "get-environment-variable", "scope": "actions", "documentationUrl": "https://docs.github.com/rest/actions/variables#get-an-environment-variable", @@ -864,7 +873,8 @@ } ], "parameters": [ - { "name": "repository_id" }, + { "name": "owner" }, + { "name": "repo" }, { "name": "environment_name" }, { "name": "name" } ] @@ -934,7 +944,7 @@ "responses": [ { "code": 200, - "schema": "{\"title\":\"Job\",\"description\":\"Information of a job execution in a workflow run\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the job.\",\"example\":21,\"type\":\"integer\"},\"run_id\":{\"description\":\"The id of the associated workflow run.\",\"example\":5,\"type\":\"integer\"},\"run_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5\"},\"run_attempt\":{\"type\":\"integer\",\"description\":\"Attempt number of the associated workflow run, 1 for first attempt and higher if the workflow was re-run.\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6Q2hlY2tSdW40\"},\"head_sha\":{\"description\":\"The SHA of the commit that is being run.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/jobs/21\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/runs/4\",\"nullable\":true},\"status\":{\"description\":\"The phase of the lifecycle that the job is currently in.\",\"example\":\"queued\",\"type\":\"string\",\"enum\":[\"queued\",\"in_progress\",\"completed\",\"waiting\"]},\"conclusion\":{\"description\":\"The outcome of the job.\",\"example\":\"success\",\"type\":\"string\",\"nullable\":true,\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\"]},\"created_at\":{\"description\":\"The time that the job created, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\"},\"started_at\":{\"description\":\"The time that the job started, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\"},\"completed_at\":{\"description\":\"The time that the job finished, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\",\"nullable\":true},\"name\":{\"description\":\"The name of the job.\",\"example\":\"test-coverage\",\"type\":\"string\"},\"steps\":{\"description\":\"Steps in this job.\",\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"name\",\"status\",\"conclusion\",\"number\"],\"properties\":{\"status\":{\"description\":\"The phase of the lifecycle that the job is currently in.\",\"example\":\"queued\",\"type\":\"string\",\"enum\":[\"queued\",\"in_progress\",\"completed\"]},\"conclusion\":{\"description\":\"The outcome of the job.\",\"example\":\"success\",\"type\":\"string\",\"nullable\":true},\"name\":{\"description\":\"The name of the job.\",\"example\":\"test-coverage\",\"type\":\"string\"},\"number\":{\"type\":\"integer\",\"example\":1},\"started_at\":{\"description\":\"The time that the step started, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\",\"nullable\":true},\"completed_at\":{\"description\":\"The time that the job finished, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\",\"nullable\":true}}}},\"check_run_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-runs/4\"},\"labels\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"description\":\"Labels for the workflow job. Specified by the \\\"runs_on\\\" attribute in the action's workflow file.\",\"example\":[\"self-hosted\",\"foo\",\"bar\"]},\"runner_id\":{\"type\":\"integer\",\"nullable\":true,\"example\":1,\"description\":\"The ID of the runner to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"runner_name\":{\"type\":\"string\",\"nullable\":true,\"example\":\"my runner\",\"description\":\"The name of the runner to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"runner_group_id\":{\"type\":\"integer\",\"nullable\":true,\"example\":2,\"description\":\"The ID of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"runner_group_name\":{\"type\":\"string\",\"nullable\":true,\"example\":\"my runner group\",\"description\":\"The name of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"workflow_name\":{\"type\":\"string\",\"description\":\"The name of the workflow.\",\"nullable\":true,\"example\":\"Build\"},\"head_branch\":{\"type\":\"string\",\"description\":\"The name of the current branch.\",\"nullable\":true,\"example\":\"main\"}},\"required\":[\"id\",\"node_id\",\"run_id\",\"run_url\",\"head_sha\",\"workflow_name\",\"head_branch\",\"name\",\"url\",\"html_url\",\"status\",\"conclusion\",\"started_at\",\"completed_at\",\"check_run_url\",\"labels\",\"runner_id\",\"runner_name\",\"runner_group_id\",\"runner_group_name\",\"created_at\"]}" + "schema": "{\"title\":\"Job\",\"description\":\"Information of a job execution in a workflow run\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the job.\",\"example\":21,\"type\":\"integer\"},\"run_id\":{\"description\":\"The id of the associated workflow run.\",\"example\":5,\"type\":\"integer\"},\"run_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5\"},\"run_attempt\":{\"type\":\"integer\",\"description\":\"Attempt number of the associated workflow run, 1 for first attempt and higher if the workflow was re-run.\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6Q2hlY2tSdW40\"},\"head_sha\":{\"description\":\"The SHA of the commit that is being run.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/jobs/21\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/runs/4\",\"nullable\":true},\"status\":{\"description\":\"The phase of the lifecycle that the job is currently in.\",\"example\":\"queued\",\"type\":\"string\",\"enum\":[\"queued\",\"in_progress\",\"completed\",\"waiting\",\"requested\",\"pending\"]},\"conclusion\":{\"description\":\"The outcome of the job.\",\"example\":\"success\",\"type\":\"string\",\"nullable\":true,\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\"]},\"created_at\":{\"description\":\"The time that the job created, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\"},\"started_at\":{\"description\":\"The time that the job started, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\"},\"completed_at\":{\"description\":\"The time that the job finished, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\",\"nullable\":true},\"name\":{\"description\":\"The name of the job.\",\"example\":\"test-coverage\",\"type\":\"string\"},\"steps\":{\"description\":\"Steps in this job.\",\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"name\",\"status\",\"conclusion\",\"number\"],\"properties\":{\"status\":{\"description\":\"The phase of the lifecycle that the job is currently in.\",\"example\":\"queued\",\"type\":\"string\",\"enum\":[\"queued\",\"in_progress\",\"completed\"]},\"conclusion\":{\"description\":\"The outcome of the job.\",\"example\":\"success\",\"type\":\"string\",\"nullable\":true},\"name\":{\"description\":\"The name of the job.\",\"example\":\"test-coverage\",\"type\":\"string\"},\"number\":{\"type\":\"integer\",\"example\":1},\"started_at\":{\"description\":\"The time that the step started, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\",\"nullable\":true},\"completed_at\":{\"description\":\"The time that the job finished, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\",\"nullable\":true}}}},\"check_run_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-runs/4\"},\"labels\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"description\":\"Labels for the workflow job. Specified by the \\\"runs_on\\\" attribute in the action's workflow file.\",\"example\":[\"self-hosted\",\"foo\",\"bar\"]},\"runner_id\":{\"type\":\"integer\",\"nullable\":true,\"example\":1,\"description\":\"The ID of the runner to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"runner_name\":{\"type\":\"string\",\"nullable\":true,\"example\":\"my runner\",\"description\":\"The name of the runner to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"runner_group_id\":{\"type\":\"integer\",\"nullable\":true,\"example\":2,\"description\":\"The ID of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"runner_group_name\":{\"type\":\"string\",\"nullable\":true,\"example\":\"my runner group\",\"description\":\"The name of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"workflow_name\":{\"type\":\"string\",\"description\":\"The name of the workflow.\",\"nullable\":true,\"example\":\"Build\"},\"head_branch\":{\"type\":\"string\",\"description\":\"The name of the current branch.\",\"nullable\":true,\"example\":\"main\"}},\"required\":[\"id\",\"node_id\",\"run_id\",\"run_url\",\"head_sha\",\"workflow_name\",\"head_branch\",\"name\",\"url\",\"html_url\",\"status\",\"conclusion\",\"started_at\",\"completed_at\",\"check_run_url\",\"labels\",\"runner_id\",\"runner_name\",\"runner_group_id\",\"runner_group_name\",\"created_at\"]}" } ], "parameters": [ @@ -1241,7 +1251,7 @@ ] }, { - "url": "/repositories/{repository_id}/environments/{environment_name}/secrets", + "url": "/repos/{owner}/{repo}/environments/{environment_name}/secrets", "id": "list-environment-secrets", "scope": "actions", "documentationUrl": "https://docs.github.com/rest/actions/secrets#list-environment-secrets", @@ -1253,14 +1263,15 @@ } ], "parameters": [ - { "name": "repository_id" }, + { "name": "owner" }, + { "name": "repo" }, { "name": "environment_name" }, { "name": "per_page" }, { "name": "page" } ] }, { - "url": "/repositories/{repository_id}/environments/{environment_name}/variables", + "url": "/repos/{owner}/{repo}/environments/{environment_name}/variables", "id": "list-environment-variables", "scope": "actions", "documentationUrl": "https://docs.github.com/rest/actions/variables#list-environment-variables", @@ -1272,7 +1283,8 @@ } ], "parameters": [ - { "name": "repository_id" }, + { "name": "owner" }, + { "name": "repo" }, { "name": "environment_name" }, { "name": "per_page" }, { "name": "page" } @@ -1287,7 +1299,7 @@ "responses": [ { "code": 200, - "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"jobs\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"jobs\":{\"type\":\"array\",\"items\":{\"title\":\"Job\",\"description\":\"Information of a job execution in a workflow run\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the job.\",\"example\":21,\"type\":\"integer\"},\"run_id\":{\"description\":\"The id of the associated workflow run.\",\"example\":5,\"type\":\"integer\"},\"run_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5\"},\"run_attempt\":{\"type\":\"integer\",\"description\":\"Attempt number of the associated workflow run, 1 for first attempt and higher if the workflow was re-run.\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6Q2hlY2tSdW40\"},\"head_sha\":{\"description\":\"The SHA of the commit that is being run.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/jobs/21\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/runs/4\",\"nullable\":true},\"status\":{\"description\":\"The phase of the lifecycle that the job is currently in.\",\"example\":\"queued\",\"type\":\"string\",\"enum\":[\"queued\",\"in_progress\",\"completed\",\"waiting\"]},\"conclusion\":{\"description\":\"The outcome of the job.\",\"example\":\"success\",\"type\":\"string\",\"nullable\":true,\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\"]},\"created_at\":{\"description\":\"The time that the job created, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\"},\"started_at\":{\"description\":\"The time that the job started, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\"},\"completed_at\":{\"description\":\"The time that the job finished, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\",\"nullable\":true},\"name\":{\"description\":\"The name of the job.\",\"example\":\"test-coverage\",\"type\":\"string\"},\"steps\":{\"description\":\"Steps in this job.\",\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"name\",\"status\",\"conclusion\",\"number\"],\"properties\":{\"status\":{\"description\":\"The phase of the lifecycle that the job is currently in.\",\"example\":\"queued\",\"type\":\"string\",\"enum\":[\"queued\",\"in_progress\",\"completed\"]},\"conclusion\":{\"description\":\"The outcome of the job.\",\"example\":\"success\",\"type\":\"string\",\"nullable\":true},\"name\":{\"description\":\"The name of the job.\",\"example\":\"test-coverage\",\"type\":\"string\"},\"number\":{\"type\":\"integer\",\"example\":1},\"started_at\":{\"description\":\"The time that the step started, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\",\"nullable\":true},\"completed_at\":{\"description\":\"The time that the job finished, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\",\"nullable\":true}}}},\"check_run_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-runs/4\"},\"labels\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"description\":\"Labels for the workflow job. Specified by the \\\"runs_on\\\" attribute in the action's workflow file.\",\"example\":[\"self-hosted\",\"foo\",\"bar\"]},\"runner_id\":{\"type\":\"integer\",\"nullable\":true,\"example\":1,\"description\":\"The ID of the runner to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"runner_name\":{\"type\":\"string\",\"nullable\":true,\"example\":\"my runner\",\"description\":\"The name of the runner to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"runner_group_id\":{\"type\":\"integer\",\"nullable\":true,\"example\":2,\"description\":\"The ID of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"runner_group_name\":{\"type\":\"string\",\"nullable\":true,\"example\":\"my runner group\",\"description\":\"The name of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"workflow_name\":{\"type\":\"string\",\"description\":\"The name of the workflow.\",\"nullable\":true,\"example\":\"Build\"},\"head_branch\":{\"type\":\"string\",\"description\":\"The name of the current branch.\",\"nullable\":true,\"example\":\"main\"}},\"required\":[\"id\",\"node_id\",\"run_id\",\"run_url\",\"head_sha\",\"workflow_name\",\"head_branch\",\"name\",\"url\",\"html_url\",\"status\",\"conclusion\",\"started_at\",\"completed_at\",\"check_run_url\",\"labels\",\"runner_id\",\"runner_name\",\"runner_group_id\",\"runner_group_name\",\"created_at\"]}}}}" + "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"jobs\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"jobs\":{\"type\":\"array\",\"items\":{\"title\":\"Job\",\"description\":\"Information of a job execution in a workflow run\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the job.\",\"example\":21,\"type\":\"integer\"},\"run_id\":{\"description\":\"The id of the associated workflow run.\",\"example\":5,\"type\":\"integer\"},\"run_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5\"},\"run_attempt\":{\"type\":\"integer\",\"description\":\"Attempt number of the associated workflow run, 1 for first attempt and higher if the workflow was re-run.\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6Q2hlY2tSdW40\"},\"head_sha\":{\"description\":\"The SHA of the commit that is being run.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/jobs/21\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/runs/4\",\"nullable\":true},\"status\":{\"description\":\"The phase of the lifecycle that the job is currently in.\",\"example\":\"queued\",\"type\":\"string\",\"enum\":[\"queued\",\"in_progress\",\"completed\",\"waiting\",\"requested\",\"pending\"]},\"conclusion\":{\"description\":\"The outcome of the job.\",\"example\":\"success\",\"type\":\"string\",\"nullable\":true,\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\"]},\"created_at\":{\"description\":\"The time that the job created, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\"},\"started_at\":{\"description\":\"The time that the job started, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\"},\"completed_at\":{\"description\":\"The time that the job finished, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\",\"nullable\":true},\"name\":{\"description\":\"The name of the job.\",\"example\":\"test-coverage\",\"type\":\"string\"},\"steps\":{\"description\":\"Steps in this job.\",\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"name\",\"status\",\"conclusion\",\"number\"],\"properties\":{\"status\":{\"description\":\"The phase of the lifecycle that the job is currently in.\",\"example\":\"queued\",\"type\":\"string\",\"enum\":[\"queued\",\"in_progress\",\"completed\"]},\"conclusion\":{\"description\":\"The outcome of the job.\",\"example\":\"success\",\"type\":\"string\",\"nullable\":true},\"name\":{\"description\":\"The name of the job.\",\"example\":\"test-coverage\",\"type\":\"string\"},\"number\":{\"type\":\"integer\",\"example\":1},\"started_at\":{\"description\":\"The time that the step started, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\",\"nullable\":true},\"completed_at\":{\"description\":\"The time that the job finished, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\",\"nullable\":true}}}},\"check_run_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-runs/4\"},\"labels\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"description\":\"Labels for the workflow job. Specified by the \\\"runs_on\\\" attribute in the action's workflow file.\",\"example\":[\"self-hosted\",\"foo\",\"bar\"]},\"runner_id\":{\"type\":\"integer\",\"nullable\":true,\"example\":1,\"description\":\"The ID of the runner to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"runner_name\":{\"type\":\"string\",\"nullable\":true,\"example\":\"my runner\",\"description\":\"The name of the runner to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"runner_group_id\":{\"type\":\"integer\",\"nullable\":true,\"example\":2,\"description\":\"The ID of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"runner_group_name\":{\"type\":\"string\",\"nullable\":true,\"example\":\"my runner group\",\"description\":\"The name of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"workflow_name\":{\"type\":\"string\",\"description\":\"The name of the workflow.\",\"nullable\":true,\"example\":\"Build\"},\"head_branch\":{\"type\":\"string\",\"description\":\"The name of the current branch.\",\"nullable\":true,\"example\":\"main\"}},\"required\":[\"id\",\"node_id\",\"run_id\",\"run_url\",\"head_sha\",\"workflow_name\",\"head_branch\",\"name\",\"url\",\"html_url\",\"status\",\"conclusion\",\"started_at\",\"completed_at\",\"check_run_url\",\"labels\",\"runner_id\",\"runner_name\",\"runner_group_id\",\"runner_group_name\",\"created_at\"]}}}}" } ], "parameters": [ @@ -1308,7 +1320,7 @@ "responses": [ { "code": 200, - "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"jobs\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"jobs\":{\"type\":\"array\",\"items\":{\"title\":\"Job\",\"description\":\"Information of a job execution in a workflow run\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the job.\",\"example\":21,\"type\":\"integer\"},\"run_id\":{\"description\":\"The id of the associated workflow run.\",\"example\":5,\"type\":\"integer\"},\"run_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5\"},\"run_attempt\":{\"type\":\"integer\",\"description\":\"Attempt number of the associated workflow run, 1 for first attempt and higher if the workflow was re-run.\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6Q2hlY2tSdW40\"},\"head_sha\":{\"description\":\"The SHA of the commit that is being run.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/jobs/21\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/runs/4\",\"nullable\":true},\"status\":{\"description\":\"The phase of the lifecycle that the job is currently in.\",\"example\":\"queued\",\"type\":\"string\",\"enum\":[\"queued\",\"in_progress\",\"completed\",\"waiting\"]},\"conclusion\":{\"description\":\"The outcome of the job.\",\"example\":\"success\",\"type\":\"string\",\"nullable\":true,\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\"]},\"created_at\":{\"description\":\"The time that the job created, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\"},\"started_at\":{\"description\":\"The time that the job started, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\"},\"completed_at\":{\"description\":\"The time that the job finished, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\",\"nullable\":true},\"name\":{\"description\":\"The name of the job.\",\"example\":\"test-coverage\",\"type\":\"string\"},\"steps\":{\"description\":\"Steps in this job.\",\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"name\",\"status\",\"conclusion\",\"number\"],\"properties\":{\"status\":{\"description\":\"The phase of the lifecycle that the job is currently in.\",\"example\":\"queued\",\"type\":\"string\",\"enum\":[\"queued\",\"in_progress\",\"completed\"]},\"conclusion\":{\"description\":\"The outcome of the job.\",\"example\":\"success\",\"type\":\"string\",\"nullable\":true},\"name\":{\"description\":\"The name of the job.\",\"example\":\"test-coverage\",\"type\":\"string\"},\"number\":{\"type\":\"integer\",\"example\":1},\"started_at\":{\"description\":\"The time that the step started, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\",\"nullable\":true},\"completed_at\":{\"description\":\"The time that the job finished, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\",\"nullable\":true}}}},\"check_run_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-runs/4\"},\"labels\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"description\":\"Labels for the workflow job. Specified by the \\\"runs_on\\\" attribute in the action's workflow file.\",\"example\":[\"self-hosted\",\"foo\",\"bar\"]},\"runner_id\":{\"type\":\"integer\",\"nullable\":true,\"example\":1,\"description\":\"The ID of the runner to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"runner_name\":{\"type\":\"string\",\"nullable\":true,\"example\":\"my runner\",\"description\":\"The name of the runner to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"runner_group_id\":{\"type\":\"integer\",\"nullable\":true,\"example\":2,\"description\":\"The ID of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"runner_group_name\":{\"type\":\"string\",\"nullable\":true,\"example\":\"my runner group\",\"description\":\"The name of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"workflow_name\":{\"type\":\"string\",\"description\":\"The name of the workflow.\",\"nullable\":true,\"example\":\"Build\"},\"head_branch\":{\"type\":\"string\",\"description\":\"The name of the current branch.\",\"nullable\":true,\"example\":\"main\"}},\"required\":[\"id\",\"node_id\",\"run_id\",\"run_url\",\"head_sha\",\"workflow_name\",\"head_branch\",\"name\",\"url\",\"html_url\",\"status\",\"conclusion\",\"started_at\",\"completed_at\",\"check_run_url\",\"labels\",\"runner_id\",\"runner_name\",\"runner_group_id\",\"runner_group_name\",\"created_at\"]}}}}" + "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"jobs\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"jobs\":{\"type\":\"array\",\"items\":{\"title\":\"Job\",\"description\":\"Information of a job execution in a workflow run\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the job.\",\"example\":21,\"type\":\"integer\"},\"run_id\":{\"description\":\"The id of the associated workflow run.\",\"example\":5,\"type\":\"integer\"},\"run_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5\"},\"run_attempt\":{\"type\":\"integer\",\"description\":\"Attempt number of the associated workflow run, 1 for first attempt and higher if the workflow was re-run.\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6Q2hlY2tSdW40\"},\"head_sha\":{\"description\":\"The SHA of the commit that is being run.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/jobs/21\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/runs/4\",\"nullable\":true},\"status\":{\"description\":\"The phase of the lifecycle that the job is currently in.\",\"example\":\"queued\",\"type\":\"string\",\"enum\":[\"queued\",\"in_progress\",\"completed\",\"waiting\",\"requested\",\"pending\"]},\"conclusion\":{\"description\":\"The outcome of the job.\",\"example\":\"success\",\"type\":\"string\",\"nullable\":true,\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\"]},\"created_at\":{\"description\":\"The time that the job created, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\"},\"started_at\":{\"description\":\"The time that the job started, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\"},\"completed_at\":{\"description\":\"The time that the job finished, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\",\"nullable\":true},\"name\":{\"description\":\"The name of the job.\",\"example\":\"test-coverage\",\"type\":\"string\"},\"steps\":{\"description\":\"Steps in this job.\",\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"name\",\"status\",\"conclusion\",\"number\"],\"properties\":{\"status\":{\"description\":\"The phase of the lifecycle that the job is currently in.\",\"example\":\"queued\",\"type\":\"string\",\"enum\":[\"queued\",\"in_progress\",\"completed\"]},\"conclusion\":{\"description\":\"The outcome of the job.\",\"example\":\"success\",\"type\":\"string\",\"nullable\":true},\"name\":{\"description\":\"The name of the job.\",\"example\":\"test-coverage\",\"type\":\"string\"},\"number\":{\"type\":\"integer\",\"example\":1},\"started_at\":{\"description\":\"The time that the step started, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\",\"nullable\":true},\"completed_at\":{\"description\":\"The time that the job finished, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\",\"nullable\":true}}}},\"check_run_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-runs/4\"},\"labels\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"description\":\"Labels for the workflow job. Specified by the \\\"runs_on\\\" attribute in the action's workflow file.\",\"example\":[\"self-hosted\",\"foo\",\"bar\"]},\"runner_id\":{\"type\":\"integer\",\"nullable\":true,\"example\":1,\"description\":\"The ID of the runner to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"runner_name\":{\"type\":\"string\",\"nullable\":true,\"example\":\"my runner\",\"description\":\"The name of the runner to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"runner_group_id\":{\"type\":\"integer\",\"nullable\":true,\"example\":2,\"description\":\"The ID of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"runner_group_name\":{\"type\":\"string\",\"nullable\":true,\"example\":\"my runner group\",\"description\":\"The name of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"workflow_name\":{\"type\":\"string\",\"description\":\"The name of the workflow.\",\"nullable\":true,\"example\":\"Build\"},\"head_branch\":{\"type\":\"string\",\"description\":\"The name of the current branch.\",\"nullable\":true,\"example\":\"main\"}},\"required\":[\"id\",\"node_id\",\"run_id\",\"run_url\",\"head_sha\",\"workflow_name\",\"head_branch\",\"name\",\"url\",\"html_url\",\"status\",\"conclusion\",\"started_at\",\"completed_at\",\"check_run_url\",\"labels\",\"runner_id\",\"runner_name\",\"runner_group_id\",\"runner_group_name\",\"created_at\"]}}}}" }, { "code": 404, @@ -2141,14 +2153,15 @@ ] }, { - "url": "/repositories/{repository_id}/environments/{environment_name}/variables/{name}", + "url": "/repos/{owner}/{repo}/environments/{environment_name}/variables/{name}", "id": "update-environment-variable", "scope": "actions", "documentationUrl": "https://docs.github.com/rest/actions/variables#update-an-environment-variable", "renamed": null, "responses": [{ "code": 204, "schema": null }], "parameters": [ - { "name": "repository_id" }, + { "name": "owner" }, + { "name": "repo" }, { "name": "name" }, { "name": "environment_name" }, { "name": "value" } @@ -3891,11 +3904,11 @@ "responses": [ { "code": 200, - "schema": "{\"title\":\"CheckSuite\",\"description\":\"A suite of checks performed on the code of a given code change\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":5},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkNoZWNrU3VpdGU1\"},\"head_branch\":{\"type\":\"string\",\"example\":\"master\",\"nullable\":true},\"head_sha\":{\"description\":\"The SHA of the head commit that is being checked.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"status\":{\"type\":\"string\",\"example\":\"completed\",\"enum\":[\"queued\",\"in_progress\",\"completed\"],\"nullable\":true},\"conclusion\":{\"type\":\"string\",\"example\":\"neutral\",\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\",\"startup_failure\",\"stale\",null],\"nullable\":true},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-suites/5\",\"nullable\":true},\"before\":{\"type\":\"string\",\"example\":\"146e867f55c26428e5f9fade55a9bbf5e95a7912\",\"nullable\":true},\"after\":{\"type\":\"string\",\"example\":\"d6fde92930d4715a2b49857d24b940956b26d2d3\",\"nullable\":true},\"pull_requests\":{\"type\":\"array\",\"items\":{\"title\":\"Pull Request Minimal\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"number\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"head\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]},\"base\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]}},\"required\":[\"id\",\"number\",\"url\",\"head\",\"base\"]},\"nullable\":true},\"app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"repository\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]},\"private\":{\"type\":\"boolean\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World\"},\"description\":{\"type\":\"string\",\"example\":\"This your first repo!\",\"nullable\":true},\"fork\":{\"type\":\"boolean\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World\"},\"archive_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\"},\"assignees_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/assignees{/user}\"},\"blobs_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\"},\"branches_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/branches{/branch}\"},\"collaborators_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\"},\"comments_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/comments{/number}\"},\"commits_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/commits{/sha}\"},\"compare_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\"},\"contents_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/contents/{+path}\"},\"contributors_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/contributors\"},\"deployments_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/deployments\"},\"downloads_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/downloads\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/events\"},\"forks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/forks\"},\"git_commits_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\"},\"git_refs_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\"},\"git_tags_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\"},\"git_url\":{\"type\":\"string\"},\"issue_comment_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\"},\"issue_events_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues/events{/number}\"},\"issues_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues{/number}\"},\"keys_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/keys{/key_id}\"},\"labels_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/labels{/name}\"},\"languages_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/languages\"},\"merges_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/merges\"},\"milestones_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/milestones{/number}\"},\"notifications_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\"},\"pulls_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/pulls{/number}\"},\"releases_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/releases{/id}\"},\"ssh_url\":{\"type\":\"string\"},\"stargazers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/stargazers\"},\"statuses_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/statuses/{sha}\"},\"subscribers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/subscribers\"},\"subscription_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/subscription\"},\"tags_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/tags\"},\"teams_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/teams\"},\"trees_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\"},\"clone_url\":{\"type\":\"string\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"forks_count\":{\"type\":\"integer\"},\"stargazers_count\":{\"type\":\"integer\"},\"watchers_count\":{\"type\":\"integer\"},\"size\":{\"description\":\"The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.\",\"type\":\"integer\"},\"default_branch\":{\"type\":\"string\"},\"open_issues_count\":{\"type\":\"integer\"},\"is_template\":{\"type\":\"boolean\"},\"topics\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"has_issues\":{\"type\":\"boolean\"},\"has_projects\":{\"type\":\"boolean\"},\"has_wiki\":{\"type\":\"boolean\"},\"has_pages\":{\"type\":\"boolean\"},\"has_downloads\":{\"type\":\"boolean\"},\"has_discussions\":{\"type\":\"boolean\"},\"archived\":{\"type\":\"boolean\"},\"disabled\":{\"type\":\"boolean\"},\"visibility\":{\"type\":\"string\"},\"pushed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:06:43Z\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:01:12Z\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:14:43Z\",\"nullable\":true},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.4, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4/).\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"},\"web_commit_signoff_required\":{\"type\":\"boolean\",\"example\":false},\"security_and_analysis\":{\"nullable\":true,\"type\":\"object\",\"properties\":{\"advanced_security\":{\"type\":\"object\",\"properties\":{\"status\":{\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}},\"dependabot_security_updates\":{\"description\":\"Enable or disable Dependabot security updates for the repository.\",\"type\":\"object\",\"properties\":{\"status\":{\"description\":\"The enablement status of Dependabot security updates for the repository.\",\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}},\"secret_scanning\":{\"type\":\"object\",\"properties\":{\"status\":{\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}},\"secret_scanning_push_protection\":{\"type\":\"object\",\"properties\":{\"status\":{\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}}}}},\"required\":[\"archive_url\",\"assignees_url\",\"blobs_url\",\"branches_url\",\"collaborators_url\",\"comments_url\",\"commits_url\",\"compare_url\",\"contents_url\",\"contributors_url\",\"deployments_url\",\"description\",\"downloads_url\",\"events_url\",\"fork\",\"forks_url\",\"full_name\",\"git_commits_url\",\"git_refs_url\",\"git_tags_url\",\"hooks_url\",\"html_url\",\"id\",\"node_id\",\"issue_comment_url\",\"issue_events_url\",\"issues_url\",\"keys_url\",\"labels_url\",\"languages_url\",\"merges_url\",\"milestones_url\",\"name\",\"notifications_url\",\"owner\",\"private\",\"pulls_url\",\"releases_url\",\"stargazers_url\",\"statuses_url\",\"subscribers_url\",\"subscription_url\",\"tags_url\",\"teams_url\",\"trees_url\",\"url\"]},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"head_commit\":{\"title\":\"Simple Commit\",\"description\":\"A commit.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\",\"description\":\"SHA for the commit\",\"example\":\"7638417db6d59f3c431d3e1f261cc637155684cd\"},\"tree_id\":{\"type\":\"string\",\"description\":\"SHA for the commit's tree\"},\"message\":{\"description\":\"Message describing the purpose of the commit\",\"example\":\"Fix #42\",\"type\":\"string\"},\"timestamp\":{\"description\":\"Timestamp of the commit\",\"example\":\"2014-08-09T08:02:04+12:00\",\"format\":\"date-time\",\"type\":\"string\"},\"author\":{\"type\":\"object\",\"description\":\"Information about the Git author\",\"properties\":{\"name\":{\"description\":\"Name of the commit's author\",\"example\":\"Monalisa Octocat\",\"type\":\"string\"},\"email\":{\"description\":\"Git email address of the commit's author\",\"example\":\"monalisa.octocat@example.com\",\"type\":\"string\",\"format\":\"email\"}},\"required\":[\"name\",\"email\"],\"nullable\":true},\"committer\":{\"type\":\"object\",\"description\":\"Information about the Git committer\",\"properties\":{\"name\":{\"description\":\"Name of the commit's committer\",\"example\":\"Monalisa Octocat\",\"type\":\"string\"},\"email\":{\"description\":\"Git email address of the commit's committer\",\"example\":\"monalisa.octocat@example.com\",\"type\":\"string\",\"format\":\"email\"}},\"required\":[\"name\",\"email\"],\"nullable\":true}},\"required\":[\"id\",\"tree_id\",\"message\",\"timestamp\",\"author\",\"committer\"]},\"latest_check_runs_count\":{\"type\":\"integer\"},\"check_runs_url\":{\"type\":\"string\"},\"rerequestable\":{\"type\":\"boolean\"},\"runs_rerequestable\":{\"type\":\"boolean\"}},\"required\":[\"id\",\"node_id\",\"head_branch\",\"status\",\"conclusion\",\"head_sha\",\"url\",\"before\",\"after\",\"created_at\",\"updated_at\",\"app\",\"head_commit\",\"repository\",\"latest_check_runs_count\",\"check_runs_url\",\"pull_requests\"]}" + "schema": "{\"title\":\"CheckSuite\",\"description\":\"A suite of checks performed on the code of a given code change\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":5},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkNoZWNrU3VpdGU1\"},\"head_branch\":{\"type\":\"string\",\"example\":\"master\",\"nullable\":true},\"head_sha\":{\"description\":\"The SHA of the head commit that is being checked.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"status\":{\"type\":\"string\",\"description\":\"The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.\",\"example\":\"completed\",\"enum\":[\"queued\",\"in_progress\",\"completed\",\"waiting\",\"requested\",\"pending\"],\"nullable\":true},\"conclusion\":{\"type\":\"string\",\"example\":\"neutral\",\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\",\"startup_failure\",\"stale\",null],\"nullable\":true},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-suites/5\",\"nullable\":true},\"before\":{\"type\":\"string\",\"example\":\"146e867f55c26428e5f9fade55a9bbf5e95a7912\",\"nullable\":true},\"after\":{\"type\":\"string\",\"example\":\"d6fde92930d4715a2b49857d24b940956b26d2d3\",\"nullable\":true},\"pull_requests\":{\"type\":\"array\",\"items\":{\"title\":\"Pull Request Minimal\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"number\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"head\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]},\"base\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]}},\"required\":[\"id\",\"number\",\"url\",\"head\",\"base\"]},\"nullable\":true},\"app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"repository\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]},\"private\":{\"type\":\"boolean\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World\"},\"description\":{\"type\":\"string\",\"example\":\"This your first repo!\",\"nullable\":true},\"fork\":{\"type\":\"boolean\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World\"},\"archive_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\"},\"assignees_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/assignees{/user}\"},\"blobs_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\"},\"branches_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/branches{/branch}\"},\"collaborators_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\"},\"comments_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/comments{/number}\"},\"commits_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/commits{/sha}\"},\"compare_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\"},\"contents_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/contents/{+path}\"},\"contributors_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/contributors\"},\"deployments_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/deployments\"},\"downloads_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/downloads\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/events\"},\"forks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/forks\"},\"git_commits_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\"},\"git_refs_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\"},\"git_tags_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\"},\"git_url\":{\"type\":\"string\"},\"issue_comment_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\"},\"issue_events_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues/events{/number}\"},\"issues_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues{/number}\"},\"keys_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/keys{/key_id}\"},\"labels_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/labels{/name}\"},\"languages_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/languages\"},\"merges_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/merges\"},\"milestones_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/milestones{/number}\"},\"notifications_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\"},\"pulls_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/pulls{/number}\"},\"releases_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/releases{/id}\"},\"ssh_url\":{\"type\":\"string\"},\"stargazers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/stargazers\"},\"statuses_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/statuses/{sha}\"},\"subscribers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/subscribers\"},\"subscription_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/subscription\"},\"tags_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/tags\"},\"teams_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/teams\"},\"trees_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\"},\"clone_url\":{\"type\":\"string\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"forks_count\":{\"type\":\"integer\"},\"stargazers_count\":{\"type\":\"integer\"},\"watchers_count\":{\"type\":\"integer\"},\"size\":{\"description\":\"The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.\",\"type\":\"integer\"},\"default_branch\":{\"type\":\"string\"},\"open_issues_count\":{\"type\":\"integer\"},\"is_template\":{\"type\":\"boolean\"},\"topics\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"has_issues\":{\"type\":\"boolean\"},\"has_projects\":{\"type\":\"boolean\"},\"has_wiki\":{\"type\":\"boolean\"},\"has_pages\":{\"type\":\"boolean\"},\"has_downloads\":{\"type\":\"boolean\"},\"has_discussions\":{\"type\":\"boolean\"},\"archived\":{\"type\":\"boolean\"},\"disabled\":{\"type\":\"boolean\"},\"visibility\":{\"type\":\"string\"},\"pushed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:06:43Z\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:01:12Z\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:14:43Z\",\"nullable\":true},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.4, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4/).\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"},\"web_commit_signoff_required\":{\"type\":\"boolean\",\"example\":false},\"security_and_analysis\":{\"nullable\":true,\"type\":\"object\",\"properties\":{\"advanced_security\":{\"type\":\"object\",\"properties\":{\"status\":{\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}},\"dependabot_security_updates\":{\"description\":\"Enable or disable Dependabot security updates for the repository.\",\"type\":\"object\",\"properties\":{\"status\":{\"description\":\"The enablement status of Dependabot security updates for the repository.\",\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}},\"secret_scanning\":{\"type\":\"object\",\"properties\":{\"status\":{\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}},\"secret_scanning_push_protection\":{\"type\":\"object\",\"properties\":{\"status\":{\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}}}}},\"required\":[\"archive_url\",\"assignees_url\",\"blobs_url\",\"branches_url\",\"collaborators_url\",\"comments_url\",\"commits_url\",\"compare_url\",\"contents_url\",\"contributors_url\",\"deployments_url\",\"description\",\"downloads_url\",\"events_url\",\"fork\",\"forks_url\",\"full_name\",\"git_commits_url\",\"git_refs_url\",\"git_tags_url\",\"hooks_url\",\"html_url\",\"id\",\"node_id\",\"issue_comment_url\",\"issue_events_url\",\"issues_url\",\"keys_url\",\"labels_url\",\"languages_url\",\"merges_url\",\"milestones_url\",\"name\",\"notifications_url\",\"owner\",\"private\",\"pulls_url\",\"releases_url\",\"stargazers_url\",\"statuses_url\",\"subscribers_url\",\"subscription_url\",\"tags_url\",\"teams_url\",\"trees_url\",\"url\"]},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"head_commit\":{\"title\":\"Simple Commit\",\"description\":\"A commit.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\",\"description\":\"SHA for the commit\",\"example\":\"7638417db6d59f3c431d3e1f261cc637155684cd\"},\"tree_id\":{\"type\":\"string\",\"description\":\"SHA for the commit's tree\"},\"message\":{\"description\":\"Message describing the purpose of the commit\",\"example\":\"Fix #42\",\"type\":\"string\"},\"timestamp\":{\"description\":\"Timestamp of the commit\",\"example\":\"2014-08-09T08:02:04+12:00\",\"format\":\"date-time\",\"type\":\"string\"},\"author\":{\"type\":\"object\",\"description\":\"Information about the Git author\",\"properties\":{\"name\":{\"description\":\"Name of the commit's author\",\"example\":\"Monalisa Octocat\",\"type\":\"string\"},\"email\":{\"description\":\"Git email address of the commit's author\",\"example\":\"monalisa.octocat@example.com\",\"type\":\"string\",\"format\":\"email\"}},\"required\":[\"name\",\"email\"],\"nullable\":true},\"committer\":{\"type\":\"object\",\"description\":\"Information about the Git committer\",\"properties\":{\"name\":{\"description\":\"Name of the commit's committer\",\"example\":\"Monalisa Octocat\",\"type\":\"string\"},\"email\":{\"description\":\"Git email address of the commit's committer\",\"example\":\"monalisa.octocat@example.com\",\"type\":\"string\",\"format\":\"email\"}},\"required\":[\"name\",\"email\"],\"nullable\":true}},\"required\":[\"id\",\"tree_id\",\"message\",\"timestamp\",\"author\",\"committer\"]},\"latest_check_runs_count\":{\"type\":\"integer\"},\"check_runs_url\":{\"type\":\"string\"},\"rerequestable\":{\"type\":\"boolean\"},\"runs_rerequestable\":{\"type\":\"boolean\"}},\"required\":[\"id\",\"node_id\",\"head_branch\",\"status\",\"conclusion\",\"head_sha\",\"url\",\"before\",\"after\",\"created_at\",\"updated_at\",\"app\",\"head_commit\",\"repository\",\"latest_check_runs_count\",\"check_runs_url\",\"pull_requests\"]}" }, { "code": 201, - "schema": "{\"title\":\"CheckSuite\",\"description\":\"A suite of checks performed on the code of a given code change\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":5},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkNoZWNrU3VpdGU1\"},\"head_branch\":{\"type\":\"string\",\"example\":\"master\",\"nullable\":true},\"head_sha\":{\"description\":\"The SHA of the head commit that is being checked.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"status\":{\"type\":\"string\",\"example\":\"completed\",\"enum\":[\"queued\",\"in_progress\",\"completed\"],\"nullable\":true},\"conclusion\":{\"type\":\"string\",\"example\":\"neutral\",\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\",\"startup_failure\",\"stale\",null],\"nullable\":true},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-suites/5\",\"nullable\":true},\"before\":{\"type\":\"string\",\"example\":\"146e867f55c26428e5f9fade55a9bbf5e95a7912\",\"nullable\":true},\"after\":{\"type\":\"string\",\"example\":\"d6fde92930d4715a2b49857d24b940956b26d2d3\",\"nullable\":true},\"pull_requests\":{\"type\":\"array\",\"items\":{\"title\":\"Pull Request Minimal\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"number\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"head\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]},\"base\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]}},\"required\":[\"id\",\"number\",\"url\",\"head\",\"base\"]},\"nullable\":true},\"app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"repository\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]},\"private\":{\"type\":\"boolean\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World\"},\"description\":{\"type\":\"string\",\"example\":\"This your first repo!\",\"nullable\":true},\"fork\":{\"type\":\"boolean\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World\"},\"archive_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\"},\"assignees_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/assignees{/user}\"},\"blobs_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\"},\"branches_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/branches{/branch}\"},\"collaborators_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\"},\"comments_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/comments{/number}\"},\"commits_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/commits{/sha}\"},\"compare_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\"},\"contents_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/contents/{+path}\"},\"contributors_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/contributors\"},\"deployments_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/deployments\"},\"downloads_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/downloads\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/events\"},\"forks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/forks\"},\"git_commits_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\"},\"git_refs_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\"},\"git_tags_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\"},\"git_url\":{\"type\":\"string\"},\"issue_comment_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\"},\"issue_events_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues/events{/number}\"},\"issues_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues{/number}\"},\"keys_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/keys{/key_id}\"},\"labels_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/labels{/name}\"},\"languages_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/languages\"},\"merges_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/merges\"},\"milestones_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/milestones{/number}\"},\"notifications_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\"},\"pulls_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/pulls{/number}\"},\"releases_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/releases{/id}\"},\"ssh_url\":{\"type\":\"string\"},\"stargazers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/stargazers\"},\"statuses_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/statuses/{sha}\"},\"subscribers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/subscribers\"},\"subscription_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/subscription\"},\"tags_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/tags\"},\"teams_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/teams\"},\"trees_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\"},\"clone_url\":{\"type\":\"string\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"forks_count\":{\"type\":\"integer\"},\"stargazers_count\":{\"type\":\"integer\"},\"watchers_count\":{\"type\":\"integer\"},\"size\":{\"description\":\"The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.\",\"type\":\"integer\"},\"default_branch\":{\"type\":\"string\"},\"open_issues_count\":{\"type\":\"integer\"},\"is_template\":{\"type\":\"boolean\"},\"topics\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"has_issues\":{\"type\":\"boolean\"},\"has_projects\":{\"type\":\"boolean\"},\"has_wiki\":{\"type\":\"boolean\"},\"has_pages\":{\"type\":\"boolean\"},\"has_downloads\":{\"type\":\"boolean\"},\"has_discussions\":{\"type\":\"boolean\"},\"archived\":{\"type\":\"boolean\"},\"disabled\":{\"type\":\"boolean\"},\"visibility\":{\"type\":\"string\"},\"pushed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:06:43Z\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:01:12Z\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:14:43Z\",\"nullable\":true},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.4, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4/).\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"},\"web_commit_signoff_required\":{\"type\":\"boolean\",\"example\":false},\"security_and_analysis\":{\"nullable\":true,\"type\":\"object\",\"properties\":{\"advanced_security\":{\"type\":\"object\",\"properties\":{\"status\":{\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}},\"dependabot_security_updates\":{\"description\":\"Enable or disable Dependabot security updates for the repository.\",\"type\":\"object\",\"properties\":{\"status\":{\"description\":\"The enablement status of Dependabot security updates for the repository.\",\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}},\"secret_scanning\":{\"type\":\"object\",\"properties\":{\"status\":{\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}},\"secret_scanning_push_protection\":{\"type\":\"object\",\"properties\":{\"status\":{\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}}}}},\"required\":[\"archive_url\",\"assignees_url\",\"blobs_url\",\"branches_url\",\"collaborators_url\",\"comments_url\",\"commits_url\",\"compare_url\",\"contents_url\",\"contributors_url\",\"deployments_url\",\"description\",\"downloads_url\",\"events_url\",\"fork\",\"forks_url\",\"full_name\",\"git_commits_url\",\"git_refs_url\",\"git_tags_url\",\"hooks_url\",\"html_url\",\"id\",\"node_id\",\"issue_comment_url\",\"issue_events_url\",\"issues_url\",\"keys_url\",\"labels_url\",\"languages_url\",\"merges_url\",\"milestones_url\",\"name\",\"notifications_url\",\"owner\",\"private\",\"pulls_url\",\"releases_url\",\"stargazers_url\",\"statuses_url\",\"subscribers_url\",\"subscription_url\",\"tags_url\",\"teams_url\",\"trees_url\",\"url\"]},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"head_commit\":{\"title\":\"Simple Commit\",\"description\":\"A commit.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\",\"description\":\"SHA for the commit\",\"example\":\"7638417db6d59f3c431d3e1f261cc637155684cd\"},\"tree_id\":{\"type\":\"string\",\"description\":\"SHA for the commit's tree\"},\"message\":{\"description\":\"Message describing the purpose of the commit\",\"example\":\"Fix #42\",\"type\":\"string\"},\"timestamp\":{\"description\":\"Timestamp of the commit\",\"example\":\"2014-08-09T08:02:04+12:00\",\"format\":\"date-time\",\"type\":\"string\"},\"author\":{\"type\":\"object\",\"description\":\"Information about the Git author\",\"properties\":{\"name\":{\"description\":\"Name of the commit's author\",\"example\":\"Monalisa Octocat\",\"type\":\"string\"},\"email\":{\"description\":\"Git email address of the commit's author\",\"example\":\"monalisa.octocat@example.com\",\"type\":\"string\",\"format\":\"email\"}},\"required\":[\"name\",\"email\"],\"nullable\":true},\"committer\":{\"type\":\"object\",\"description\":\"Information about the Git committer\",\"properties\":{\"name\":{\"description\":\"Name of the commit's committer\",\"example\":\"Monalisa Octocat\",\"type\":\"string\"},\"email\":{\"description\":\"Git email address of the commit's committer\",\"example\":\"monalisa.octocat@example.com\",\"type\":\"string\",\"format\":\"email\"}},\"required\":[\"name\",\"email\"],\"nullable\":true}},\"required\":[\"id\",\"tree_id\",\"message\",\"timestamp\",\"author\",\"committer\"]},\"latest_check_runs_count\":{\"type\":\"integer\"},\"check_runs_url\":{\"type\":\"string\"},\"rerequestable\":{\"type\":\"boolean\"},\"runs_rerequestable\":{\"type\":\"boolean\"}},\"required\":[\"id\",\"node_id\",\"head_branch\",\"status\",\"conclusion\",\"head_sha\",\"url\",\"before\",\"after\",\"created_at\",\"updated_at\",\"app\",\"head_commit\",\"repository\",\"latest_check_runs_count\",\"check_runs_url\",\"pull_requests\"]}" + "schema": "{\"title\":\"CheckSuite\",\"description\":\"A suite of checks performed on the code of a given code change\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":5},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkNoZWNrU3VpdGU1\"},\"head_branch\":{\"type\":\"string\",\"example\":\"master\",\"nullable\":true},\"head_sha\":{\"description\":\"The SHA of the head commit that is being checked.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"status\":{\"type\":\"string\",\"description\":\"The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.\",\"example\":\"completed\",\"enum\":[\"queued\",\"in_progress\",\"completed\",\"waiting\",\"requested\",\"pending\"],\"nullable\":true},\"conclusion\":{\"type\":\"string\",\"example\":\"neutral\",\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\",\"startup_failure\",\"stale\",null],\"nullable\":true},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-suites/5\",\"nullable\":true},\"before\":{\"type\":\"string\",\"example\":\"146e867f55c26428e5f9fade55a9bbf5e95a7912\",\"nullable\":true},\"after\":{\"type\":\"string\",\"example\":\"d6fde92930d4715a2b49857d24b940956b26d2d3\",\"nullable\":true},\"pull_requests\":{\"type\":\"array\",\"items\":{\"title\":\"Pull Request Minimal\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"number\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"head\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]},\"base\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]}},\"required\":[\"id\",\"number\",\"url\",\"head\",\"base\"]},\"nullable\":true},\"app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"repository\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]},\"private\":{\"type\":\"boolean\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World\"},\"description\":{\"type\":\"string\",\"example\":\"This your first repo!\",\"nullable\":true},\"fork\":{\"type\":\"boolean\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World\"},\"archive_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\"},\"assignees_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/assignees{/user}\"},\"blobs_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\"},\"branches_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/branches{/branch}\"},\"collaborators_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\"},\"comments_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/comments{/number}\"},\"commits_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/commits{/sha}\"},\"compare_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\"},\"contents_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/contents/{+path}\"},\"contributors_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/contributors\"},\"deployments_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/deployments\"},\"downloads_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/downloads\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/events\"},\"forks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/forks\"},\"git_commits_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\"},\"git_refs_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\"},\"git_tags_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\"},\"git_url\":{\"type\":\"string\"},\"issue_comment_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\"},\"issue_events_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues/events{/number}\"},\"issues_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues{/number}\"},\"keys_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/keys{/key_id}\"},\"labels_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/labels{/name}\"},\"languages_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/languages\"},\"merges_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/merges\"},\"milestones_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/milestones{/number}\"},\"notifications_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\"},\"pulls_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/pulls{/number}\"},\"releases_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/releases{/id}\"},\"ssh_url\":{\"type\":\"string\"},\"stargazers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/stargazers\"},\"statuses_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/statuses/{sha}\"},\"subscribers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/subscribers\"},\"subscription_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/subscription\"},\"tags_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/tags\"},\"teams_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/teams\"},\"trees_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\"},\"clone_url\":{\"type\":\"string\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"forks_count\":{\"type\":\"integer\"},\"stargazers_count\":{\"type\":\"integer\"},\"watchers_count\":{\"type\":\"integer\"},\"size\":{\"description\":\"The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.\",\"type\":\"integer\"},\"default_branch\":{\"type\":\"string\"},\"open_issues_count\":{\"type\":\"integer\"},\"is_template\":{\"type\":\"boolean\"},\"topics\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"has_issues\":{\"type\":\"boolean\"},\"has_projects\":{\"type\":\"boolean\"},\"has_wiki\":{\"type\":\"boolean\"},\"has_pages\":{\"type\":\"boolean\"},\"has_downloads\":{\"type\":\"boolean\"},\"has_discussions\":{\"type\":\"boolean\"},\"archived\":{\"type\":\"boolean\"},\"disabled\":{\"type\":\"boolean\"},\"visibility\":{\"type\":\"string\"},\"pushed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:06:43Z\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:01:12Z\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:14:43Z\",\"nullable\":true},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.4, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4/).\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"},\"web_commit_signoff_required\":{\"type\":\"boolean\",\"example\":false},\"security_and_analysis\":{\"nullable\":true,\"type\":\"object\",\"properties\":{\"advanced_security\":{\"type\":\"object\",\"properties\":{\"status\":{\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}},\"dependabot_security_updates\":{\"description\":\"Enable or disable Dependabot security updates for the repository.\",\"type\":\"object\",\"properties\":{\"status\":{\"description\":\"The enablement status of Dependabot security updates for the repository.\",\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}},\"secret_scanning\":{\"type\":\"object\",\"properties\":{\"status\":{\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}},\"secret_scanning_push_protection\":{\"type\":\"object\",\"properties\":{\"status\":{\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}}}}},\"required\":[\"archive_url\",\"assignees_url\",\"blobs_url\",\"branches_url\",\"collaborators_url\",\"comments_url\",\"commits_url\",\"compare_url\",\"contents_url\",\"contributors_url\",\"deployments_url\",\"description\",\"downloads_url\",\"events_url\",\"fork\",\"forks_url\",\"full_name\",\"git_commits_url\",\"git_refs_url\",\"git_tags_url\",\"hooks_url\",\"html_url\",\"id\",\"node_id\",\"issue_comment_url\",\"issue_events_url\",\"issues_url\",\"keys_url\",\"labels_url\",\"languages_url\",\"merges_url\",\"milestones_url\",\"name\",\"notifications_url\",\"owner\",\"private\",\"pulls_url\",\"releases_url\",\"stargazers_url\",\"statuses_url\",\"subscribers_url\",\"subscription_url\",\"tags_url\",\"teams_url\",\"trees_url\",\"url\"]},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"head_commit\":{\"title\":\"Simple Commit\",\"description\":\"A commit.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\",\"description\":\"SHA for the commit\",\"example\":\"7638417db6d59f3c431d3e1f261cc637155684cd\"},\"tree_id\":{\"type\":\"string\",\"description\":\"SHA for the commit's tree\"},\"message\":{\"description\":\"Message describing the purpose of the commit\",\"example\":\"Fix #42\",\"type\":\"string\"},\"timestamp\":{\"description\":\"Timestamp of the commit\",\"example\":\"2014-08-09T08:02:04+12:00\",\"format\":\"date-time\",\"type\":\"string\"},\"author\":{\"type\":\"object\",\"description\":\"Information about the Git author\",\"properties\":{\"name\":{\"description\":\"Name of the commit's author\",\"example\":\"Monalisa Octocat\",\"type\":\"string\"},\"email\":{\"description\":\"Git email address of the commit's author\",\"example\":\"monalisa.octocat@example.com\",\"type\":\"string\",\"format\":\"email\"}},\"required\":[\"name\",\"email\"],\"nullable\":true},\"committer\":{\"type\":\"object\",\"description\":\"Information about the Git committer\",\"properties\":{\"name\":{\"description\":\"Name of the commit's committer\",\"example\":\"Monalisa Octocat\",\"type\":\"string\"},\"email\":{\"description\":\"Git email address of the commit's committer\",\"example\":\"monalisa.octocat@example.com\",\"type\":\"string\",\"format\":\"email\"}},\"required\":[\"name\",\"email\"],\"nullable\":true}},\"required\":[\"id\",\"tree_id\",\"message\",\"timestamp\",\"author\",\"committer\"]},\"latest_check_runs_count\":{\"type\":\"integer\"},\"check_runs_url\":{\"type\":\"string\"},\"rerequestable\":{\"type\":\"boolean\"},\"runs_rerequestable\":{\"type\":\"boolean\"}},\"required\":[\"id\",\"node_id\",\"head_branch\",\"status\",\"conclusion\",\"head_sha\",\"url\",\"before\",\"after\",\"created_at\",\"updated_at\",\"app\",\"head_commit\",\"repository\",\"latest_check_runs_count\",\"check_runs_url\",\"pull_requests\"]}" } ], "parameters": [ @@ -3913,7 +3926,7 @@ "responses": [ { "code": 200, - "schema": "{\"title\":\"CheckRun\",\"description\":\"A check performed on the code of a given code change\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the check.\",\"example\":21,\"type\":\"integer\"},\"head_sha\":{\"description\":\"The SHA of the commit that is being checked.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6Q2hlY2tSdW40\"},\"external_id\":{\"type\":\"string\",\"example\":\"42\",\"nullable\":true},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-runs/4\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/runs/4\",\"nullable\":true},\"details_url\":{\"type\":\"string\",\"example\":\"https://example.com\",\"nullable\":true},\"status\":{\"description\":\"The phase of the lifecycle that the check is currently in.\",\"example\":\"queued\",\"type\":\"string\",\"enum\":[\"queued\",\"in_progress\",\"completed\"]},\"conclusion\":{\"type\":\"string\",\"example\":\"neutral\",\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\"],\"nullable\":true},\"started_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-05-04T01:14:52Z\",\"nullable\":true},\"completed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-05-04T01:14:52Z\",\"nullable\":true},\"output\":{\"type\":\"object\",\"properties\":{\"title\":{\"type\":\"string\",\"nullable\":true},\"summary\":{\"type\":\"string\",\"nullable\":true},\"text\":{\"type\":\"string\",\"nullable\":true},\"annotations_count\":{\"type\":\"integer\"},\"annotations_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"title\",\"summary\",\"text\",\"annotations_count\",\"annotations_url\"]},\"name\":{\"description\":\"The name of the check.\",\"example\":\"test-coverage\",\"type\":\"string\"},\"check_suite\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"}},\"required\":[\"id\"],\"nullable\":true},\"app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"pull_requests\":{\"description\":\"Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check.\",\"type\":\"array\",\"items\":{\"title\":\"Pull Request Minimal\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"number\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"head\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]},\"base\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]}},\"required\":[\"id\",\"number\",\"url\",\"head\",\"base\"]}},\"deployment\":{\"title\":\"Deployment\",\"description\":\"A deployment created as the result of an Actions check run from a workflow that references an environment\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1\"},\"id\":{\"description\":\"Unique identifier of the deployment\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkRlcGxveW1lbnQx\"},\"task\":{\"description\":\"Parameter to specify a task to execute\",\"example\":\"deploy\",\"type\":\"string\"},\"original_environment\":{\"type\":\"string\",\"example\":\"staging\"},\"environment\":{\"description\":\"Name for the target deployment environment.\",\"example\":\"production\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"Deploy request from hubot\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"statuses_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1/statuses\"},\"repository_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example\"},\"transient_environment\":{\"description\":\"Specifies if the given environment is will no longer exist at some point in the future. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"production_environment\":{\"description\":\"Specifies if the given environment is one that end-users directly interact with. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true}},\"required\":[\"id\",\"node_id\",\"task\",\"environment\",\"description\",\"statuses_url\",\"repository_url\",\"url\",\"created_at\",\"updated_at\"]}},\"required\":[\"id\",\"node_id\",\"head_sha\",\"name\",\"url\",\"html_url\",\"details_url\",\"status\",\"conclusion\",\"started_at\",\"completed_at\",\"external_id\",\"check_suite\",\"output\",\"app\",\"pull_requests\"]}" + "schema": "{\"title\":\"CheckRun\",\"description\":\"A check performed on the code of a given code change\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the check.\",\"example\":21,\"type\":\"integer\"},\"head_sha\":{\"description\":\"The SHA of the commit that is being checked.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6Q2hlY2tSdW40\"},\"external_id\":{\"type\":\"string\",\"example\":\"42\",\"nullable\":true},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-runs/4\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/runs/4\",\"nullable\":true},\"details_url\":{\"type\":\"string\",\"example\":\"https://example.com\",\"nullable\":true},\"status\":{\"description\":\"The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.\",\"example\":\"queued\",\"type\":\"string\",\"enum\":[\"queued\",\"in_progress\",\"completed\",\"waiting\",\"requested\",\"pending\"]},\"conclusion\":{\"type\":\"string\",\"example\":\"neutral\",\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\"],\"nullable\":true},\"started_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-05-04T01:14:52Z\",\"nullable\":true},\"completed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-05-04T01:14:52Z\",\"nullable\":true},\"output\":{\"type\":\"object\",\"properties\":{\"title\":{\"type\":\"string\",\"nullable\":true},\"summary\":{\"type\":\"string\",\"nullable\":true},\"text\":{\"type\":\"string\",\"nullable\":true},\"annotations_count\":{\"type\":\"integer\"},\"annotations_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"title\",\"summary\",\"text\",\"annotations_count\",\"annotations_url\"]},\"name\":{\"description\":\"The name of the check.\",\"example\":\"test-coverage\",\"type\":\"string\"},\"check_suite\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"}},\"required\":[\"id\"],\"nullable\":true},\"app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"pull_requests\":{\"description\":\"Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check.\",\"type\":\"array\",\"items\":{\"title\":\"Pull Request Minimal\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"number\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"head\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]},\"base\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]}},\"required\":[\"id\",\"number\",\"url\",\"head\",\"base\"]}},\"deployment\":{\"title\":\"Deployment\",\"description\":\"A deployment created as the result of an Actions check run from a workflow that references an environment\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1\"},\"id\":{\"description\":\"Unique identifier of the deployment\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkRlcGxveW1lbnQx\"},\"task\":{\"description\":\"Parameter to specify a task to execute\",\"example\":\"deploy\",\"type\":\"string\"},\"original_environment\":{\"type\":\"string\",\"example\":\"staging\"},\"environment\":{\"description\":\"Name for the target deployment environment.\",\"example\":\"production\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"Deploy request from hubot\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"statuses_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1/statuses\"},\"repository_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example\"},\"transient_environment\":{\"description\":\"Specifies if the given environment is will no longer exist at some point in the future. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"production_environment\":{\"description\":\"Specifies if the given environment is one that end-users directly interact with. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true}},\"required\":[\"id\",\"node_id\",\"task\",\"environment\",\"description\",\"statuses_url\",\"repository_url\",\"url\",\"created_at\",\"updated_at\"]}},\"required\":[\"id\",\"node_id\",\"head_sha\",\"name\",\"url\",\"html_url\",\"details_url\",\"status\",\"conclusion\",\"started_at\",\"completed_at\",\"external_id\",\"check_suite\",\"output\",\"app\",\"pull_requests\"]}" } ], "parameters": [ @@ -3931,7 +3944,7 @@ "responses": [ { "code": 200, - "schema": "{\"title\":\"CheckSuite\",\"description\":\"A suite of checks performed on the code of a given code change\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":5},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkNoZWNrU3VpdGU1\"},\"head_branch\":{\"type\":\"string\",\"example\":\"master\",\"nullable\":true},\"head_sha\":{\"description\":\"The SHA of the head commit that is being checked.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"status\":{\"type\":\"string\",\"example\":\"completed\",\"enum\":[\"queued\",\"in_progress\",\"completed\"],\"nullable\":true},\"conclusion\":{\"type\":\"string\",\"example\":\"neutral\",\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\",\"startup_failure\",\"stale\",null],\"nullable\":true},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-suites/5\",\"nullable\":true},\"before\":{\"type\":\"string\",\"example\":\"146e867f55c26428e5f9fade55a9bbf5e95a7912\",\"nullable\":true},\"after\":{\"type\":\"string\",\"example\":\"d6fde92930d4715a2b49857d24b940956b26d2d3\",\"nullable\":true},\"pull_requests\":{\"type\":\"array\",\"items\":{\"title\":\"Pull Request Minimal\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"number\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"head\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]},\"base\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]}},\"required\":[\"id\",\"number\",\"url\",\"head\",\"base\"]},\"nullable\":true},\"app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"repository\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]},\"private\":{\"type\":\"boolean\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World\"},\"description\":{\"type\":\"string\",\"example\":\"This your first repo!\",\"nullable\":true},\"fork\":{\"type\":\"boolean\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World\"},\"archive_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\"},\"assignees_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/assignees{/user}\"},\"blobs_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\"},\"branches_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/branches{/branch}\"},\"collaborators_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\"},\"comments_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/comments{/number}\"},\"commits_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/commits{/sha}\"},\"compare_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\"},\"contents_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/contents/{+path}\"},\"contributors_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/contributors\"},\"deployments_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/deployments\"},\"downloads_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/downloads\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/events\"},\"forks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/forks\"},\"git_commits_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\"},\"git_refs_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\"},\"git_tags_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\"},\"git_url\":{\"type\":\"string\"},\"issue_comment_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\"},\"issue_events_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues/events{/number}\"},\"issues_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues{/number}\"},\"keys_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/keys{/key_id}\"},\"labels_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/labels{/name}\"},\"languages_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/languages\"},\"merges_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/merges\"},\"milestones_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/milestones{/number}\"},\"notifications_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\"},\"pulls_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/pulls{/number}\"},\"releases_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/releases{/id}\"},\"ssh_url\":{\"type\":\"string\"},\"stargazers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/stargazers\"},\"statuses_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/statuses/{sha}\"},\"subscribers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/subscribers\"},\"subscription_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/subscription\"},\"tags_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/tags\"},\"teams_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/teams\"},\"trees_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\"},\"clone_url\":{\"type\":\"string\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"forks_count\":{\"type\":\"integer\"},\"stargazers_count\":{\"type\":\"integer\"},\"watchers_count\":{\"type\":\"integer\"},\"size\":{\"description\":\"The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.\",\"type\":\"integer\"},\"default_branch\":{\"type\":\"string\"},\"open_issues_count\":{\"type\":\"integer\"},\"is_template\":{\"type\":\"boolean\"},\"topics\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"has_issues\":{\"type\":\"boolean\"},\"has_projects\":{\"type\":\"boolean\"},\"has_wiki\":{\"type\":\"boolean\"},\"has_pages\":{\"type\":\"boolean\"},\"has_downloads\":{\"type\":\"boolean\"},\"has_discussions\":{\"type\":\"boolean\"},\"archived\":{\"type\":\"boolean\"},\"disabled\":{\"type\":\"boolean\"},\"visibility\":{\"type\":\"string\"},\"pushed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:06:43Z\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:01:12Z\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:14:43Z\",\"nullable\":true},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.4, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4/).\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"},\"web_commit_signoff_required\":{\"type\":\"boolean\",\"example\":false},\"security_and_analysis\":{\"nullable\":true,\"type\":\"object\",\"properties\":{\"advanced_security\":{\"type\":\"object\",\"properties\":{\"status\":{\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}},\"dependabot_security_updates\":{\"description\":\"Enable or disable Dependabot security updates for the repository.\",\"type\":\"object\",\"properties\":{\"status\":{\"description\":\"The enablement status of Dependabot security updates for the repository.\",\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}},\"secret_scanning\":{\"type\":\"object\",\"properties\":{\"status\":{\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}},\"secret_scanning_push_protection\":{\"type\":\"object\",\"properties\":{\"status\":{\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}}}}},\"required\":[\"archive_url\",\"assignees_url\",\"blobs_url\",\"branches_url\",\"collaborators_url\",\"comments_url\",\"commits_url\",\"compare_url\",\"contents_url\",\"contributors_url\",\"deployments_url\",\"description\",\"downloads_url\",\"events_url\",\"fork\",\"forks_url\",\"full_name\",\"git_commits_url\",\"git_refs_url\",\"git_tags_url\",\"hooks_url\",\"html_url\",\"id\",\"node_id\",\"issue_comment_url\",\"issue_events_url\",\"issues_url\",\"keys_url\",\"labels_url\",\"languages_url\",\"merges_url\",\"milestones_url\",\"name\",\"notifications_url\",\"owner\",\"private\",\"pulls_url\",\"releases_url\",\"stargazers_url\",\"statuses_url\",\"subscribers_url\",\"subscription_url\",\"tags_url\",\"teams_url\",\"trees_url\",\"url\"]},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"head_commit\":{\"title\":\"Simple Commit\",\"description\":\"A commit.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\",\"description\":\"SHA for the commit\",\"example\":\"7638417db6d59f3c431d3e1f261cc637155684cd\"},\"tree_id\":{\"type\":\"string\",\"description\":\"SHA for the commit's tree\"},\"message\":{\"description\":\"Message describing the purpose of the commit\",\"example\":\"Fix #42\",\"type\":\"string\"},\"timestamp\":{\"description\":\"Timestamp of the commit\",\"example\":\"2014-08-09T08:02:04+12:00\",\"format\":\"date-time\",\"type\":\"string\"},\"author\":{\"type\":\"object\",\"description\":\"Information about the Git author\",\"properties\":{\"name\":{\"description\":\"Name of the commit's author\",\"example\":\"Monalisa Octocat\",\"type\":\"string\"},\"email\":{\"description\":\"Git email address of the commit's author\",\"example\":\"monalisa.octocat@example.com\",\"type\":\"string\",\"format\":\"email\"}},\"required\":[\"name\",\"email\"],\"nullable\":true},\"committer\":{\"type\":\"object\",\"description\":\"Information about the Git committer\",\"properties\":{\"name\":{\"description\":\"Name of the commit's committer\",\"example\":\"Monalisa Octocat\",\"type\":\"string\"},\"email\":{\"description\":\"Git email address of the commit's committer\",\"example\":\"monalisa.octocat@example.com\",\"type\":\"string\",\"format\":\"email\"}},\"required\":[\"name\",\"email\"],\"nullable\":true}},\"required\":[\"id\",\"tree_id\",\"message\",\"timestamp\",\"author\",\"committer\"]},\"latest_check_runs_count\":{\"type\":\"integer\"},\"check_runs_url\":{\"type\":\"string\"},\"rerequestable\":{\"type\":\"boolean\"},\"runs_rerequestable\":{\"type\":\"boolean\"}},\"required\":[\"id\",\"node_id\",\"head_branch\",\"status\",\"conclusion\",\"head_sha\",\"url\",\"before\",\"after\",\"created_at\",\"updated_at\",\"app\",\"head_commit\",\"repository\",\"latest_check_runs_count\",\"check_runs_url\",\"pull_requests\"]}" + "schema": "{\"title\":\"CheckSuite\",\"description\":\"A suite of checks performed on the code of a given code change\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":5},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkNoZWNrU3VpdGU1\"},\"head_branch\":{\"type\":\"string\",\"example\":\"master\",\"nullable\":true},\"head_sha\":{\"description\":\"The SHA of the head commit that is being checked.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"status\":{\"type\":\"string\",\"description\":\"The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.\",\"example\":\"completed\",\"enum\":[\"queued\",\"in_progress\",\"completed\",\"waiting\",\"requested\",\"pending\"],\"nullable\":true},\"conclusion\":{\"type\":\"string\",\"example\":\"neutral\",\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\",\"startup_failure\",\"stale\",null],\"nullable\":true},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-suites/5\",\"nullable\":true},\"before\":{\"type\":\"string\",\"example\":\"146e867f55c26428e5f9fade55a9bbf5e95a7912\",\"nullable\":true},\"after\":{\"type\":\"string\",\"example\":\"d6fde92930d4715a2b49857d24b940956b26d2d3\",\"nullable\":true},\"pull_requests\":{\"type\":\"array\",\"items\":{\"title\":\"Pull Request Minimal\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"number\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"head\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]},\"base\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]}},\"required\":[\"id\",\"number\",\"url\",\"head\",\"base\"]},\"nullable\":true},\"app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"repository\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]},\"private\":{\"type\":\"boolean\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World\"},\"description\":{\"type\":\"string\",\"example\":\"This your first repo!\",\"nullable\":true},\"fork\":{\"type\":\"boolean\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World\"},\"archive_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\"},\"assignees_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/assignees{/user}\"},\"blobs_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\"},\"branches_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/branches{/branch}\"},\"collaborators_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\"},\"comments_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/comments{/number}\"},\"commits_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/commits{/sha}\"},\"compare_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\"},\"contents_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/contents/{+path}\"},\"contributors_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/contributors\"},\"deployments_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/deployments\"},\"downloads_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/downloads\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/events\"},\"forks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/forks\"},\"git_commits_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\"},\"git_refs_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\"},\"git_tags_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\"},\"git_url\":{\"type\":\"string\"},\"issue_comment_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\"},\"issue_events_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues/events{/number}\"},\"issues_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues{/number}\"},\"keys_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/keys{/key_id}\"},\"labels_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/labels{/name}\"},\"languages_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/languages\"},\"merges_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/merges\"},\"milestones_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/milestones{/number}\"},\"notifications_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\"},\"pulls_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/pulls{/number}\"},\"releases_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/releases{/id}\"},\"ssh_url\":{\"type\":\"string\"},\"stargazers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/stargazers\"},\"statuses_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/statuses/{sha}\"},\"subscribers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/subscribers\"},\"subscription_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/subscription\"},\"tags_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/tags\"},\"teams_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/teams\"},\"trees_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\"},\"clone_url\":{\"type\":\"string\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"forks_count\":{\"type\":\"integer\"},\"stargazers_count\":{\"type\":\"integer\"},\"watchers_count\":{\"type\":\"integer\"},\"size\":{\"description\":\"The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.\",\"type\":\"integer\"},\"default_branch\":{\"type\":\"string\"},\"open_issues_count\":{\"type\":\"integer\"},\"is_template\":{\"type\":\"boolean\"},\"topics\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"has_issues\":{\"type\":\"boolean\"},\"has_projects\":{\"type\":\"boolean\"},\"has_wiki\":{\"type\":\"boolean\"},\"has_pages\":{\"type\":\"boolean\"},\"has_downloads\":{\"type\":\"boolean\"},\"has_discussions\":{\"type\":\"boolean\"},\"archived\":{\"type\":\"boolean\"},\"disabled\":{\"type\":\"boolean\"},\"visibility\":{\"type\":\"string\"},\"pushed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:06:43Z\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:01:12Z\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:14:43Z\",\"nullable\":true},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.4, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4/).\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"},\"web_commit_signoff_required\":{\"type\":\"boolean\",\"example\":false},\"security_and_analysis\":{\"nullable\":true,\"type\":\"object\",\"properties\":{\"advanced_security\":{\"type\":\"object\",\"properties\":{\"status\":{\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}},\"dependabot_security_updates\":{\"description\":\"Enable or disable Dependabot security updates for the repository.\",\"type\":\"object\",\"properties\":{\"status\":{\"description\":\"The enablement status of Dependabot security updates for the repository.\",\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}},\"secret_scanning\":{\"type\":\"object\",\"properties\":{\"status\":{\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}},\"secret_scanning_push_protection\":{\"type\":\"object\",\"properties\":{\"status\":{\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}}}}},\"required\":[\"archive_url\",\"assignees_url\",\"blobs_url\",\"branches_url\",\"collaborators_url\",\"comments_url\",\"commits_url\",\"compare_url\",\"contents_url\",\"contributors_url\",\"deployments_url\",\"description\",\"downloads_url\",\"events_url\",\"fork\",\"forks_url\",\"full_name\",\"git_commits_url\",\"git_refs_url\",\"git_tags_url\",\"hooks_url\",\"html_url\",\"id\",\"node_id\",\"issue_comment_url\",\"issue_events_url\",\"issues_url\",\"keys_url\",\"labels_url\",\"languages_url\",\"merges_url\",\"milestones_url\",\"name\",\"notifications_url\",\"owner\",\"private\",\"pulls_url\",\"releases_url\",\"stargazers_url\",\"statuses_url\",\"subscribers_url\",\"subscription_url\",\"tags_url\",\"teams_url\",\"trees_url\",\"url\"]},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"head_commit\":{\"title\":\"Simple Commit\",\"description\":\"A commit.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\",\"description\":\"SHA for the commit\",\"example\":\"7638417db6d59f3c431d3e1f261cc637155684cd\"},\"tree_id\":{\"type\":\"string\",\"description\":\"SHA for the commit's tree\"},\"message\":{\"description\":\"Message describing the purpose of the commit\",\"example\":\"Fix #42\",\"type\":\"string\"},\"timestamp\":{\"description\":\"Timestamp of the commit\",\"example\":\"2014-08-09T08:02:04+12:00\",\"format\":\"date-time\",\"type\":\"string\"},\"author\":{\"type\":\"object\",\"description\":\"Information about the Git author\",\"properties\":{\"name\":{\"description\":\"Name of the commit's author\",\"example\":\"Monalisa Octocat\",\"type\":\"string\"},\"email\":{\"description\":\"Git email address of the commit's author\",\"example\":\"monalisa.octocat@example.com\",\"type\":\"string\",\"format\":\"email\"}},\"required\":[\"name\",\"email\"],\"nullable\":true},\"committer\":{\"type\":\"object\",\"description\":\"Information about the Git committer\",\"properties\":{\"name\":{\"description\":\"Name of the commit's committer\",\"example\":\"Monalisa Octocat\",\"type\":\"string\"},\"email\":{\"description\":\"Git email address of the commit's committer\",\"example\":\"monalisa.octocat@example.com\",\"type\":\"string\",\"format\":\"email\"}},\"required\":[\"name\",\"email\"],\"nullable\":true}},\"required\":[\"id\",\"tree_id\",\"message\",\"timestamp\",\"author\",\"committer\"]},\"latest_check_runs_count\":{\"type\":\"integer\"},\"check_runs_url\":{\"type\":\"string\"},\"rerequestable\":{\"type\":\"boolean\"},\"runs_rerequestable\":{\"type\":\"boolean\"}},\"required\":[\"id\",\"node_id\",\"head_branch\",\"status\",\"conclusion\",\"head_sha\",\"url\",\"before\",\"after\",\"created_at\",\"updated_at\",\"app\",\"head_commit\",\"repository\",\"latest_check_runs_count\",\"check_runs_url\",\"pull_requests\"]}" } ], "parameters": [ @@ -3969,7 +3982,7 @@ "responses": [ { "code": 200, - "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"check_runs\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"check_runs\":{\"type\":\"array\",\"items\":{\"title\":\"CheckRun\",\"description\":\"A check performed on the code of a given code change\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the check.\",\"example\":21,\"type\":\"integer\"},\"head_sha\":{\"description\":\"The SHA of the commit that is being checked.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6Q2hlY2tSdW40\"},\"external_id\":{\"type\":\"string\",\"example\":\"42\",\"nullable\":true},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-runs/4\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/runs/4\",\"nullable\":true},\"details_url\":{\"type\":\"string\",\"example\":\"https://example.com\",\"nullable\":true},\"status\":{\"description\":\"The phase of the lifecycle that the check is currently in.\",\"example\":\"queued\",\"type\":\"string\",\"enum\":[\"queued\",\"in_progress\",\"completed\"]},\"conclusion\":{\"type\":\"string\",\"example\":\"neutral\",\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\"],\"nullable\":true},\"started_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-05-04T01:14:52Z\",\"nullable\":true},\"completed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-05-04T01:14:52Z\",\"nullable\":true},\"output\":{\"type\":\"object\",\"properties\":{\"title\":{\"type\":\"string\",\"nullable\":true},\"summary\":{\"type\":\"string\",\"nullable\":true},\"text\":{\"type\":\"string\",\"nullable\":true},\"annotations_count\":{\"type\":\"integer\"},\"annotations_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"title\",\"summary\",\"text\",\"annotations_count\",\"annotations_url\"]},\"name\":{\"description\":\"The name of the check.\",\"example\":\"test-coverage\",\"type\":\"string\"},\"check_suite\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"}},\"required\":[\"id\"],\"nullable\":true},\"app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"pull_requests\":{\"description\":\"Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check.\",\"type\":\"array\",\"items\":{\"title\":\"Pull Request Minimal\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"number\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"head\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]},\"base\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]}},\"required\":[\"id\",\"number\",\"url\",\"head\",\"base\"]}},\"deployment\":{\"title\":\"Deployment\",\"description\":\"A deployment created as the result of an Actions check run from a workflow that references an environment\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1\"},\"id\":{\"description\":\"Unique identifier of the deployment\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkRlcGxveW1lbnQx\"},\"task\":{\"description\":\"Parameter to specify a task to execute\",\"example\":\"deploy\",\"type\":\"string\"},\"original_environment\":{\"type\":\"string\",\"example\":\"staging\"},\"environment\":{\"description\":\"Name for the target deployment environment.\",\"example\":\"production\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"Deploy request from hubot\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"statuses_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1/statuses\"},\"repository_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example\"},\"transient_environment\":{\"description\":\"Specifies if the given environment is will no longer exist at some point in the future. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"production_environment\":{\"description\":\"Specifies if the given environment is one that end-users directly interact with. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true}},\"required\":[\"id\",\"node_id\",\"task\",\"environment\",\"description\",\"statuses_url\",\"repository_url\",\"url\",\"created_at\",\"updated_at\"]}},\"required\":[\"id\",\"node_id\",\"head_sha\",\"name\",\"url\",\"html_url\",\"details_url\",\"status\",\"conclusion\",\"started_at\",\"completed_at\",\"external_id\",\"check_suite\",\"output\",\"app\",\"pull_requests\"]}}}}" + "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"check_runs\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"check_runs\":{\"type\":\"array\",\"items\":{\"title\":\"CheckRun\",\"description\":\"A check performed on the code of a given code change\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the check.\",\"example\":21,\"type\":\"integer\"},\"head_sha\":{\"description\":\"The SHA of the commit that is being checked.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6Q2hlY2tSdW40\"},\"external_id\":{\"type\":\"string\",\"example\":\"42\",\"nullable\":true},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-runs/4\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/runs/4\",\"nullable\":true},\"details_url\":{\"type\":\"string\",\"example\":\"https://example.com\",\"nullable\":true},\"status\":{\"description\":\"The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.\",\"example\":\"queued\",\"type\":\"string\",\"enum\":[\"queued\",\"in_progress\",\"completed\",\"waiting\",\"requested\",\"pending\"]},\"conclusion\":{\"type\":\"string\",\"example\":\"neutral\",\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\"],\"nullable\":true},\"started_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-05-04T01:14:52Z\",\"nullable\":true},\"completed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-05-04T01:14:52Z\",\"nullable\":true},\"output\":{\"type\":\"object\",\"properties\":{\"title\":{\"type\":\"string\",\"nullable\":true},\"summary\":{\"type\":\"string\",\"nullable\":true},\"text\":{\"type\":\"string\",\"nullable\":true},\"annotations_count\":{\"type\":\"integer\"},\"annotations_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"title\",\"summary\",\"text\",\"annotations_count\",\"annotations_url\"]},\"name\":{\"description\":\"The name of the check.\",\"example\":\"test-coverage\",\"type\":\"string\"},\"check_suite\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"}},\"required\":[\"id\"],\"nullable\":true},\"app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"pull_requests\":{\"description\":\"Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check.\",\"type\":\"array\",\"items\":{\"title\":\"Pull Request Minimal\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"number\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"head\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]},\"base\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]}},\"required\":[\"id\",\"number\",\"url\",\"head\",\"base\"]}},\"deployment\":{\"title\":\"Deployment\",\"description\":\"A deployment created as the result of an Actions check run from a workflow that references an environment\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1\"},\"id\":{\"description\":\"Unique identifier of the deployment\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkRlcGxveW1lbnQx\"},\"task\":{\"description\":\"Parameter to specify a task to execute\",\"example\":\"deploy\",\"type\":\"string\"},\"original_environment\":{\"type\":\"string\",\"example\":\"staging\"},\"environment\":{\"description\":\"Name for the target deployment environment.\",\"example\":\"production\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"Deploy request from hubot\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"statuses_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1/statuses\"},\"repository_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example\"},\"transient_environment\":{\"description\":\"Specifies if the given environment is will no longer exist at some point in the future. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"production_environment\":{\"description\":\"Specifies if the given environment is one that end-users directly interact with. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true}},\"required\":[\"id\",\"node_id\",\"task\",\"environment\",\"description\",\"statuses_url\",\"repository_url\",\"url\",\"created_at\",\"updated_at\"]}},\"required\":[\"id\",\"node_id\",\"head_sha\",\"name\",\"url\",\"html_url\",\"details_url\",\"status\",\"conclusion\",\"started_at\",\"completed_at\",\"external_id\",\"check_suite\",\"output\",\"app\",\"pull_requests\"]}}}}" } ], "parameters": [ @@ -3993,7 +4006,7 @@ "responses": [ { "code": 200, - "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"check_runs\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"check_runs\":{\"type\":\"array\",\"items\":{\"title\":\"CheckRun\",\"description\":\"A check performed on the code of a given code change\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the check.\",\"example\":21,\"type\":\"integer\"},\"head_sha\":{\"description\":\"The SHA of the commit that is being checked.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6Q2hlY2tSdW40\"},\"external_id\":{\"type\":\"string\",\"example\":\"42\",\"nullable\":true},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-runs/4\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/runs/4\",\"nullable\":true},\"details_url\":{\"type\":\"string\",\"example\":\"https://example.com\",\"nullable\":true},\"status\":{\"description\":\"The phase of the lifecycle that the check is currently in.\",\"example\":\"queued\",\"type\":\"string\",\"enum\":[\"queued\",\"in_progress\",\"completed\"]},\"conclusion\":{\"type\":\"string\",\"example\":\"neutral\",\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\"],\"nullable\":true},\"started_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-05-04T01:14:52Z\",\"nullable\":true},\"completed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-05-04T01:14:52Z\",\"nullable\":true},\"output\":{\"type\":\"object\",\"properties\":{\"title\":{\"type\":\"string\",\"nullable\":true},\"summary\":{\"type\":\"string\",\"nullable\":true},\"text\":{\"type\":\"string\",\"nullable\":true},\"annotations_count\":{\"type\":\"integer\"},\"annotations_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"title\",\"summary\",\"text\",\"annotations_count\",\"annotations_url\"]},\"name\":{\"description\":\"The name of the check.\",\"example\":\"test-coverage\",\"type\":\"string\"},\"check_suite\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"}},\"required\":[\"id\"],\"nullable\":true},\"app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"pull_requests\":{\"description\":\"Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check.\",\"type\":\"array\",\"items\":{\"title\":\"Pull Request Minimal\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"number\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"head\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]},\"base\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]}},\"required\":[\"id\",\"number\",\"url\",\"head\",\"base\"]}},\"deployment\":{\"title\":\"Deployment\",\"description\":\"A deployment created as the result of an Actions check run from a workflow that references an environment\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1\"},\"id\":{\"description\":\"Unique identifier of the deployment\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkRlcGxveW1lbnQx\"},\"task\":{\"description\":\"Parameter to specify a task to execute\",\"example\":\"deploy\",\"type\":\"string\"},\"original_environment\":{\"type\":\"string\",\"example\":\"staging\"},\"environment\":{\"description\":\"Name for the target deployment environment.\",\"example\":\"production\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"Deploy request from hubot\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"statuses_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1/statuses\"},\"repository_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example\"},\"transient_environment\":{\"description\":\"Specifies if the given environment is will no longer exist at some point in the future. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"production_environment\":{\"description\":\"Specifies if the given environment is one that end-users directly interact with. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true}},\"required\":[\"id\",\"node_id\",\"task\",\"environment\",\"description\",\"statuses_url\",\"repository_url\",\"url\",\"created_at\",\"updated_at\"]}},\"required\":[\"id\",\"node_id\",\"head_sha\",\"name\",\"url\",\"html_url\",\"details_url\",\"status\",\"conclusion\",\"started_at\",\"completed_at\",\"external_id\",\"check_suite\",\"output\",\"app\",\"pull_requests\"]}}}}" + "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"check_runs\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"check_runs\":{\"type\":\"array\",\"items\":{\"title\":\"CheckRun\",\"description\":\"A check performed on the code of a given code change\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the check.\",\"example\":21,\"type\":\"integer\"},\"head_sha\":{\"description\":\"The SHA of the commit that is being checked.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6Q2hlY2tSdW40\"},\"external_id\":{\"type\":\"string\",\"example\":\"42\",\"nullable\":true},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-runs/4\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/runs/4\",\"nullable\":true},\"details_url\":{\"type\":\"string\",\"example\":\"https://example.com\",\"nullable\":true},\"status\":{\"description\":\"The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.\",\"example\":\"queued\",\"type\":\"string\",\"enum\":[\"queued\",\"in_progress\",\"completed\",\"waiting\",\"requested\",\"pending\"]},\"conclusion\":{\"type\":\"string\",\"example\":\"neutral\",\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\"],\"nullable\":true},\"started_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-05-04T01:14:52Z\",\"nullable\":true},\"completed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-05-04T01:14:52Z\",\"nullable\":true},\"output\":{\"type\":\"object\",\"properties\":{\"title\":{\"type\":\"string\",\"nullable\":true},\"summary\":{\"type\":\"string\",\"nullable\":true},\"text\":{\"type\":\"string\",\"nullable\":true},\"annotations_count\":{\"type\":\"integer\"},\"annotations_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"title\",\"summary\",\"text\",\"annotations_count\",\"annotations_url\"]},\"name\":{\"description\":\"The name of the check.\",\"example\":\"test-coverage\",\"type\":\"string\"},\"check_suite\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"}},\"required\":[\"id\"],\"nullable\":true},\"app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"pull_requests\":{\"description\":\"Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check.\",\"type\":\"array\",\"items\":{\"title\":\"Pull Request Minimal\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"number\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"head\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]},\"base\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]}},\"required\":[\"id\",\"number\",\"url\",\"head\",\"base\"]}},\"deployment\":{\"title\":\"Deployment\",\"description\":\"A deployment created as the result of an Actions check run from a workflow that references an environment\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1\"},\"id\":{\"description\":\"Unique identifier of the deployment\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkRlcGxveW1lbnQx\"},\"task\":{\"description\":\"Parameter to specify a task to execute\",\"example\":\"deploy\",\"type\":\"string\"},\"original_environment\":{\"type\":\"string\",\"example\":\"staging\"},\"environment\":{\"description\":\"Name for the target deployment environment.\",\"example\":\"production\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"Deploy request from hubot\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"statuses_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1/statuses\"},\"repository_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example\"},\"transient_environment\":{\"description\":\"Specifies if the given environment is will no longer exist at some point in the future. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"production_environment\":{\"description\":\"Specifies if the given environment is one that end-users directly interact with. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true}},\"required\":[\"id\",\"node_id\",\"task\",\"environment\",\"description\",\"statuses_url\",\"repository_url\",\"url\",\"created_at\",\"updated_at\"]}},\"required\":[\"id\",\"node_id\",\"head_sha\",\"name\",\"url\",\"html_url\",\"details_url\",\"status\",\"conclusion\",\"started_at\",\"completed_at\",\"external_id\",\"check_suite\",\"output\",\"app\",\"pull_requests\"]}}}}" } ], "parameters": [ @@ -4016,7 +4029,7 @@ "responses": [ { "code": 200, - "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"check_suites\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"check_suites\":{\"type\":\"array\",\"items\":{\"title\":\"CheckSuite\",\"description\":\"A suite of checks performed on the code of a given code change\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":5},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkNoZWNrU3VpdGU1\"},\"head_branch\":{\"type\":\"string\",\"example\":\"master\",\"nullable\":true},\"head_sha\":{\"description\":\"The SHA of the head commit that is being checked.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"status\":{\"type\":\"string\",\"example\":\"completed\",\"enum\":[\"queued\",\"in_progress\",\"completed\"],\"nullable\":true},\"conclusion\":{\"type\":\"string\",\"example\":\"neutral\",\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\",\"startup_failure\",\"stale\",null],\"nullable\":true},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-suites/5\",\"nullable\":true},\"before\":{\"type\":\"string\",\"example\":\"146e867f55c26428e5f9fade55a9bbf5e95a7912\",\"nullable\":true},\"after\":{\"type\":\"string\",\"example\":\"d6fde92930d4715a2b49857d24b940956b26d2d3\",\"nullable\":true},\"pull_requests\":{\"type\":\"array\",\"items\":{\"title\":\"Pull Request Minimal\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"number\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"head\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]},\"base\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]}},\"required\":[\"id\",\"number\",\"url\",\"head\",\"base\"]},\"nullable\":true},\"app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"repository\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]},\"private\":{\"type\":\"boolean\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World\"},\"description\":{\"type\":\"string\",\"example\":\"This your first repo!\",\"nullable\":true},\"fork\":{\"type\":\"boolean\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World\"},\"archive_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\"},\"assignees_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/assignees{/user}\"},\"blobs_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\"},\"branches_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/branches{/branch}\"},\"collaborators_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\"},\"comments_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/comments{/number}\"},\"commits_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/commits{/sha}\"},\"compare_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\"},\"contents_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/contents/{+path}\"},\"contributors_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/contributors\"},\"deployments_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/deployments\"},\"downloads_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/downloads\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/events\"},\"forks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/forks\"},\"git_commits_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\"},\"git_refs_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\"},\"git_tags_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\"},\"git_url\":{\"type\":\"string\"},\"issue_comment_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\"},\"issue_events_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues/events{/number}\"},\"issues_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues{/number}\"},\"keys_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/keys{/key_id}\"},\"labels_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/labels{/name}\"},\"languages_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/languages\"},\"merges_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/merges\"},\"milestones_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/milestones{/number}\"},\"notifications_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\"},\"pulls_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/pulls{/number}\"},\"releases_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/releases{/id}\"},\"ssh_url\":{\"type\":\"string\"},\"stargazers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/stargazers\"},\"statuses_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/statuses/{sha}\"},\"subscribers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/subscribers\"},\"subscription_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/subscription\"},\"tags_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/tags\"},\"teams_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/teams\"},\"trees_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\"},\"clone_url\":{\"type\":\"string\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"forks_count\":{\"type\":\"integer\"},\"stargazers_count\":{\"type\":\"integer\"},\"watchers_count\":{\"type\":\"integer\"},\"size\":{\"description\":\"The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.\",\"type\":\"integer\"},\"default_branch\":{\"type\":\"string\"},\"open_issues_count\":{\"type\":\"integer\"},\"is_template\":{\"type\":\"boolean\"},\"topics\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"has_issues\":{\"type\":\"boolean\"},\"has_projects\":{\"type\":\"boolean\"},\"has_wiki\":{\"type\":\"boolean\"},\"has_pages\":{\"type\":\"boolean\"},\"has_downloads\":{\"type\":\"boolean\"},\"has_discussions\":{\"type\":\"boolean\"},\"archived\":{\"type\":\"boolean\"},\"disabled\":{\"type\":\"boolean\"},\"visibility\":{\"type\":\"string\"},\"pushed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:06:43Z\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:01:12Z\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:14:43Z\",\"nullable\":true},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.4, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4/).\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"},\"web_commit_signoff_required\":{\"type\":\"boolean\",\"example\":false},\"security_and_analysis\":{\"nullable\":true,\"type\":\"object\",\"properties\":{\"advanced_security\":{\"type\":\"object\",\"properties\":{\"status\":{\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}},\"dependabot_security_updates\":{\"description\":\"Enable or disable Dependabot security updates for the repository.\",\"type\":\"object\",\"properties\":{\"status\":{\"description\":\"The enablement status of Dependabot security updates for the repository.\",\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}},\"secret_scanning\":{\"type\":\"object\",\"properties\":{\"status\":{\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}},\"secret_scanning_push_protection\":{\"type\":\"object\",\"properties\":{\"status\":{\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}}}}},\"required\":[\"archive_url\",\"assignees_url\",\"blobs_url\",\"branches_url\",\"collaborators_url\",\"comments_url\",\"commits_url\",\"compare_url\",\"contents_url\",\"contributors_url\",\"deployments_url\",\"description\",\"downloads_url\",\"events_url\",\"fork\",\"forks_url\",\"full_name\",\"git_commits_url\",\"git_refs_url\",\"git_tags_url\",\"hooks_url\",\"html_url\",\"id\",\"node_id\",\"issue_comment_url\",\"issue_events_url\",\"issues_url\",\"keys_url\",\"labels_url\",\"languages_url\",\"merges_url\",\"milestones_url\",\"name\",\"notifications_url\",\"owner\",\"private\",\"pulls_url\",\"releases_url\",\"stargazers_url\",\"statuses_url\",\"subscribers_url\",\"subscription_url\",\"tags_url\",\"teams_url\",\"trees_url\",\"url\"]},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"head_commit\":{\"title\":\"Simple Commit\",\"description\":\"A commit.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\",\"description\":\"SHA for the commit\",\"example\":\"7638417db6d59f3c431d3e1f261cc637155684cd\"},\"tree_id\":{\"type\":\"string\",\"description\":\"SHA for the commit's tree\"},\"message\":{\"description\":\"Message describing the purpose of the commit\",\"example\":\"Fix #42\",\"type\":\"string\"},\"timestamp\":{\"description\":\"Timestamp of the commit\",\"example\":\"2014-08-09T08:02:04+12:00\",\"format\":\"date-time\",\"type\":\"string\"},\"author\":{\"type\":\"object\",\"description\":\"Information about the Git author\",\"properties\":{\"name\":{\"description\":\"Name of the commit's author\",\"example\":\"Monalisa Octocat\",\"type\":\"string\"},\"email\":{\"description\":\"Git email address of the commit's author\",\"example\":\"monalisa.octocat@example.com\",\"type\":\"string\",\"format\":\"email\"}},\"required\":[\"name\",\"email\"],\"nullable\":true},\"committer\":{\"type\":\"object\",\"description\":\"Information about the Git committer\",\"properties\":{\"name\":{\"description\":\"Name of the commit's committer\",\"example\":\"Monalisa Octocat\",\"type\":\"string\"},\"email\":{\"description\":\"Git email address of the commit's committer\",\"example\":\"monalisa.octocat@example.com\",\"type\":\"string\",\"format\":\"email\"}},\"required\":[\"name\",\"email\"],\"nullable\":true}},\"required\":[\"id\",\"tree_id\",\"message\",\"timestamp\",\"author\",\"committer\"]},\"latest_check_runs_count\":{\"type\":\"integer\"},\"check_runs_url\":{\"type\":\"string\"},\"rerequestable\":{\"type\":\"boolean\"},\"runs_rerequestable\":{\"type\":\"boolean\"}},\"required\":[\"id\",\"node_id\",\"head_branch\",\"status\",\"conclusion\",\"head_sha\",\"url\",\"before\",\"after\",\"created_at\",\"updated_at\",\"app\",\"head_commit\",\"repository\",\"latest_check_runs_count\",\"check_runs_url\",\"pull_requests\"]}}}}" + "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"check_suites\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"check_suites\":{\"type\":\"array\",\"items\":{\"title\":\"CheckSuite\",\"description\":\"A suite of checks performed on the code of a given code change\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":5},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkNoZWNrU3VpdGU1\"},\"head_branch\":{\"type\":\"string\",\"example\":\"master\",\"nullable\":true},\"head_sha\":{\"description\":\"The SHA of the head commit that is being checked.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"status\":{\"type\":\"string\",\"description\":\"The phase of the lifecycle that the check suite is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check suites.\",\"example\":\"completed\",\"enum\":[\"queued\",\"in_progress\",\"completed\",\"waiting\",\"requested\",\"pending\"],\"nullable\":true},\"conclusion\":{\"type\":\"string\",\"example\":\"neutral\",\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\",\"startup_failure\",\"stale\",null],\"nullable\":true},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-suites/5\",\"nullable\":true},\"before\":{\"type\":\"string\",\"example\":\"146e867f55c26428e5f9fade55a9bbf5e95a7912\",\"nullable\":true},\"after\":{\"type\":\"string\",\"example\":\"d6fde92930d4715a2b49857d24b940956b26d2d3\",\"nullable\":true},\"pull_requests\":{\"type\":\"array\",\"items\":{\"title\":\"Pull Request Minimal\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"number\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"head\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]},\"base\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]}},\"required\":[\"id\",\"number\",\"url\",\"head\",\"base\"]},\"nullable\":true},\"app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"repository\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]},\"private\":{\"type\":\"boolean\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World\"},\"description\":{\"type\":\"string\",\"example\":\"This your first repo!\",\"nullable\":true},\"fork\":{\"type\":\"boolean\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World\"},\"archive_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\"},\"assignees_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/assignees{/user}\"},\"blobs_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\"},\"branches_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/branches{/branch}\"},\"collaborators_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\"},\"comments_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/comments{/number}\"},\"commits_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/commits{/sha}\"},\"compare_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\"},\"contents_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/contents/{+path}\"},\"contributors_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/contributors\"},\"deployments_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/deployments\"},\"downloads_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/downloads\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/events\"},\"forks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/forks\"},\"git_commits_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\"},\"git_refs_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\"},\"git_tags_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\"},\"git_url\":{\"type\":\"string\"},\"issue_comment_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\"},\"issue_events_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues/events{/number}\"},\"issues_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues{/number}\"},\"keys_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/keys{/key_id}\"},\"labels_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/labels{/name}\"},\"languages_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/languages\"},\"merges_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/merges\"},\"milestones_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/milestones{/number}\"},\"notifications_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\"},\"pulls_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/pulls{/number}\"},\"releases_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/releases{/id}\"},\"ssh_url\":{\"type\":\"string\"},\"stargazers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/stargazers\"},\"statuses_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/statuses/{sha}\"},\"subscribers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/subscribers\"},\"subscription_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/subscription\"},\"tags_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/tags\"},\"teams_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/teams\"},\"trees_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\"},\"clone_url\":{\"type\":\"string\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"forks_count\":{\"type\":\"integer\"},\"stargazers_count\":{\"type\":\"integer\"},\"watchers_count\":{\"type\":\"integer\"},\"size\":{\"description\":\"The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.\",\"type\":\"integer\"},\"default_branch\":{\"type\":\"string\"},\"open_issues_count\":{\"type\":\"integer\"},\"is_template\":{\"type\":\"boolean\"},\"topics\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"has_issues\":{\"type\":\"boolean\"},\"has_projects\":{\"type\":\"boolean\"},\"has_wiki\":{\"type\":\"boolean\"},\"has_pages\":{\"type\":\"boolean\"},\"has_downloads\":{\"type\":\"boolean\"},\"has_discussions\":{\"type\":\"boolean\"},\"archived\":{\"type\":\"boolean\"},\"disabled\":{\"type\":\"boolean\"},\"visibility\":{\"type\":\"string\"},\"pushed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:06:43Z\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:01:12Z\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:14:43Z\",\"nullable\":true},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.4, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4/).\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"},\"web_commit_signoff_required\":{\"type\":\"boolean\",\"example\":false},\"security_and_analysis\":{\"nullable\":true,\"type\":\"object\",\"properties\":{\"advanced_security\":{\"type\":\"object\",\"properties\":{\"status\":{\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}},\"dependabot_security_updates\":{\"description\":\"Enable or disable Dependabot security updates for the repository.\",\"type\":\"object\",\"properties\":{\"status\":{\"description\":\"The enablement status of Dependabot security updates for the repository.\",\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}},\"secret_scanning\":{\"type\":\"object\",\"properties\":{\"status\":{\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}},\"secret_scanning_push_protection\":{\"type\":\"object\",\"properties\":{\"status\":{\"type\":\"string\",\"enum\":[\"enabled\",\"disabled\"]}}}}}},\"required\":[\"archive_url\",\"assignees_url\",\"blobs_url\",\"branches_url\",\"collaborators_url\",\"comments_url\",\"commits_url\",\"compare_url\",\"contents_url\",\"contributors_url\",\"deployments_url\",\"description\",\"downloads_url\",\"events_url\",\"fork\",\"forks_url\",\"full_name\",\"git_commits_url\",\"git_refs_url\",\"git_tags_url\",\"hooks_url\",\"html_url\",\"id\",\"node_id\",\"issue_comment_url\",\"issue_events_url\",\"issues_url\",\"keys_url\",\"labels_url\",\"languages_url\",\"merges_url\",\"milestones_url\",\"name\",\"notifications_url\",\"owner\",\"private\",\"pulls_url\",\"releases_url\",\"stargazers_url\",\"statuses_url\",\"subscribers_url\",\"subscription_url\",\"tags_url\",\"teams_url\",\"trees_url\",\"url\"]},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"head_commit\":{\"title\":\"Simple Commit\",\"description\":\"A commit.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\",\"description\":\"SHA for the commit\",\"example\":\"7638417db6d59f3c431d3e1f261cc637155684cd\"},\"tree_id\":{\"type\":\"string\",\"description\":\"SHA for the commit's tree\"},\"message\":{\"description\":\"Message describing the purpose of the commit\",\"example\":\"Fix #42\",\"type\":\"string\"},\"timestamp\":{\"description\":\"Timestamp of the commit\",\"example\":\"2014-08-09T08:02:04+12:00\",\"format\":\"date-time\",\"type\":\"string\"},\"author\":{\"type\":\"object\",\"description\":\"Information about the Git author\",\"properties\":{\"name\":{\"description\":\"Name of the commit's author\",\"example\":\"Monalisa Octocat\",\"type\":\"string\"},\"email\":{\"description\":\"Git email address of the commit's author\",\"example\":\"monalisa.octocat@example.com\",\"type\":\"string\",\"format\":\"email\"}},\"required\":[\"name\",\"email\"],\"nullable\":true},\"committer\":{\"type\":\"object\",\"description\":\"Information about the Git committer\",\"properties\":{\"name\":{\"description\":\"Name of the commit's committer\",\"example\":\"Monalisa Octocat\",\"type\":\"string\"},\"email\":{\"description\":\"Git email address of the commit's committer\",\"example\":\"monalisa.octocat@example.com\",\"type\":\"string\",\"format\":\"email\"}},\"required\":[\"name\",\"email\"],\"nullable\":true}},\"required\":[\"id\",\"tree_id\",\"message\",\"timestamp\",\"author\",\"committer\"]},\"latest_check_runs_count\":{\"type\":\"integer\"},\"check_runs_url\":{\"type\":\"string\"},\"rerequestable\":{\"type\":\"boolean\"},\"runs_rerequestable\":{\"type\":\"boolean\"}},\"required\":[\"id\",\"node_id\",\"head_branch\",\"status\",\"conclusion\",\"head_sha\",\"url\",\"before\",\"after\",\"created_at\",\"updated_at\",\"app\",\"head_commit\",\"repository\",\"latest_check_runs_count\",\"check_runs_url\",\"pull_requests\"]}}}}" } ], "parameters": [ @@ -4106,7 +4119,7 @@ "responses": [ { "code": 200, - "schema": "{\"title\":\"CheckRun\",\"description\":\"A check performed on the code of a given code change\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the check.\",\"example\":21,\"type\":\"integer\"},\"head_sha\":{\"description\":\"The SHA of the commit that is being checked.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6Q2hlY2tSdW40\"},\"external_id\":{\"type\":\"string\",\"example\":\"42\",\"nullable\":true},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-runs/4\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/runs/4\",\"nullable\":true},\"details_url\":{\"type\":\"string\",\"example\":\"https://example.com\",\"nullable\":true},\"status\":{\"description\":\"The phase of the lifecycle that the check is currently in.\",\"example\":\"queued\",\"type\":\"string\",\"enum\":[\"queued\",\"in_progress\",\"completed\"]},\"conclusion\":{\"type\":\"string\",\"example\":\"neutral\",\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\"],\"nullable\":true},\"started_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-05-04T01:14:52Z\",\"nullable\":true},\"completed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-05-04T01:14:52Z\",\"nullable\":true},\"output\":{\"type\":\"object\",\"properties\":{\"title\":{\"type\":\"string\",\"nullable\":true},\"summary\":{\"type\":\"string\",\"nullable\":true},\"text\":{\"type\":\"string\",\"nullable\":true},\"annotations_count\":{\"type\":\"integer\"},\"annotations_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"title\",\"summary\",\"text\",\"annotations_count\",\"annotations_url\"]},\"name\":{\"description\":\"The name of the check.\",\"example\":\"test-coverage\",\"type\":\"string\"},\"check_suite\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"}},\"required\":[\"id\"],\"nullable\":true},\"app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"pull_requests\":{\"description\":\"Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check.\",\"type\":\"array\",\"items\":{\"title\":\"Pull Request Minimal\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"number\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"head\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]},\"base\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]}},\"required\":[\"id\",\"number\",\"url\",\"head\",\"base\"]}},\"deployment\":{\"title\":\"Deployment\",\"description\":\"A deployment created as the result of an Actions check run from a workflow that references an environment\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1\"},\"id\":{\"description\":\"Unique identifier of the deployment\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkRlcGxveW1lbnQx\"},\"task\":{\"description\":\"Parameter to specify a task to execute\",\"example\":\"deploy\",\"type\":\"string\"},\"original_environment\":{\"type\":\"string\",\"example\":\"staging\"},\"environment\":{\"description\":\"Name for the target deployment environment.\",\"example\":\"production\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"Deploy request from hubot\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"statuses_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1/statuses\"},\"repository_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example\"},\"transient_environment\":{\"description\":\"Specifies if the given environment is will no longer exist at some point in the future. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"production_environment\":{\"description\":\"Specifies if the given environment is one that end-users directly interact with. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true}},\"required\":[\"id\",\"node_id\",\"task\",\"environment\",\"description\",\"statuses_url\",\"repository_url\",\"url\",\"created_at\",\"updated_at\"]}},\"required\":[\"id\",\"node_id\",\"head_sha\",\"name\",\"url\",\"html_url\",\"details_url\",\"status\",\"conclusion\",\"started_at\",\"completed_at\",\"external_id\",\"check_suite\",\"output\",\"app\",\"pull_requests\"]}" + "schema": "{\"title\":\"CheckRun\",\"description\":\"A check performed on the code of a given code change\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the check.\",\"example\":21,\"type\":\"integer\"},\"head_sha\":{\"description\":\"The SHA of the commit that is being checked.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6Q2hlY2tSdW40\"},\"external_id\":{\"type\":\"string\",\"example\":\"42\",\"nullable\":true},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-runs/4\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/runs/4\",\"nullable\":true},\"details_url\":{\"type\":\"string\",\"example\":\"https://example.com\",\"nullable\":true},\"status\":{\"description\":\"The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.\",\"example\":\"queued\",\"type\":\"string\",\"enum\":[\"queued\",\"in_progress\",\"completed\",\"waiting\",\"requested\",\"pending\"]},\"conclusion\":{\"type\":\"string\",\"example\":\"neutral\",\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\"],\"nullable\":true},\"started_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-05-04T01:14:52Z\",\"nullable\":true},\"completed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-05-04T01:14:52Z\",\"nullable\":true},\"output\":{\"type\":\"object\",\"properties\":{\"title\":{\"type\":\"string\",\"nullable\":true},\"summary\":{\"type\":\"string\",\"nullable\":true},\"text\":{\"type\":\"string\",\"nullable\":true},\"annotations_count\":{\"type\":\"integer\"},\"annotations_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"title\",\"summary\",\"text\",\"annotations_count\",\"annotations_url\"]},\"name\":{\"description\":\"The name of the check.\",\"example\":\"test-coverage\",\"type\":\"string\"},\"check_suite\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"}},\"required\":[\"id\"],\"nullable\":true},\"app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"pull_requests\":{\"description\":\"Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check.\",\"type\":\"array\",\"items\":{\"title\":\"Pull Request Minimal\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"number\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"head\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]},\"base\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]}},\"required\":[\"id\",\"number\",\"url\",\"head\",\"base\"]}},\"deployment\":{\"title\":\"Deployment\",\"description\":\"A deployment created as the result of an Actions check run from a workflow that references an environment\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1\"},\"id\":{\"description\":\"Unique identifier of the deployment\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkRlcGxveW1lbnQx\"},\"task\":{\"description\":\"Parameter to specify a task to execute\",\"example\":\"deploy\",\"type\":\"string\"},\"original_environment\":{\"type\":\"string\",\"example\":\"staging\"},\"environment\":{\"description\":\"Name for the target deployment environment.\",\"example\":\"production\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"Deploy request from hubot\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"statuses_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1/statuses\"},\"repository_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example\"},\"transient_environment\":{\"description\":\"Specifies if the given environment is will no longer exist at some point in the future. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"production_environment\":{\"description\":\"Specifies if the given environment is one that end-users directly interact with. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true}},\"required\":[\"id\",\"node_id\",\"task\",\"environment\",\"description\",\"statuses_url\",\"repository_url\",\"url\",\"created_at\",\"updated_at\"]}},\"required\":[\"id\",\"node_id\",\"head_sha\",\"name\",\"url\",\"html_url\",\"details_url\",\"status\",\"conclusion\",\"started_at\",\"completed_at\",\"external_id\",\"check_suite\",\"output\",\"app\",\"pull_requests\"]}" } ], "parameters": [ @@ -6266,6 +6279,7 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" }, + { "code": 422, "schema": null }, { "code": 500, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" @@ -7425,6 +7439,10 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" }, + { + "code": 409, + "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" + }, { "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" @@ -7458,6 +7476,10 @@ "code": 201, "schema": "{\"title\":\"Git Reference\",\"description\":\"Git references within a repository\",\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"object\":{\"type\":\"object\",\"properties\":{\"type\":{\"type\":\"string\"},\"sha\":{\"description\":\"SHA for the reference\",\"example\":\"7638417db6d59f3c431d3e1f261cc637155684cd\",\"type\":\"string\",\"minLength\":40,\"maxLength\":40},\"url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"type\",\"sha\",\"url\"]}},\"required\":[\"ref\",\"node_id\",\"url\",\"object\"]}" }, + { + "code": 409, + "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" + }, { "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" @@ -7481,6 +7503,10 @@ "code": 201, "schema": "{\"title\":\"Git Tag\",\"description\":\"Metadata for a Git tag\",\"type\":\"object\",\"properties\":{\"node_id\":{\"type\":\"string\",\"example\":\"MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw==\"},\"tag\":{\"description\":\"Name of the tag\",\"example\":\"v0.0.1\",\"type\":\"string\"},\"sha\":{\"type\":\"string\",\"example\":\"940bd336248efae0f9ee5bc7b2d5c985887b16ac\"},\"url\":{\"description\":\"URL for the tag\",\"example\":\"https://api.github.com/repositories/42/git/tags/940bd336248efae0f9ee5bc7b2d5c985887b16ac\",\"type\":\"string\",\"format\":\"uri\"},\"message\":{\"description\":\"Message describing the purpose of the tag\",\"example\":\"Initial public release\",\"type\":\"string\"},\"tagger\":{\"type\":\"object\",\"properties\":{\"date\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"date\",\"email\",\"name\"]},\"object\":{\"type\":\"object\",\"properties\":{\"sha\":{\"type\":\"string\"},\"type\":{\"type\":\"string\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"sha\",\"type\",\"url\"]},\"verification\":{\"title\":\"Verification\",\"type\":\"object\",\"properties\":{\"verified\":{\"type\":\"boolean\"},\"reason\":{\"type\":\"string\"},\"payload\":{\"type\":\"string\",\"nullable\":true},\"signature\":{\"type\":\"string\",\"nullable\":true}},\"required\":[\"verified\",\"reason\",\"payload\",\"signature\"]}},\"required\":[\"sha\",\"url\",\"node_id\",\"tagger\",\"object\",\"tag\",\"message\"]}" }, + { + "code": 409, + "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" + }, { "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" @@ -7518,6 +7544,10 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" }, + { + "code": 409, + "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" + }, { "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" @@ -7543,6 +7573,10 @@ "renamed": null, "responses": [ { "code": 204, "schema": null }, + { + "code": 409, + "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" + }, { "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" @@ -7569,6 +7603,10 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" }, + { + "code": 409, + "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" + }, { "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" @@ -7594,6 +7632,10 @@ { "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" + }, + { + "code": 409, + "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } ], "parameters": [ @@ -7616,6 +7658,10 @@ { "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" + }, + { + "code": 409, + "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } ], "parameters": [{ "name": "owner" }, { "name": "repo" }, { "name": "ref" }] @@ -7634,6 +7680,10 @@ { "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" + }, + { + "code": 409, + "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } ], "parameters": [ @@ -7657,6 +7707,10 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" }, + { + "code": 409, + "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" + }, { "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" @@ -7679,6 +7733,10 @@ { "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Git Reference\",\"description\":\"Git references within a repository\",\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"object\":{\"type\":\"object\",\"properties\":{\"type\":{\"type\":\"string\"},\"sha\":{\"description\":\"SHA for the reference\",\"example\":\"7638417db6d59f3c431d3e1f261cc637155684cd\",\"type\":\"string\",\"minLength\":40,\"maxLength\":40},\"url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"type\",\"sha\",\"url\"]}},\"required\":[\"ref\",\"node_id\",\"url\",\"object\"]}}" + }, + { + "code": 409, + "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } ], "parameters": [{ "name": "owner" }, { "name": "repo" }, { "name": "ref" }] @@ -7694,6 +7752,10 @@ "code": 200, "schema": "{\"title\":\"Git Reference\",\"description\":\"Git references within a repository\",\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"object\":{\"type\":\"object\",\"properties\":{\"type\":{\"type\":\"string\"},\"sha\":{\"description\":\"SHA for the reference\",\"example\":\"7638417db6d59f3c431d3e1f261cc637155684cd\",\"type\":\"string\",\"minLength\":40,\"maxLength\":40},\"url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"type\",\"sha\",\"url\"]}},\"required\":[\"ref\",\"node_id\",\"url\",\"object\"]}" }, + { + "code": 409, + "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" + }, { "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" @@ -9041,7 +9103,7 @@ "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } ], - "parameters": [{ "name": "owner" }, { "name": "repo" }] + "parameters": [{ "name": "owner" }, { "name": "repo" }, { "name": "ref" }] }, { "url": "/markdown", @@ -9131,7 +9193,7 @@ "responses": [ { "code": 200, - "schema": "{\"type\":\"object\",\"properties\":{\"current_user_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"current_user_authorizations_html_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"authorizations_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"code_search_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"commit_search_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"emails_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"emojis_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"feeds_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"following_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"gists_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"hub_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"issue_search_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"issues_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"keys_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"label_search_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"notifications_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"organization_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"organization_repositories_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"organization_teams_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"public_gists_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"rate_limit_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"repository_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"repository_search_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"current_user_repositories_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"starred_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"starred_gists_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"topic_search_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"user_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"user_organizations_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"user_repositories_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"user_search_url\":{\"type\":\"string\",\"format\":\"uri-template\"}},\"required\":[\"current_user_url\",\"current_user_authorizations_html_url\",\"authorizations_url\",\"code_search_url\",\"commit_search_url\",\"emails_url\",\"emojis_url\",\"events_url\",\"feeds_url\",\"followers_url\",\"following_url\",\"gists_url\",\"hub_url\",\"issue_search_url\",\"issues_url\",\"keys_url\",\"label_search_url\",\"notifications_url\",\"organization_url\",\"organization_repositories_url\",\"organization_teams_url\",\"public_gists_url\",\"rate_limit_url\",\"repository_url\",\"repository_search_url\",\"current_user_repositories_url\",\"starred_url\",\"starred_gists_url\",\"user_url\",\"user_organizations_url\",\"user_repositories_url\",\"user_search_url\"]}" + "schema": "{\"type\":\"object\",\"properties\":{\"current_user_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"current_user_authorizations_html_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"authorizations_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"code_search_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"commit_search_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"emails_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"emojis_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"feeds_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"following_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"gists_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"hub_url\":{\"type\":\"string\",\"format\":\"uri-template\",\"deprecated\":true},\"issue_search_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"issues_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"keys_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"label_search_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"notifications_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"organization_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"organization_repositories_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"organization_teams_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"public_gists_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"rate_limit_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"repository_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"repository_search_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"current_user_repositories_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"starred_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"starred_gists_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"topic_search_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"user_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"user_organizations_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"user_repositories_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"user_search_url\":{\"type\":\"string\",\"format\":\"uri-template\"}},\"required\":[\"current_user_url\",\"current_user_authorizations_html_url\",\"authorizations_url\",\"code_search_url\",\"commit_search_url\",\"emails_url\",\"emojis_url\",\"events_url\",\"feeds_url\",\"followers_url\",\"following_url\",\"gists_url\",\"issue_search_url\",\"issues_url\",\"keys_url\",\"label_search_url\",\"notifications_url\",\"organization_url\",\"organization_repositories_url\",\"organization_teams_url\",\"public_gists_url\",\"rate_limit_url\",\"repository_url\",\"repository_search_url\",\"current_user_repositories_url\",\"starred_url\",\"starred_gists_url\",\"user_url\",\"user_organizations_url\",\"user_repositories_url\",\"user_search_url\"]}" } ], "parameters": [] @@ -13086,6 +13148,10 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" }, + { + "code": 406, + "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" + }, { "code": 500, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" @@ -14336,6 +14402,28 @@ { "name": "username" } ] }, + { + "url": "/repos/{owner}/{repo}/private-vulnerability-reporting", + "id": "check-private-vulnerability-reporting", + "scope": "repos", + "documentationUrl": "https://docs.github.com/rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository", + "renamed": null, + "responses": [ + { + "code": 200, + "schema": "{\"type\":\"object\",\"properties\":{\"enabled\":{\"type\":\"boolean\",\"description\":\"Whether or not private vulnerability reporting is enabled for the repository.\"}},\"required\":[\"enabled\"]}" + }, + { + "code": 422, + "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" + }, + { + "code": 422, + "schema": "{\"title\":\"Scim Error\",\"description\":\"Scim Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\",\"nullable\":true},\"documentation_url\":{\"type\":\"string\",\"nullable\":true},\"detail\":{\"type\":\"string\",\"nullable\":true},\"status\":{\"type\":\"integer\"},\"scimType\":{\"type\":\"string\",\"nullable\":true},\"schemas\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" + } + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] + }, { "url": "/repos/{owner}/{repo}/vulnerability-alerts", "id": "check-vulnerability-alerts", @@ -14659,6 +14747,10 @@ "renamed": null, "responses": [ { "code": 204, "schema": null }, + { + "code": 404, + "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" + }, { "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" @@ -16185,6 +16277,10 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" }, + { + "code": 409, + "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" + }, { "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" @@ -17224,6 +17320,10 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Branch Short\",\"description\":\"Branch Short\",\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"commit\":{\"type\":\"object\",\"properties\":{\"sha\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"}},\"required\":[\"sha\",\"url\"]},\"protected\":{\"type\":\"boolean\"}},\"required\":[\"name\",\"commit\",\"protected\"]}}" }, + { + "code": 409, + "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" + }, { "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" @@ -17718,6 +17818,10 @@ { "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Pull Request Simple\",\"description\":\"Pull Request Simple\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/pulls/1347\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOlB1bGxSZXF1ZXN0MQ==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/pull/1347\"},\"diff_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/pull/1347.diff\"},\"patch_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/pull/1347.patch\"},\"issue_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/issues/1347\"},\"commits_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/pulls/1347/commits\"},\"review_comments_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/pulls/1347/comments\"},\"review_comment_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/pulls/comments{/number}\"},\"comments_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/issues/1347/comments\"},\"statuses_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/statuses/6dcb09b5b57875f334f61aebed695e2e4193db5e\"},\"number\":{\"type\":\"integer\",\"example\":1347},\"state\":{\"type\":\"string\",\"example\":\"open\"},\"locked\":{\"type\":\"boolean\",\"example\":true},\"title\":{\"type\":\"string\",\"example\":\"new-feature\"},\"user\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"body\":{\"type\":\"string\",\"example\":\"Please pull these awesome changes\",\"nullable\":true},\"labels\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"format\":\"int64\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"description\":{\"type\":\"string\"},\"color\":{\"type\":\"string\"},\"default\":{\"type\":\"boolean\"}},\"required\":[\"id\",\"node_id\",\"url\",\"name\",\"description\",\"color\",\"default\"]}},\"milestone\":{\"title\":\"Milestone\",\"description\":\"A collection of related issues and pull requests.\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/milestones/1\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/milestones/v1.0\"},\"labels_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/milestones/1/labels\"},\"id\":{\"type\":\"integer\",\"example\":1002604},\"node_id\":{\"type\":\"string\",\"example\":\"MDk6TWlsZXN0b25lMTAwMjYwNA==\"},\"number\":{\"description\":\"The number of the milestone.\",\"type\":\"integer\",\"example\":42},\"state\":{\"description\":\"The state of the milestone.\",\"example\":\"open\",\"type\":\"string\",\"enum\":[\"open\",\"closed\"],\"default\":\"open\"},\"title\":{\"description\":\"The title of the milestone.\",\"example\":\"v1.0\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"Tracking milestone for version 1.0\",\"nullable\":true},\"creator\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"open_issues\":{\"type\":\"integer\",\"example\":4},\"closed_issues\":{\"type\":\"integer\",\"example\":8},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-10T20:09:31Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2014-03-03T18:58:10Z\"},\"closed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2013-02-12T13:22:01Z\",\"nullable\":true},\"due_on\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-10-09T23:39:01Z\",\"nullable\":true}},\"required\":[\"closed_issues\",\"creator\",\"description\",\"due_on\",\"closed_at\",\"id\",\"node_id\",\"labels_url\",\"html_url\",\"number\",\"open_issues\",\"state\",\"title\",\"url\",\"created_at\",\"updated_at\"],\"nullable\":true},\"active_lock_reason\":{\"type\":\"string\",\"example\":\"too heated\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:01:12Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:01:12Z\"},\"closed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:01:12Z\",\"nullable\":true},\"merged_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:01:12Z\",\"nullable\":true},\"merge_commit_sha\":{\"type\":\"string\",\"example\":\"e5bd3914e2e596debea16f433f57875b5b90bcd6\",\"nullable\":true},\"assignee\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"assignees\":{\"type\":\"array\",\"items\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]},\"nullable\":true},\"requested_reviewers\":{\"type\":\"array\",\"items\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]},\"nullable\":true},\"requested_teams\":{\"type\":\"array\",\"items\":{\"title\":\"Team\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"slug\":{\"type\":\"string\"},\"description\":{\"type\":\"string\",\"nullable\":true},\"privacy\":{\"type\":\"string\"},\"notification_setting\":{\"type\":\"string\"},\"permission\":{\"type\":\"string\"},\"permissions\":{\"type\":\"object\",\"properties\":{\"pull\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"admin\":{\"type\":\"boolean\"}},\"required\":[\"pull\",\"triage\",\"push\",\"maintain\",\"admin\"]},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"members_url\":{\"type\":\"string\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\"},\"parent\":{\"title\":\"Team Simple\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"name\":{\"description\":\"Name of the team\",\"type\":\"string\",\"example\":\"Justice League\"},\"description\":{\"description\":\"Description of the team\",\"type\":\"string\",\"nullable\":true,\"example\":\"A great team.\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"type\":\"string\",\"example\":\"admin\"},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"example\":\"closed\"},\"notification_setting\":{\"description\":\"The notification setting the team has set\",\"type\":\"string\",\"example\":\"notifications_enabled\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\"],\"nullable\":true}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\",\"parent\"]},\"nullable\":true},\"head\":{\"type\":\"object\",\"properties\":{\"label\":{\"type\":\"string\"},\"ref\":{\"type\":\"string\"},\"repo\":{\"title\":\"Repository\",\"description\":\"A repository on GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the repository\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"description\":\"The name of the repository.\",\"type\":\"string\",\"example\":\"Team Environment\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"license\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"forks\":{\"type\":\"integer\"},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"}},\"required\":[\"admin\",\"pull\",\"push\"]},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]},\"private\":{\"description\":\"Whether the repository is private or public.\",\"default\":false,\"type\":\"boolean\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World\"},\"description\":{\"type\":\"string\",\"example\":\"This your first repo!\",\"nullable\":true},\"fork\":{\"type\":\"boolean\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World\"},\"archive_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\"},\"assignees_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/assignees{/user}\"},\"blobs_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\"},\"branches_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/branches{/branch}\"},\"collaborators_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\"},\"comments_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/comments{/number}\"},\"commits_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/commits{/sha}\"},\"compare_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\"},\"contents_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/contents/{+path}\"},\"contributors_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/contributors\"},\"deployments_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/deployments\"},\"downloads_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/downloads\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/events\"},\"forks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/forks\"},\"git_commits_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\"},\"git_refs_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\"},\"git_tags_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\"},\"git_url\":{\"type\":\"string\",\"example\":\"git:github.com/octocat/Hello-World.git\"},\"issue_comment_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\"},\"issue_events_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues/events{/number}\"},\"issues_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues{/number}\"},\"keys_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/keys{/key_id}\"},\"labels_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/labels{/name}\"},\"languages_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/languages\"},\"merges_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/merges\"},\"milestones_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/milestones{/number}\"},\"notifications_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\"},\"pulls_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/pulls{/number}\"},\"releases_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/releases{/id}\"},\"ssh_url\":{\"type\":\"string\",\"example\":\"git@github.com:octocat/Hello-World.git\"},\"stargazers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/stargazers\"},\"statuses_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/statuses/{sha}\"},\"subscribers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/subscribers\"},\"subscription_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/subscription\"},\"tags_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/tags\"},\"teams_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/teams\"},\"trees_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\"},\"clone_url\":{\"type\":\"string\",\"example\":\"https://github.com/octocat/Hello-World.git\"},\"mirror_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"git:git.example.com/octocat/Hello-World\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://svn.github.com/octocat/Hello-World\"},\"homepage\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"forks_count\":{\"type\":\"integer\",\"example\":9},\"stargazers_count\":{\"type\":\"integer\",\"example\":80},\"watchers_count\":{\"type\":\"integer\",\"example\":80},\"size\":{\"description\":\"The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.\",\"type\":\"integer\",\"example\":108},\"default_branch\":{\"description\":\"The default branch of the repository.\",\"type\":\"string\",\"example\":\"master\"},\"open_issues_count\":{\"type\":\"integer\",\"example\":0},\"is_template\":{\"description\":\"Whether this repository acts as a template that can be used to generate new repositories.\",\"default\":false,\"type\":\"boolean\",\"example\":true},\"topics\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"has_issues\":{\"description\":\"Whether issues are enabled.\",\"default\":true,\"type\":\"boolean\",\"example\":true},\"has_projects\":{\"description\":\"Whether projects are enabled.\",\"default\":true,\"type\":\"boolean\",\"example\":true},\"has_wiki\":{\"description\":\"Whether the wiki is enabled.\",\"default\":true,\"type\":\"boolean\",\"example\":true},\"has_pages\":{\"type\":\"boolean\"},\"has_downloads\":{\"description\":\"Whether downloads are enabled.\",\"default\":true,\"type\":\"boolean\",\"example\":true,\"deprecated\":true},\"has_discussions\":{\"description\":\"Whether discussions are enabled.\",\"default\":false,\"type\":\"boolean\",\"example\":true},\"archived\":{\"description\":\"Whether the repository is archived.\",\"default\":false,\"type\":\"boolean\"},\"disabled\":{\"type\":\"boolean\",\"description\":\"Returns whether or not this repository disabled.\"},\"visibility\":{\"description\":\"The repository visibility: public, private, or internal.\",\"default\":\"public\",\"type\":\"string\"},\"pushed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:06:43Z\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:01:12Z\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:14:43Z\",\"nullable\":true},\"allow_rebase_merge\":{\"description\":\"Whether to allow rebase merges for pull requests.\",\"default\":true,\"type\":\"boolean\",\"example\":true},\"temp_clone_token\":{\"type\":\"string\"},\"allow_squash_merge\":{\"description\":\"Whether to allow squash merges for pull requests.\",\"default\":true,\"type\":\"boolean\",\"example\":true},\"allow_auto_merge\":{\"description\":\"Whether to allow Auto-merge to be used on pull requests.\",\"default\":false,\"type\":\"boolean\",\"example\":false},\"delete_branch_on_merge\":{\"description\":\"Whether to delete head branches when pull requests are merged\",\"default\":false,\"type\":\"boolean\",\"example\":false},\"allow_update_branch\":{\"description\":\"Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.\",\"default\":false,\"type\":\"boolean\",\"example\":false},\"use_squash_pr_title_as_default\":{\"type\":\"boolean\",\"description\":\"Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.\",\"default\":false,\"deprecated\":true},\"squash_merge_commit_title\":{\"type\":\"string\",\"enum\":[\"PR_TITLE\",\"COMMIT_OR_PR_TITLE\"],\"description\":\"The default value for a squash merge commit title:\\n\\n- `PR_TITLE` - default to the pull request's title.\\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).\"},\"squash_merge_commit_message\":{\"type\":\"string\",\"enum\":[\"PR_BODY\",\"COMMIT_MESSAGES\",\"BLANK\"],\"description\":\"The default value for a squash merge commit message:\\n\\n- `PR_BODY` - default to the pull request's body.\\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\\n- `BLANK` - default to a blank commit message.\"},\"merge_commit_title\":{\"type\":\"string\",\"enum\":[\"PR_TITLE\",\"MERGE_MESSAGE\"],\"description\":\"The default value for a merge commit title.\\n\\n- `PR_TITLE` - default to the pull request's title.\\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).\"},\"merge_commit_message\":{\"type\":\"string\",\"enum\":[\"PR_BODY\",\"PR_TITLE\",\"BLANK\"],\"description\":\"The default value for a merge commit message.\\n\\n- `PR_TITLE` - default to the pull request's title.\\n- `PR_BODY` - default to the pull request's body.\\n- `BLANK` - default to a blank commit message.\"},\"allow_merge_commit\":{\"description\":\"Whether to allow merge commits for pull requests.\",\"default\":true,\"type\":\"boolean\",\"example\":true},\"allow_forking\":{\"description\":\"Whether to allow forking this repo\",\"type\":\"boolean\"},\"web_commit_signoff_required\":{\"description\":\"Whether to require contributors to sign off on web-based commits\",\"default\":false,\"type\":\"boolean\"},\"open_issues\":{\"type\":\"integer\"},\"watchers\":{\"type\":\"integer\"},\"master_branch\":{\"type\":\"string\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:42Z\\\"\"},\"anonymous_access_enabled\":{\"type\":\"boolean\",\"description\":\"Whether anonymous git access is enabled for this repository\"}},\"required\":[\"archive_url\",\"assignees_url\",\"blobs_url\",\"branches_url\",\"collaborators_url\",\"comments_url\",\"commits_url\",\"compare_url\",\"contents_url\",\"contributors_url\",\"deployments_url\",\"description\",\"downloads_url\",\"events_url\",\"fork\",\"forks_url\",\"full_name\",\"git_commits_url\",\"git_refs_url\",\"git_tags_url\",\"hooks_url\",\"html_url\",\"id\",\"node_id\",\"issue_comment_url\",\"issue_events_url\",\"issues_url\",\"keys_url\",\"labels_url\",\"languages_url\",\"merges_url\",\"milestones_url\",\"name\",\"notifications_url\",\"owner\",\"private\",\"pulls_url\",\"releases_url\",\"stargazers_url\",\"statuses_url\",\"subscribers_url\",\"subscription_url\",\"tags_url\",\"teams_url\",\"trees_url\",\"url\",\"clone_url\",\"default_branch\",\"forks\",\"forks_count\",\"git_url\",\"has_downloads\",\"has_issues\",\"has_projects\",\"has_wiki\",\"has_pages\",\"homepage\",\"language\",\"archived\",\"disabled\",\"mirror_url\",\"open_issues\",\"open_issues_count\",\"license\",\"pushed_at\",\"size\",\"ssh_url\",\"stargazers_count\",\"svn_url\",\"watchers\",\"watchers_count\",\"created_at\",\"updated_at\"]},\"sha\":{\"type\":\"string\"},\"user\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true}},\"required\":[\"label\",\"ref\",\"repo\",\"sha\",\"user\"]},\"base\":{\"type\":\"object\",\"properties\":{\"label\":{\"type\":\"string\"},\"ref\":{\"type\":\"string\"},\"repo\":{\"title\":\"Repository\",\"description\":\"A repository on GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the repository\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"description\":\"The name of the repository.\",\"type\":\"string\",\"example\":\"Team Environment\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"license\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"forks\":{\"type\":\"integer\"},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"}},\"required\":[\"admin\",\"pull\",\"push\"]},\"owner\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]},\"private\":{\"description\":\"Whether the repository is private or public.\",\"default\":false,\"type\":\"boolean\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World\"},\"description\":{\"type\":\"string\",\"example\":\"This your first repo!\",\"nullable\":true},\"fork\":{\"type\":\"boolean\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World\"},\"archive_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\"},\"assignees_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/assignees{/user}\"},\"blobs_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\"},\"branches_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/branches{/branch}\"},\"collaborators_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\"},\"comments_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/comments{/number}\"},\"commits_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/commits{/sha}\"},\"compare_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\"},\"contents_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/contents/{+path}\"},\"contributors_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/contributors\"},\"deployments_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/deployments\"},\"downloads_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/downloads\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/events\"},\"forks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/forks\"},\"git_commits_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\"},\"git_refs_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\"},\"git_tags_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\"},\"git_url\":{\"type\":\"string\",\"example\":\"git:github.com/octocat/Hello-World.git\"},\"issue_comment_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\"},\"issue_events_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues/events{/number}\"},\"issues_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues{/number}\"},\"keys_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/keys{/key_id}\"},\"labels_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/labels{/name}\"},\"languages_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/languages\"},\"merges_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/merges\"},\"milestones_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/milestones{/number}\"},\"notifications_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\"},\"pulls_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/pulls{/number}\"},\"releases_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/releases{/id}\"},\"ssh_url\":{\"type\":\"string\",\"example\":\"git@github.com:octocat/Hello-World.git\"},\"stargazers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/stargazers\"},\"statuses_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/statuses/{sha}\"},\"subscribers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/subscribers\"},\"subscription_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/subscription\"},\"tags_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/tags\"},\"teams_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/teams\"},\"trees_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\"},\"clone_url\":{\"type\":\"string\",\"example\":\"https://github.com/octocat/Hello-World.git\"},\"mirror_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"git:git.example.com/octocat/Hello-World\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://svn.github.com/octocat/Hello-World\"},\"homepage\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"forks_count\":{\"type\":\"integer\",\"example\":9},\"stargazers_count\":{\"type\":\"integer\",\"example\":80},\"watchers_count\":{\"type\":\"integer\",\"example\":80},\"size\":{\"description\":\"The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.\",\"type\":\"integer\",\"example\":108},\"default_branch\":{\"description\":\"The default branch of the repository.\",\"type\":\"string\",\"example\":\"master\"},\"open_issues_count\":{\"type\":\"integer\",\"example\":0},\"is_template\":{\"description\":\"Whether this repository acts as a template that can be used to generate new repositories.\",\"default\":false,\"type\":\"boolean\",\"example\":true},\"topics\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"has_issues\":{\"description\":\"Whether issues are enabled.\",\"default\":true,\"type\":\"boolean\",\"example\":true},\"has_projects\":{\"description\":\"Whether projects are enabled.\",\"default\":true,\"type\":\"boolean\",\"example\":true},\"has_wiki\":{\"description\":\"Whether the wiki is enabled.\",\"default\":true,\"type\":\"boolean\",\"example\":true},\"has_pages\":{\"type\":\"boolean\"},\"has_downloads\":{\"description\":\"Whether downloads are enabled.\",\"default\":true,\"type\":\"boolean\",\"example\":true,\"deprecated\":true},\"has_discussions\":{\"description\":\"Whether discussions are enabled.\",\"default\":false,\"type\":\"boolean\",\"example\":true},\"archived\":{\"description\":\"Whether the repository is archived.\",\"default\":false,\"type\":\"boolean\"},\"disabled\":{\"type\":\"boolean\",\"description\":\"Returns whether or not this repository disabled.\"},\"visibility\":{\"description\":\"The repository visibility: public, private, or internal.\",\"default\":\"public\",\"type\":\"string\"},\"pushed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:06:43Z\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:01:12Z\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:14:43Z\",\"nullable\":true},\"allow_rebase_merge\":{\"description\":\"Whether to allow rebase merges for pull requests.\",\"default\":true,\"type\":\"boolean\",\"example\":true},\"temp_clone_token\":{\"type\":\"string\"},\"allow_squash_merge\":{\"description\":\"Whether to allow squash merges for pull requests.\",\"default\":true,\"type\":\"boolean\",\"example\":true},\"allow_auto_merge\":{\"description\":\"Whether to allow Auto-merge to be used on pull requests.\",\"default\":false,\"type\":\"boolean\",\"example\":false},\"delete_branch_on_merge\":{\"description\":\"Whether to delete head branches when pull requests are merged\",\"default\":false,\"type\":\"boolean\",\"example\":false},\"allow_update_branch\":{\"description\":\"Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.\",\"default\":false,\"type\":\"boolean\",\"example\":false},\"use_squash_pr_title_as_default\":{\"type\":\"boolean\",\"description\":\"Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.\",\"default\":false,\"deprecated\":true},\"squash_merge_commit_title\":{\"type\":\"string\",\"enum\":[\"PR_TITLE\",\"COMMIT_OR_PR_TITLE\"],\"description\":\"The default value for a squash merge commit title:\\n\\n- `PR_TITLE` - default to the pull request's title.\\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).\"},\"squash_merge_commit_message\":{\"type\":\"string\",\"enum\":[\"PR_BODY\",\"COMMIT_MESSAGES\",\"BLANK\"],\"description\":\"The default value for a squash merge commit message:\\n\\n- `PR_BODY` - default to the pull request's body.\\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\\n- `BLANK` - default to a blank commit message.\"},\"merge_commit_title\":{\"type\":\"string\",\"enum\":[\"PR_TITLE\",\"MERGE_MESSAGE\"],\"description\":\"The default value for a merge commit title.\\n\\n- `PR_TITLE` - default to the pull request's title.\\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).\"},\"merge_commit_message\":{\"type\":\"string\",\"enum\":[\"PR_BODY\",\"PR_TITLE\",\"BLANK\"],\"description\":\"The default value for a merge commit message.\\n\\n- `PR_TITLE` - default to the pull request's title.\\n- `PR_BODY` - default to the pull request's body.\\n- `BLANK` - default to a blank commit message.\"},\"allow_merge_commit\":{\"description\":\"Whether to allow merge commits for pull requests.\",\"default\":true,\"type\":\"boolean\",\"example\":true},\"allow_forking\":{\"description\":\"Whether to allow forking this repo\",\"type\":\"boolean\"},\"web_commit_signoff_required\":{\"description\":\"Whether to require contributors to sign off on web-based commits\",\"default\":false,\"type\":\"boolean\"},\"open_issues\":{\"type\":\"integer\"},\"watchers\":{\"type\":\"integer\"},\"master_branch\":{\"type\":\"string\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:42Z\\\"\"},\"anonymous_access_enabled\":{\"type\":\"boolean\",\"description\":\"Whether anonymous git access is enabled for this repository\"}},\"required\":[\"archive_url\",\"assignees_url\",\"blobs_url\",\"branches_url\",\"collaborators_url\",\"comments_url\",\"commits_url\",\"compare_url\",\"contents_url\",\"contributors_url\",\"deployments_url\",\"description\",\"downloads_url\",\"events_url\",\"fork\",\"forks_url\",\"full_name\",\"git_commits_url\",\"git_refs_url\",\"git_tags_url\",\"hooks_url\",\"html_url\",\"id\",\"node_id\",\"issue_comment_url\",\"issue_events_url\",\"issues_url\",\"keys_url\",\"labels_url\",\"languages_url\",\"merges_url\",\"milestones_url\",\"name\",\"notifications_url\",\"owner\",\"private\",\"pulls_url\",\"releases_url\",\"stargazers_url\",\"statuses_url\",\"subscribers_url\",\"subscription_url\",\"tags_url\",\"teams_url\",\"trees_url\",\"url\",\"clone_url\",\"default_branch\",\"forks\",\"forks_count\",\"git_url\",\"has_downloads\",\"has_issues\",\"has_projects\",\"has_wiki\",\"has_pages\",\"homepage\",\"language\",\"archived\",\"disabled\",\"mirror_url\",\"open_issues\",\"open_issues_count\",\"license\",\"pushed_at\",\"size\",\"ssh_url\",\"stargazers_count\",\"svn_url\",\"watchers\",\"watchers_count\",\"created_at\",\"updated_at\"]},\"sha\":{\"type\":\"string\"},\"user\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true}},\"required\":[\"label\",\"ref\",\"repo\",\"sha\",\"user\"]},\"_links\":{\"type\":\"object\",\"properties\":{\"comments\":{\"title\":\"Link\",\"description\":\"Hypermedia Link\",\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\"}},\"required\":[\"href\"]},\"commits\":{\"title\":\"Link\",\"description\":\"Hypermedia Link\",\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\"}},\"required\":[\"href\"]},\"statuses\":{\"title\":\"Link\",\"description\":\"Hypermedia Link\",\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\"}},\"required\":[\"href\"]},\"html\":{\"title\":\"Link\",\"description\":\"Hypermedia Link\",\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\"}},\"required\":[\"href\"]},\"issue\":{\"title\":\"Link\",\"description\":\"Hypermedia Link\",\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\"}},\"required\":[\"href\"]},\"review_comments\":{\"title\":\"Link\",\"description\":\"Hypermedia Link\",\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\"}},\"required\":[\"href\"]},\"review_comment\":{\"title\":\"Link\",\"description\":\"Hypermedia Link\",\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\"}},\"required\":[\"href\"]},\"self\":{\"title\":\"Link\",\"description\":\"Hypermedia Link\",\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\"}},\"required\":[\"href\"]}},\"required\":[\"comments\",\"commits\",\"statuses\",\"html\",\"issue\",\"review_comments\",\"review_comment\",\"self\"]},\"author_association\":{\"title\":\"author_association\",\"type\":\"string\",\"example\":\"OWNER\",\"description\":\"How the author is associated with the repository.\",\"enum\":[\"COLLABORATOR\",\"CONTRIBUTOR\",\"FIRST_TIMER\",\"FIRST_TIME_CONTRIBUTOR\",\"MANNEQUIN\",\"MEMBER\",\"NONE\",\"OWNER\"]},\"auto_merge\":{\"title\":\"Auto merge\",\"description\":\"The status of auto merging a pull request.\",\"type\":\"object\",\"properties\":{\"enabled_by\":{\"title\":\"Simple User\",\"description\":\"A GitHub user.\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]},\"merge_method\":{\"type\":\"string\",\"description\":\"The merge method to use.\",\"enum\":[\"merge\",\"squash\",\"rebase\"]},\"commit_title\":{\"type\":\"string\",\"description\":\"Title for the merge commit message.\"},\"commit_message\":{\"type\":\"string\",\"description\":\"Commit message for the merge commit.\"}},\"required\":[\"enabled_by\",\"merge_method\",\"commit_title\",\"commit_message\"],\"nullable\":true},\"draft\":{\"description\":\"Indicates whether or not the pull request is a draft.\",\"example\":false,\"type\":\"boolean\"}},\"required\":[\"_links\",\"assignee\",\"labels\",\"base\",\"body\",\"closed_at\",\"comments_url\",\"commits_url\",\"created_at\",\"diff_url\",\"head\",\"html_url\",\"id\",\"node_id\",\"issue_url\",\"merge_commit_sha\",\"merged_at\",\"milestone\",\"number\",\"patch_url\",\"review_comment_url\",\"review_comments_url\",\"statuses_url\",\"state\",\"locked\",\"title\",\"updated_at\",\"url\",\"user\",\"author_association\",\"auto_merge\"]}}" + }, + { + "code": 409, + "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } ], "parameters": [ @@ -19243,7 +19347,7 @@ "responses": [ { "code": 200, - "schema": "{\"type\":\"array\",\"description\":\"List of locations where the secret was detected\",\"items\":{\"type\":\"object\",\"properties\":{\"type\":{\"type\":\"string\",\"enum\":[\"commit\",\"issue_title\",\"issue_body\",\"issue_comment\",\"discussion_title\",\"discussion_body\",\"discussion_comment\",\"pull_request_title\",\"pull_request_body\",\"pull_request_comment\",\"pull_request_review\",\"pull_request_review_comment\"],\"description\":\"The location type. Because secrets may be found in different types of resources (ie. code, comments, issues, pull requests, discussions), this field identifies the type of resource where the secret was found.\",\"example\":\"commit\"},\"details\":{\"oneOf\":[{\"description\":\"Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository.\",\"type\":\"object\",\"properties\":{\"path\":{\"type\":\"string\",\"description\":\"The file path in the repository\",\"example\":\"/example/secrets.txt\"},\"start_line\":{\"type\":\"number\",\"description\":\"Line number at which the secret starts in the file\"},\"end_line\":{\"type\":\"number\",\"description\":\"Line number at which the secret ends in the file\"},\"start_column\":{\"type\":\"number\",\"description\":\"The column at which the secret starts within the start line when the file is interpreted as 8BIT ASCII\"},\"end_column\":{\"type\":\"number\",\"description\":\"The column at which the secret ends within the end line when the file is interpreted as 8BIT ASCII\"},\"blob_sha\":{\"type\":\"string\",\"description\":\"SHA-1 hash ID of the associated blob\",\"example\":\"af5626b4a114abcb82d63db7c8082c3c4756e51b\"},\"blob_url\":{\"type\":\"string\",\"description\":\"The API URL to get the associated blob resource\"},\"commit_sha\":{\"type\":\"string\",\"description\":\"SHA-1 hash ID of the associated commit\",\"example\":\"af5626b4a114abcb82d63db7c8082c3c4756e51b\"},\"commit_url\":{\"type\":\"string\",\"description\":\"The API URL to get the associated commit resource\"}},\"required\":[\"path\",\"start_line\",\"end_line\",\"start_column\",\"end_column\",\"blob_sha\",\"blob_url\",\"commit_sha\",\"commit_url\"]},{\"description\":\"Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue.\",\"type\":\"object\",\"properties\":{\"issue_title_url\":{\"type\":\"string\",\"format\":\"uri\",\"description\":\"The API URL to get the issue where the secret was detected.\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/issues/1347\"}},\"required\":[\"issue_title_url\"]},{\"description\":\"Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue.\",\"type\":\"object\",\"properties\":{\"issue_body_url\":{\"type\":\"string\",\"format\":\"uri\",\"description\":\"The API URL to get the issue where the secret was detected.\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/issues/1347\"}},\"required\":[\"issue_body_url\"]},{\"description\":\"Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue.\",\"type\":\"object\",\"properties\":{\"issue_comment_url\":{\"type\":\"string\",\"format\":\"uri\",\"description\":\"The API URL to get the issue comment where the secret was detected.\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451\"}},\"required\":[\"issue_comment_url\"]},{\"description\":\"Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion.\",\"type\":\"object\",\"properties\":{\"discussion_title_url\":{\"type\":\"string\",\"format\":\"uri\",\"description\":\"The URL to the discussion where the secret was detected.\",\"example\":\"https://github.com/community/community/discussions/39082\"}},\"required\":[\"discussion_title_url\"]},{\"description\":\"Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion.\",\"type\":\"object\",\"properties\":{\"discussion_body_url\":{\"type\":\"string\",\"format\":\"uri\",\"description\":\"The URL to the discussion where the secret was detected.\",\"example\":\"https://github.com/community/community/discussions/39082#discussion-4566270\"}},\"required\":[\"discussion_body_url\"]},{\"description\":\"Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion.\",\"type\":\"object\",\"properties\":{\"discussion_comment_url\":{\"type\":\"string\",\"format\":\"uri\",\"description\":\"The API URL to get the discussion comment where the secret was detected.\",\"example\":\"https://github.com/community/community/discussions/39082#discussioncomment-4158232\"}},\"required\":[\"discussion_comment_url\"]},{\"description\":\"Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request.\",\"type\":\"object\",\"properties\":{\"pull_request_title_url\":{\"type\":\"string\",\"format\":\"uri\",\"description\":\"The API URL to get the pull request where the secret was detected.\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/pull/2846\"}},\"required\":[\"pull_request_title_url\"]},{\"description\":\"Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request.\",\"type\":\"object\",\"properties\":{\"pull_request_body_url\":{\"type\":\"string\",\"format\":\"uri\",\"description\":\"The API URL to get the pull request where the secret was detected.\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/pull/2846\"}},\"required\":[\"pull_request_body_url\"]},{\"description\":\"Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request.\",\"type\":\"object\",\"properties\":{\"pull_request_comment_url\":{\"type\":\"string\",\"format\":\"uri\",\"description\":\"The API URL to get the pull request comment where the secret was detected.\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451\"}},\"required\":[\"pull_request_comment_url\"]},{\"description\":\"Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request.\",\"type\":\"object\",\"properties\":{\"pull_request_review_url\":{\"type\":\"string\",\"format\":\"uri\",\"description\":\"The API URL to get the pull request review where the secret was detected.\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80\"}},\"required\":[\"pull_request_review_url\"]},{\"description\":\"Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request.\",\"type\":\"object\",\"properties\":{\"pull_request_review_comment_url\":{\"type\":\"string\",\"format\":\"uri\",\"description\":\"The API URL to get the pull request review comment where the secret was detected.\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/pulls/comments/12\"}},\"required\":[\"pull_request_review_comment_url\"]}]}},\"required\":[\"type\",\"details\"]}}" + "schema": "{\"type\":\"array\",\"description\":\"List of locations where the secret was detected\",\"items\":{\"type\":\"object\",\"properties\":{\"type\":{\"type\":\"string\",\"enum\":[\"commit\",\"wiki_commit\",\"issue_title\",\"issue_body\",\"issue_comment\",\"discussion_title\",\"discussion_body\",\"discussion_comment\",\"pull_request_title\",\"pull_request_body\",\"pull_request_comment\",\"pull_request_review\",\"pull_request_review_comment\"],\"description\":\"The location type. Because secrets may be found in different types of resources (ie. code, comments, issues, pull requests, discussions), this field identifies the type of resource where the secret was found.\",\"example\":\"commit\"},\"details\":{\"oneOf\":[{\"description\":\"Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository.\",\"type\":\"object\",\"properties\":{\"path\":{\"type\":\"string\",\"description\":\"The file path in the repository\",\"example\":\"/example/secrets.txt\"},\"start_line\":{\"type\":\"number\",\"description\":\"Line number at which the secret starts in the file\"},\"end_line\":{\"type\":\"number\",\"description\":\"Line number at which the secret ends in the file\"},\"start_column\":{\"type\":\"number\",\"description\":\"The column at which the secret starts within the start line when the file is interpreted as 8BIT ASCII\"},\"end_column\":{\"type\":\"number\",\"description\":\"The column at which the secret ends within the end line when the file is interpreted as 8BIT ASCII\"},\"blob_sha\":{\"type\":\"string\",\"description\":\"SHA-1 hash ID of the associated blob\",\"example\":\"af5626b4a114abcb82d63db7c8082c3c4756e51b\"},\"blob_url\":{\"type\":\"string\",\"description\":\"The API URL to get the associated blob resource\"},\"commit_sha\":{\"type\":\"string\",\"description\":\"SHA-1 hash ID of the associated commit\",\"example\":\"af5626b4a114abcb82d63db7c8082c3c4756e51b\"},\"commit_url\":{\"type\":\"string\",\"description\":\"The API URL to get the associated commit resource\"}},\"required\":[\"path\",\"start_line\",\"end_line\",\"start_column\",\"end_column\",\"blob_sha\",\"blob_url\",\"commit_sha\",\"commit_url\"]},{\"description\":\"Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki.\",\"type\":\"object\",\"properties\":{\"path\":{\"type\":\"string\",\"description\":\"The file path of the wiki page\",\"example\":\"/example/Home.md\"},\"start_line\":{\"type\":\"number\",\"description\":\"Line number at which the secret starts in the file\"},\"end_line\":{\"type\":\"number\",\"description\":\"Line number at which the secret ends in the file\"},\"start_column\":{\"type\":\"number\",\"description\":\"The column at which the secret starts within the start line when the file is interpreted as 8-bit ASCII.\"},\"end_column\":{\"type\":\"number\",\"description\":\"The column at which the secret ends within the end line when the file is interpreted as 8-bit ASCII.\"},\"blob_sha\":{\"type\":\"string\",\"description\":\"SHA-1 hash ID of the associated blob\",\"example\":\"af5626b4a114abcb82d63db7c8082c3c4756e51b\"},\"page_url\":{\"type\":\"string\",\"description\":\"The GitHub URL to get the associated wiki page\",\"example\":\"https://github.com/octocat/Hello-World/wiki/Home/302c0b7e200761c9dd9b57e57db540ee0b4293a5\"},\"commit_sha\":{\"type\":\"string\",\"description\":\"SHA-1 hash ID of the associated commit\",\"example\":\"302c0b7e200761c9dd9b57e57db540ee0b4293a5\"},\"commit_url\":{\"type\":\"string\",\"description\":\"The GitHub URL to get the associated wiki commit\",\"example\":\"https://github.com/octocat/Hello-World/wiki/_compare/302c0b7e200761c9dd9b57e57db540ee0b4293a5\"}},\"required\":[\"path\",\"start_line\",\"end_line\",\"start_column\",\"end_column\",\"blob_sha\",\"page_url\",\"commit_sha\",\"commit_url\"]},{\"description\":\"Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue.\",\"type\":\"object\",\"properties\":{\"issue_title_url\":{\"type\":\"string\",\"format\":\"uri\",\"description\":\"The API URL to get the issue where the secret was detected.\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/issues/1347\"}},\"required\":[\"issue_title_url\"]},{\"description\":\"Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue.\",\"type\":\"object\",\"properties\":{\"issue_body_url\":{\"type\":\"string\",\"format\":\"uri\",\"description\":\"The API URL to get the issue where the secret was detected.\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/issues/1347\"}},\"required\":[\"issue_body_url\"]},{\"description\":\"Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue.\",\"type\":\"object\",\"properties\":{\"issue_comment_url\":{\"type\":\"string\",\"format\":\"uri\",\"description\":\"The API URL to get the issue comment where the secret was detected.\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451\"}},\"required\":[\"issue_comment_url\"]},{\"description\":\"Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion.\",\"type\":\"object\",\"properties\":{\"discussion_title_url\":{\"type\":\"string\",\"format\":\"uri\",\"description\":\"The URL to the discussion where the secret was detected.\",\"example\":\"https://github.com/community/community/discussions/39082\"}},\"required\":[\"discussion_title_url\"]},{\"description\":\"Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion.\",\"type\":\"object\",\"properties\":{\"discussion_body_url\":{\"type\":\"string\",\"format\":\"uri\",\"description\":\"The URL to the discussion where the secret was detected.\",\"example\":\"https://github.com/community/community/discussions/39082#discussion-4566270\"}},\"required\":[\"discussion_body_url\"]},{\"description\":\"Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion.\",\"type\":\"object\",\"properties\":{\"discussion_comment_url\":{\"type\":\"string\",\"format\":\"uri\",\"description\":\"The API URL to get the discussion comment where the secret was detected.\",\"example\":\"https://github.com/community/community/discussions/39082#discussioncomment-4158232\"}},\"required\":[\"discussion_comment_url\"]},{\"description\":\"Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request.\",\"type\":\"object\",\"properties\":{\"pull_request_title_url\":{\"type\":\"string\",\"format\":\"uri\",\"description\":\"The API URL to get the pull request where the secret was detected.\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/pull/2846\"}},\"required\":[\"pull_request_title_url\"]},{\"description\":\"Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request.\",\"type\":\"object\",\"properties\":{\"pull_request_body_url\":{\"type\":\"string\",\"format\":\"uri\",\"description\":\"The API URL to get the pull request where the secret was detected.\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/pull/2846\"}},\"required\":[\"pull_request_body_url\"]},{\"description\":\"Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request.\",\"type\":\"object\",\"properties\":{\"pull_request_comment_url\":{\"type\":\"string\",\"format\":\"uri\",\"description\":\"The API URL to get the pull request comment where the secret was detected.\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451\"}},\"required\":[\"pull_request_comment_url\"]},{\"description\":\"Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request.\",\"type\":\"object\",\"properties\":{\"pull_request_review_url\":{\"type\":\"string\",\"format\":\"uri\",\"description\":\"The API URL to get the pull request review where the secret was detected.\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80\"}},\"required\":[\"pull_request_review_url\"]},{\"description\":\"Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request.\",\"type\":\"object\",\"properties\":{\"pull_request_review_comment_url\":{\"type\":\"string\",\"format\":\"uri\",\"description\":\"The API URL to get the pull request review comment where the secret was detected.\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/pulls/comments/12\"}},\"required\":[\"pull_request_review_comment_url\"]}]}}}}" }, { "code": 404, "schema": null }, { diff --git a/scripts/update-endpoints/typescript.js b/scripts/update-endpoints/typescript.js index e283f00..b044547 100644 --- a/scripts/update-endpoints/typescript.js +++ b/scripts/update-endpoints/typescript.js @@ -4,12 +4,12 @@ * trigger notifications. So instead we automatically generate a file that * only contains these paths when @octokit/openapi has a new release. */ -import { writeFileSync } from "node:fs"; +import { writeFileSync, readFileSync } from "node:fs"; import prettier from "prettier"; const ENDPOINTS = JSON.parse( - readFileSync("./generated/endpoints.json", "utf-8"), + readFileSync(new URL("./generated/endpoints.json", import.meta.url), "utf-8"), ); const endpoints = []; @@ -139,7 +139,7 @@ function endpointToKey(endpoint) { } async function main() { writeFileSync( - new URL("./src/generated/paginating-endpoints.ts", import.meta.url), + new URL("../../src/generated/paginating-endpoints.ts", import.meta.url), await prettier.format( `import type { Endpoints } from "@octokit/types"; diff --git a/src/generated/paginating-endpoints.ts b/src/generated/paginating-endpoints.ts index 9d75f39..680a0f6 100644 --- a/src/generated/paginating-endpoints.ts +++ b/src/generated/paginating-endpoints.ts @@ -1089,6 +1089,26 @@ export interface PaginatingEndpoints { }; }; + /** + * @see https://docs.github.com/rest/actions/secrets#list-environment-secrets + */ + "GET /repos/{owner}/{repo}/environments/{environment_name}/secrets": { + parameters: Endpoints["GET /repos/{owner}/{repo}/environments/{environment_name}/secrets"]["parameters"]; + response: Endpoints["GET /repos/{owner}/{repo}/environments/{environment_name}/secrets"]["response"] & { + data: Endpoints["GET /repos/{owner}/{repo}/environments/{environment_name}/secrets"]["response"]["data"]["secrets"]; + }; + }; + + /** + * @see https://docs.github.com/rest/actions/variables#list-environment-variables + */ + "GET /repos/{owner}/{repo}/environments/{environment_name}/variables": { + parameters: Endpoints["GET /repos/{owner}/{repo}/environments/{environment_name}/variables"]["parameters"]; + response: Endpoints["GET /repos/{owner}/{repo}/environments/{environment_name}/variables"]["response"] & { + data: Endpoints["GET /repos/{owner}/{repo}/environments/{environment_name}/variables"]["response"]["data"]["variables"]; + }; + }; + /** * @see https://docs.github.com/rest/activity/events#list-repository-events */ @@ -1443,26 +1463,6 @@ export interface PaginatingEndpoints { response: Endpoints["GET /repositories"]["response"]; }; - /** - * @see https://docs.github.com/rest/actions/secrets#list-environment-secrets - */ - "GET /repositories/{repository_id}/environments/{environment_name}/secrets": { - parameters: Endpoints["GET /repositories/{repository_id}/environments/{environment_name}/secrets"]["parameters"]; - response: Endpoints["GET /repositories/{repository_id}/environments/{environment_name}/secrets"]["response"] & { - data: Endpoints["GET /repositories/{repository_id}/environments/{environment_name}/secrets"]["response"]["data"]["secrets"]; - }; - }; - - /** - * @see https://docs.github.com/rest/actions/variables#list-environment-variables - */ - "GET /repositories/{repository_id}/environments/{environment_name}/variables": { - parameters: Endpoints["GET /repositories/{repository_id}/environments/{environment_name}/variables"]["parameters"]; - response: Endpoints["GET /repositories/{repository_id}/environments/{environment_name}/variables"]["response"] & { - data: Endpoints["GET /repositories/{repository_id}/environments/{environment_name}/variables"]["response"]["data"]["variables"]; - }; - }; - /** * @see https://docs.github.com/rest/search/search#search-code */ @@ -2109,6 +2109,8 @@ export const paginatingEndpoints: (keyof PaginatingEndpoints)[] = [ "GET /repos/{owner}/{repo}/environments", "GET /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies", "GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps", + "GET /repos/{owner}/{repo}/environments/{environment_name}/secrets", + "GET /repos/{owner}/{repo}/environments/{environment_name}/variables", "GET /repos/{owner}/{repo}/events", "GET /repos/{owner}/{repo}/forks", "GET /repos/{owner}/{repo}/hooks", @@ -2153,8 +2155,6 @@ export const paginatingEndpoints: (keyof PaginatingEndpoints)[] = [ "GET /repos/{owner}/{repo}/teams", "GET /repos/{owner}/{repo}/topics", "GET /repositories", - "GET /repositories/{repository_id}/environments/{environment_name}/secrets", - "GET /repositories/{repository_id}/environments/{environment_name}/variables", "GET /search/code", "GET /search/commits", "GET /search/issues",