diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b9426e4..0484003 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,8 +18,6 @@ jobs: cache: npm - run: npm ci - run: npm run build - - name: "Fix pkg.files file pattern" - run: node scripts/fix-package-json.js - run: npx semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/package-lock.json b/package-lock.json index 4f463fa..8df8b8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,20 +9,19 @@ "version": "0.0.0-development", "license": "MIT", "dependencies": { - "@octokit/types": "^9.2.2" + "@octokit/tsconfig": "^1.0.2", + "@octokit/types": "^9.2.3" }, "devDependencies": { "@octokit/core": "^4.0.0", "@octokit/plugin-rest-endpoint-methods": "^7.1.0", - "@pika/pack": "^0.3.7", - "@pika/plugin-build-node": "^0.9.0", - "@pika/plugin-build-web": "^0.9.0", - "@pika/plugin-ts-standard-pkg": "^0.9.0", "@types/fetch-mock": "^7.3.1", "@types/jest": "^29.0.0", "@types/node": "^18.0.0", + "esbuild": "^0.17.19", "fetch-mock": "^9.0.0", "github-openapi-graphql-query": "^4.0.0", + "glob": "^10.2.5", "jest": "^29.0.0", "npm-run-all": "^4.1.5", "prettier": "2.8.8", @@ -101,15 +100,6 @@ "url": "https://opencollective.com/babel" } }, - "node_modules/@babel/core/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, "node_modules/@babel/generator": { "version": "7.21.5", "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.21.5.tgz", @@ -125,30 +115,6 @@ "node": ">=6.9.0" } }, - "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", - "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", - "dev": true, - "dependencies": { - "@babel/types": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.21.5.tgz", - "integrity": "sha512-uNrjKztPLkUk7bpCNC0jEKDJzzkvel/W+HguzbN8krA+LPfC1CEobJEvAvGka2A/M+ViOqXdcRL0GqPUJSjx9g==", - "dev": true, - "dependencies": { - "@babel/types": "^7.21.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@babel/helper-compilation-targets": { "version": "7.21.5", "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.5.tgz", @@ -168,99 +134,6 @@ "@babel/core": "^7.0.0" } }, - "node_modules/@babel/helper-compilation-targets/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.21.8", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.21.8.tgz", - "integrity": "sha512-+THiN8MqiH2AczyuZrnrKL6cAxFRRQDKW9h1YkBvbgKmAm6mwiacig1qT73DHIWMGo40GRnsEfN3LA+E6NtmSw==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-environment-visitor": "^7.21.5", - "@babel/helper-function-name": "^7.21.0", - "@babel/helper-member-expression-to-functions": "^7.21.5", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/helper-replace-supers": "^7.21.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", - "@babel/helper-split-export-declaration": "^7.18.6", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.21.8", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.21.8.tgz", - "integrity": "sha512-zGuSdedkFtsFHGbexAvNuipg1hbtitDLo2XE8/uf6Y9sOQV1xsYX/2pNbtedp/X0eU1pIt+kGvaqHCowkRbS5g==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "regexpu-core": "^5.3.1", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz", - "integrity": "sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==", - "dev": true, - "dependencies": { - "@babel/helper-compilation-targets": "^7.17.7", - "@babel/helper-plugin-utils": "^7.16.7", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, - "peerDependencies": { - "@babel/core": "^7.4.0-0" - } - }, - "node_modules/@babel/helper-define-polyfill-provider/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, "node_modules/@babel/helper-environment-visitor": { "version": "7.21.5", "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz", @@ -295,18 +168,6 @@ "node": ">=6.9.0" } }, - "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.21.5.tgz", - "integrity": "sha512-nIcGfgwpH2u4n9GG1HpStW5Ogx7x7ekiFHbjjFRKXbn5zUvqO9ZgotCO4x1aNbKn/x/xOUaXEhyNHCwtFCpxWg==", - "dev": true, - "dependencies": { - "@babel/types": "^7.21.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@babel/helper-module-imports": { "version": "7.21.4", "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz", @@ -338,18 +199,6 @@ "node": ">=6.9.0" } }, - "node_modules/@babel/helper-optimise-call-expression": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz", - "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==", - "dev": true, - "dependencies": { - "@babel/types": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@babel/helper-plugin-utils": { "version": "7.21.5", "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.21.5.tgz", @@ -359,41 +208,6 @@ "node": ">=6.9.0" } }, - "node_modules/@babel/helper-remap-async-to-generator": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz", - "integrity": "sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-wrap-function": "^7.18.9", - "@babel/types": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-replace-supers": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.21.5.tgz", - "integrity": "sha512-/y7vBgsr9Idu4M6MprbOVUfH3vs7tsIfnVWv/Ml2xgwvyH6LTngdfbf5AdsKwkJy4zgy1X/kuNrEKvhhK28Yrg==", - "dev": true, - "dependencies": { - "@babel/helper-environment-visitor": "^7.21.5", - "@babel/helper-member-expression-to-functions": "^7.21.5", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/template": "^7.20.7", - "@babel/traverse": "^7.21.5", - "@babel/types": "^7.21.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@babel/helper-simple-access": { "version": "7.21.5", "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.21.5.tgz", @@ -406,18 +220,6 @@ "node": ">=6.9.0" } }, - "node_modules/@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz", - "integrity": "sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==", - "dev": true, - "dependencies": { - "@babel/types": "^7.20.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@babel/helper-split-export-declaration": { "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", @@ -457,21 +259,6 @@ "node": ">=6.9.0" } }, - "node_modules/@babel/helper-wrap-function": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz", - "integrity": "sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==", - "dev": true, - "dependencies": { - "@babel/helper-function-name": "^7.19.0", - "@babel/template": "^7.18.10", - "@babel/traverse": "^7.20.5", - "@babel/types": "^7.20.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@babel/helpers": { "version": "7.21.5", "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.21.5.tgz", @@ -512,97 +299,73 @@ "node": ">=6.0.0" } }, - "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz", - "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==", + "node_modules/@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" + "@babel/helper-plugin-utils": "^7.8.0" }, "peerDependencies": { - "@babel/core": "^7.0.0" + "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.20.7.tgz", - "integrity": "sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==", + "node_modules/@babel/plugin-syntax-bigint": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", + "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", - "@babel/plugin-proposal-optional-chaining": "^7.20.7" - }, - "engines": { - "node": ">=6.9.0" + "@babel/helper-plugin-utils": "^7.8.0" }, "peerDependencies": { - "@babel/core": "^7.13.0" + "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-proposal-async-generator-functions": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz", - "integrity": "sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==", + "node_modules/@babel/plugin-syntax-class-properties": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", "dev": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-remap-async-to-generator": "^7.18.9", - "@babel/plugin-syntax-async-generators": "^7.8.4" - }, - "engines": { - "node": ">=6.9.0" + "@babel/helper-plugin-utils": "^7.12.13" }, "peerDependencies": { "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-proposal-class-properties": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", - "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", + "node_modules/@babel/plugin-syntax-import-meta": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", + "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", "dev": true, "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" + "@babel/helper-plugin-utils": "^7.10.4" }, "peerDependencies": { "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-proposal-class-static-block": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.21.0.tgz", - "integrity": "sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==", + "node_modules/@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", "dev": true, "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.21.0", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-class-static-block": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" + "@babel/helper-plugin-utils": "^7.8.0" }, "peerDependencies": { - "@babel/core": "^7.12.0" + "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-proposal-dynamic-import": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz", - "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==", + "node_modules/@babel/plugin-syntax-jsx": { + "version": "7.21.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.21.4.tgz", + "integrity": "sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" + "@babel/helper-plugin-utils": "^7.20.2" }, "engines": { "node": ">=6.9.0" @@ -611,573 +374,85 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-proposal-export-namespace-from": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz", - "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==", + "node_modules/@babel/plugin-syntax-logical-assignment-operators": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" + "@babel/helper-plugin-utils": "^7.10.4" }, "peerDependencies": { "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-proposal-json-strings": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz", - "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==", + "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-json-strings": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" + "@babel/helper-plugin-utils": "^7.8.0" }, "peerDependencies": { "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-proposal-logical-assignment-operators": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz", - "integrity": "sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==", + "node_modules/@babel/plugin-syntax-numeric-separator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - }, - "engines": { - "node": ">=6.9.0" + "@babel/helper-plugin-utils": "^7.10.4" }, "peerDependencies": { "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", - "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", + "node_modules/@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" + "@babel/helper-plugin-utils": "^7.8.0" }, "peerDependencies": { "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-proposal-numeric-separator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", - "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", + "node_modules/@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - }, - "engines": { - "node": ">=6.9.0" + "@babel/helper-plugin-utils": "^7.8.0" }, "peerDependencies": { "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-proposal-object-rest-spread": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz", - "integrity": "sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==", + "node_modules/@babel/plugin-syntax-optional-chaining": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.20.5", - "@babel/helper-compilation-targets": "^7.20.7", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.20.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-optional-catch-binding": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz", - "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-optional-chaining": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz", - "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-private-methods": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", - "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", - "dev": true, - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-private-property-in-object": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0.tgz", - "integrity": "sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-create-class-features-plugin": "^7.21.0", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-unicode-property-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz", - "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==", - "dev": true, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-bigint": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", - "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", - "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-class-static-block": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", - "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", - "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", - "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-import-assertions": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz", - "integrity": "sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.19.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-import-meta": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", - "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.21.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.21.4.tgz", - "integrity": "sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", - "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-private-property-in-object": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", - "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-top-level-await": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", - "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-typescript": { - "version": "7.21.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.21.4.tgz", - "integrity": "sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-arrow-functions": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.21.5.tgz", - "integrity": "sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.21.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-async-to-generator": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.20.7.tgz", - "integrity": "sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==", - "dev": true, - "dependencies": { - "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-remap-async-to-generator": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-block-scoped-functions": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz", - "integrity": "sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.21.0.tgz", - "integrity": "sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-classes": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.21.0.tgz", - "integrity": "sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-compilation-targets": "^7.20.7", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-function-name": "^7.21.0", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-replace-supers": "^7.20.7", - "@babel/helper-split-export-declaration": "^7.18.6", - "globals": "^11.1.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-computed-properties": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.21.5.tgz", - "integrity": "sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.21.5", - "@babel/template": "^7.20.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.21.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.21.3.tgz", - "integrity": "sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-dotall-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz", - "integrity": "sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==", - "dev": true, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" + "@babel/helper-plugin-utils": "^7.8.0" }, "peerDependencies": { "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-transform-duplicate-keys": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz", - "integrity": "sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==", + "node_modules/@babel/plugin-syntax-top-level-await": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9" + "@babel/helper-plugin-utils": "^7.14.5" }, "engines": { "node": ">=6.9.0" @@ -1186,14 +461,13 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-transform-exponentiation-operator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz", - "integrity": "sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==", + "node_modules/@babel/plugin-syntax-typescript": { + "version": "7.21.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.21.4.tgz", + "integrity": "sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==", "dev": true, "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" + "@babel/helper-plugin-utils": "^7.20.2" }, "engines": { "node": ">=6.9.0" @@ -1202,575 +476,425 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-transform-for-of": { + "node_modules/@babel/runtime": { "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.21.5.tgz", - "integrity": "sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.21.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-function-name": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz", - "integrity": "sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==", - "dev": true, - "dependencies": { - "@babel/helper-compilation-targets": "^7.18.9", - "@babel/helper-function-name": "^7.18.9", - "@babel/helper-plugin-utils": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-literals": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz", - "integrity": "sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-member-expression-literals": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz", - "integrity": "sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.21.5.tgz", + "integrity": "sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" + "regenerator-runtime": "^0.13.11" }, "engines": { "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-transform-modules-amd": { - "version": "7.20.11", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.20.11.tgz", - "integrity": "sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==", + "node_modules/@babel/template": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz", + "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==", "dev": true, "dependencies": { - "@babel/helper-module-transforms": "^7.20.11", - "@babel/helper-plugin-utils": "^7.20.2" + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7" }, "engines": { "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-transform-modules-commonjs": { + "node_modules/@babel/traverse": { "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.21.5.tgz", - "integrity": "sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==", - "dev": true, - "dependencies": { - "@babel/helper-module-transforms": "^7.21.5", - "@babel/helper-plugin-utils": "^7.21.5", - "@babel/helper-simple-access": "^7.21.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.20.11", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.20.11.tgz", - "integrity": "sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.21.5.tgz", + "integrity": "sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==", "dev": true, "dependencies": { + "@babel/code-frame": "^7.21.4", + "@babel/generator": "^7.21.5", + "@babel/helper-environment-visitor": "^7.21.5", + "@babel/helper-function-name": "^7.21.0", "@babel/helper-hoist-variables": "^7.18.6", - "@babel/helper-module-transforms": "^7.20.11", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-validator-identifier": "^7.19.1" + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/parser": "^7.21.5", + "@babel/types": "^7.21.5", + "debug": "^4.1.0", + "globals": "^11.1.0" }, "engines": { "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-transform-modules-umd": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz", - "integrity": "sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==", + "node_modules/@babel/types": { + "version": "7.21.5", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.21.5.tgz", + "integrity": "sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==", "dev": true, "dependencies": { - "@babel/helper-module-transforms": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" + "@babel/helper-string-parser": "^7.21.5", + "@babel/helper-validator-identifier": "^7.19.1", + "to-fast-properties": "^2.0.0" }, "engines": { "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.20.5.tgz", - "integrity": "sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==", - "dev": true, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.20.5", - "@babel/helper-plugin-utils": "^7.20.2" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } + "node_modules/@bcoe/v8-coverage": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", + "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", + "dev": true }, - "node_modules/@babel/plugin-transform-new-target": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz", - "integrity": "sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==", + "node_modules/@esbuild/android-arm": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.17.19.tgz", + "integrity": "sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==", + "cpu": [ + "arm" + ], "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, + "optional": true, + "os": [ + "android" + ], "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" + "node": ">=12" } }, - "node_modules/@babel/plugin-transform-object-super": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz", - "integrity": "sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==", + "node_modules/@esbuild/android-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.17.19.tgz", + "integrity": "sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/helper-replace-supers": "^7.18.6" - }, + "optional": true, + "os": [ + "android" + ], "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" + "node": ">=12" } }, - "node_modules/@babel/plugin-transform-parameters": { - "version": "7.21.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.21.3.tgz", - "integrity": "sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==", + "node_modules/@esbuild/android-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.17.19.tgz", + "integrity": "sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2" - }, + "optional": true, + "os": [ + "android" + ], "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" + "node": ">=12" } }, - "node_modules/@babel/plugin-transform-property-literals": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz", - "integrity": "sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==", + "node_modules/@esbuild/darwin-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.19.tgz", + "integrity": "sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, + "optional": true, + "os": [ + "darwin" + ], "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" + "node": ">=12" } }, - "node_modules/@babel/plugin-transform-regenerator": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.21.5.tgz", - "integrity": "sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==", + "node_modules/@esbuild/darwin-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.19.tgz", + "integrity": "sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.21.5", - "regenerator-transform": "^0.15.1" - }, + "optional": true, + "os": [ + "darwin" + ], "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" + "node": ">=12" } }, - "node_modules/@babel/plugin-transform-reserved-words": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz", - "integrity": "sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==", + "node_modules/@esbuild/freebsd-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.19.tgz", + "integrity": "sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, + "optional": true, + "os": [ + "freebsd" + ], "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" + "node": ">=12" } }, - "node_modules/@babel/plugin-transform-shorthand-properties": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz", - "integrity": "sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==", + "node_modules/@esbuild/freebsd-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.17.19.tgz", + "integrity": "sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, + "optional": true, + "os": [ + "freebsd" + ], "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" + "node": ">=12" } }, - "node_modules/@babel/plugin-transform-spread": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.20.7.tgz", - "integrity": "sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==", + "node_modules/@esbuild/linux-arm": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.17.19.tgz", + "integrity": "sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==", + "cpu": [ + "arm" + ], "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" + "node": ">=12" } }, - "node_modules/@babel/plugin-transform-sticky-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz", - "integrity": "sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==", + "node_modules/@esbuild/linux-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.17.19.tgz", + "integrity": "sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" + "node": ">=12" } }, - "node_modules/@babel/plugin-transform-template-literals": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz", - "integrity": "sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==", + "node_modules/@esbuild/linux-ia32": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.17.19.tgz", + "integrity": "sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==", + "cpu": [ + "ia32" + ], "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" + "node": ">=12" } }, - "node_modules/@babel/plugin-transform-typeof-symbol": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz", - "integrity": "sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==", + "node_modules/@esbuild/linux-loong64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.17.19.tgz", + "integrity": "sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==", + "cpu": [ + "loong64" + ], "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" + "node": ">=12" } }, - "node_modules/@babel/plugin-transform-typescript": { - "version": "7.21.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.21.3.tgz", - "integrity": "sha512-RQxPz6Iqt8T0uw/WsJNReuBpWpBqs/n7mNo18sKLoTbMp+UrEekhH+pKSVC7gWz+DNjo9gryfV8YzCiT45RgMw==", + "node_modules/@esbuild/linux-mips64el": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.17.19.tgz", + "integrity": "sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==", + "cpu": [ + "mips64el" + ], "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-create-class-features-plugin": "^7.21.0", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-typescript": "^7.20.0" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" + "node": ">=12" } }, - "node_modules/@babel/plugin-transform-unicode-escapes": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.21.5.tgz", - "integrity": "sha512-LYm/gTOwZqsYohlvFUe/8Tujz75LqqVC2w+2qPHLR+WyWHGCZPN1KBpJCJn+4Bk4gOkQy/IXKIge6az5MqwlOg==", + "node_modules/@esbuild/linux-ppc64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.17.19.tgz", + "integrity": "sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==", + "cpu": [ + "ppc64" + ], "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.21.5" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" + "node": ">=12" } }, - "node_modules/@babel/plugin-transform-unicode-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz", - "integrity": "sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==", + "node_modules/@esbuild/linux-riscv64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.17.19.tgz", + "integrity": "sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==", + "cpu": [ + "riscv64" + ], "dev": true, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" + "node": ">=12" } }, - "node_modules/@babel/preset-env": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.21.5.tgz", - "integrity": "sha512-wH00QnTTldTbf/IefEVyChtRdw5RJvODT/Vb4Vcxq1AZvtXj6T0YeX0cAcXhI6/BdGuiP3GcNIL4OQbI2DVNxg==", + "node_modules/@esbuild/linux-s390x": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.17.19.tgz", + "integrity": "sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==", + "cpu": [ + "s390x" + ], "dev": true, - "dependencies": { - "@babel/compat-data": "^7.21.5", - "@babel/helper-compilation-targets": "^7.21.5", - "@babel/helper-plugin-utils": "^7.21.5", - "@babel/helper-validator-option": "^7.21.0", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.20.7", - "@babel/plugin-proposal-async-generator-functions": "^7.20.7", - "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/plugin-proposal-class-static-block": "^7.21.0", - "@babel/plugin-proposal-dynamic-import": "^7.18.6", - "@babel/plugin-proposal-export-namespace-from": "^7.18.9", - "@babel/plugin-proposal-json-strings": "^7.18.6", - "@babel/plugin-proposal-logical-assignment-operators": "^7.20.7", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", - "@babel/plugin-proposal-numeric-separator": "^7.18.6", - "@babel/plugin-proposal-object-rest-spread": "^7.20.7", - "@babel/plugin-proposal-optional-catch-binding": "^7.18.6", - "@babel/plugin-proposal-optional-chaining": "^7.21.0", - "@babel/plugin-proposal-private-methods": "^7.18.6", - "@babel/plugin-proposal-private-property-in-object": "^7.21.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.18.6", - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-class-static-block": "^7.14.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.20.0", - "@babel/plugin-syntax-import-meta": "^7.10.4", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5", - "@babel/plugin-syntax-top-level-await": "^7.14.5", - "@babel/plugin-transform-arrow-functions": "^7.21.5", - "@babel/plugin-transform-async-to-generator": "^7.20.7", - "@babel/plugin-transform-block-scoped-functions": "^7.18.6", - "@babel/plugin-transform-block-scoping": "^7.21.0", - "@babel/plugin-transform-classes": "^7.21.0", - "@babel/plugin-transform-computed-properties": "^7.21.5", - "@babel/plugin-transform-destructuring": "^7.21.3", - "@babel/plugin-transform-dotall-regex": "^7.18.6", - "@babel/plugin-transform-duplicate-keys": "^7.18.9", - "@babel/plugin-transform-exponentiation-operator": "^7.18.6", - "@babel/plugin-transform-for-of": "^7.21.5", - "@babel/plugin-transform-function-name": "^7.18.9", - "@babel/plugin-transform-literals": "^7.18.9", - "@babel/plugin-transform-member-expression-literals": "^7.18.6", - "@babel/plugin-transform-modules-amd": "^7.20.11", - "@babel/plugin-transform-modules-commonjs": "^7.21.5", - "@babel/plugin-transform-modules-systemjs": "^7.20.11", - "@babel/plugin-transform-modules-umd": "^7.18.6", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.20.5", - "@babel/plugin-transform-new-target": "^7.18.6", - "@babel/plugin-transform-object-super": "^7.18.6", - "@babel/plugin-transform-parameters": "^7.21.3", - "@babel/plugin-transform-property-literals": "^7.18.6", - "@babel/plugin-transform-regenerator": "^7.21.5", - "@babel/plugin-transform-reserved-words": "^7.18.6", - "@babel/plugin-transform-shorthand-properties": "^7.18.6", - "@babel/plugin-transform-spread": "^7.20.7", - "@babel/plugin-transform-sticky-regex": "^7.18.6", - "@babel/plugin-transform-template-literals": "^7.18.9", - "@babel/plugin-transform-typeof-symbol": "^7.18.9", - "@babel/plugin-transform-unicode-escapes": "^7.21.5", - "@babel/plugin-transform-unicode-regex": "^7.18.6", - "@babel/preset-modules": "^0.1.5", - "@babel/types": "^7.21.5", - "babel-plugin-polyfill-corejs2": "^0.3.3", - "babel-plugin-polyfill-corejs3": "^0.6.0", - "babel-plugin-polyfill-regenerator": "^0.4.1", - "core-js-compat": "^3.25.1", - "semver": "^6.3.0" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" + "node": ">=12" } }, - "node_modules/@babel/preset-env/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "node_modules/@esbuild/linux-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.19.tgz", + "integrity": "sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==", + "cpu": [ + "x64" + ], "dev": true, - "bin": { - "semver": "bin/semver.js" + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" } }, - "node_modules/@babel/preset-modules": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz", - "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==", + "node_modules/@esbuild/netbsd-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.17.19.tgz", + "integrity": "sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", - "@babel/plugin-transform-dotall-regex": "^7.4.4", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" } }, - "node_modules/@babel/preset-typescript": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.21.5.tgz", - "integrity": "sha512-iqe3sETat5EOrORXiQ6rWfoOg2y68Cs75B9wNxdPW4kixJxh7aXQE1KPdWLDniC24T/6dSnguF33W9j/ZZQcmA==", + "node_modules/@esbuild/openbsd-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.17.19.tgz", + "integrity": "sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.21.5", - "@babel/helper-validator-option": "^7.21.0", - "@babel/plugin-syntax-jsx": "^7.21.4", - "@babel/plugin-transform-modules-commonjs": "^7.21.5", - "@babel/plugin-transform-typescript": "^7.21.3" - }, + "optional": true, + "os": [ + "openbsd" + ], "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" + "node": ">=12" } }, - "node_modules/@babel/regjsgen": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", - "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==", - "dev": true - }, - "node_modules/@babel/runtime": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.21.5.tgz", - "integrity": "sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q==", + "node_modules/@esbuild/sunos-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.17.19.tgz", + "integrity": "sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "regenerator-runtime": "^0.13.11" - }, + "optional": true, + "os": [ + "sunos" + ], "engines": { - "node": ">=6.9.0" + "node": ">=12" } }, - "node_modules/@babel/template": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz", - "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==", + "node_modules/@esbuild/win32-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.17.19.tgz", + "integrity": "sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "@babel/code-frame": "^7.18.6", - "@babel/parser": "^7.20.7", - "@babel/types": "^7.20.7" - }, + "optional": true, + "os": [ + "win32" + ], "engines": { - "node": ">=6.9.0" + "node": ">=12" } }, - "node_modules/@babel/traverse": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.21.5.tgz", - "integrity": "sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==", + "node_modules/@esbuild/win32-ia32": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.17.19.tgz", + "integrity": "sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==", + "cpu": [ + "ia32" + ], "dev": true, - "dependencies": { - "@babel/code-frame": "^7.21.4", - "@babel/generator": "^7.21.5", - "@babel/helper-environment-visitor": "^7.21.5", - "@babel/helper-function-name": "^7.21.0", - "@babel/helper-hoist-variables": "^7.18.6", - "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/parser": "^7.21.5", - "@babel/types": "^7.21.5", - "debug": "^4.1.0", - "globals": "^11.1.0" - }, + "optional": true, + "os": [ + "win32" + ], "engines": { - "node": ">=6.9.0" + "node": ">=12" } }, - "node_modules/@babel/types": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.21.5.tgz", - "integrity": "sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==", + "node_modules/@esbuild/win32-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.19.tgz", + "integrity": "sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "@babel/helper-string-parser": "^7.21.5", - "@babel/helper-validator-identifier": "^7.19.1", - "to-fast-properties": "^2.0.0" - }, + "optional": true, + "os": [ + "win32" + ], "engines": { - "node": ">=6.9.0" + "node": ">=12" } }, - "node_modules/@bcoe/v8-coverage": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", - "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", - "dev": true - }, "node_modules/@graphql-tools/merge": { "version": "8.4.2", "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-8.4.2.tgz", @@ -1821,6 +945,23 @@ "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, + "node_modules/@isaacs/cliui": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "dev": true, + "dependencies": { + "string-width": "^5.1.2", + "string-width-cjs": "npm:string-width@^4.2.0", + "strip-ansi": "^7.0.1", + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", + "wrap-ansi": "^8.1.0", + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/@istanbuljs/load-nyc-config": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", @@ -1837,24 +978,6 @@ "node": ">=8" } }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/@istanbuljs/schema": { "version": "0.1.3", "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", @@ -1998,21 +1121,6 @@ } } }, - "node_modules/@jest/core/node_modules/ansi-escapes": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", - "dev": true, - "dependencies": { - "type-fest": "^0.21.3" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/@jest/core/node_modules/ansi-regex": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", @@ -2053,21 +1161,6 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@jest/core/node_modules/ci-info": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz", - "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/sibiraj-s" - } - ], - "engines": { - "node": ">=8" - } - }, "node_modules/@jest/core/node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", @@ -2258,6 +1351,16 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/@jest/reporters/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, "node_modules/@jest/reporters/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", @@ -2286,12 +1389,32 @@ "node": ">=7.0.0" } }, - "node_modules/@jest/reporters/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, + "node_modules/@jest/reporters/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/@jest/reporters/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/@jest/reporters/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -2301,6 +1424,18 @@ "node": ">=8" } }, + "node_modules/@jest/reporters/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/@jest/reporters/node_modules/strip-ansi": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", @@ -2637,9 +1772,9 @@ } }, "node_modules/@octokit/core": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.2.0.tgz", - "integrity": "sha512-AgvDRUg3COpR82P7PBdGZF/NNqGmtMq2NiPqeSsDIeCfYFOZ9gddqWNQHnFdEUf+YwOj4aZYmJnlPp7OXmDIDg==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.2.1.tgz", + "integrity": "sha512-tEDxFx8E38zF3gT7sSMDrT1tGumDgsw5yPG6BBh/X+5ClIQfMH/Yqocxz1PnHx6CHyF6pxmovUTOfZAUvQ0Lvw==", "dev": true, "dependencies": { "@octokit/auth-token": "^3.0.0", @@ -2669,9 +1804,9 @@ } }, "node_modules/@octokit/graphql": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.5.tgz", - "integrity": "sha512-Qwfvh3xdqKtIznjX9lz2D458r7dJPP8l6r4GQkIdWQouZwHQK0mVT88uwiU2bdTU2OtT1uOlKpRciUWldpG0yQ==", + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.6.tgz", + "integrity": "sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw==", "dev": true, "dependencies": { "@octokit/request": "^6.0.0", @@ -2683,17 +1818,17 @@ } }, "node_modules/@octokit/openapi-types": { - "version": "17.1.2", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.1.2.tgz", - "integrity": "sha512-OaS7Ol4Y+U50PbejfzQflGWRMxO04nYWO5ZBv6JerqMKE2WS/tI9VoVDDPXHBlRMGG2fOdKwtVGlFfc7AVIstw==" + "version": "17.2.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.2.0.tgz", + "integrity": "sha512-MazrFNx4plbLsGl+LFesMo96eIXkFgEtaKbnNpdh4aQ0VM10aoylFsTYP1AEjkeoRNZiiPe3T6Gl2Hr8dJWdlQ==" }, "node_modules/@octokit/plugin-rest-endpoint-methods": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-7.1.0.tgz", - "integrity": "sha512-SWwz/hc47GaKJR6BlJI4WIVRodbAFRvrR0QRPSoPMs7krb7anYPML3psg+ThEz/kcwOdSNh/oA8qThi/Wvs4Fw==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-7.1.2.tgz", + "integrity": "sha512-R0oJ7j6f/AdqPLtB9qRXLO+wjI9pctUn8Ka8UGfGaFCcCv3Otx14CshQ89K4E88pmyYZS8p0rNTiprML/81jig==", "dev": true, "dependencies": { - "@octokit/types": "^9.2.2", + "@octokit/types": "^9.2.3", "deprecation": "^2.3.1" }, "engines": { @@ -2704,9 +1839,9 @@ } }, "node_modules/@octokit/request": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.3.tgz", - "integrity": "sha512-TNAodj5yNzrrZ/VxP+H5HiYaZep0H3GU0O7PaF+fhDrt8FPrnkei9Aal/txsN/1P7V3CPiThG0tIvpPDYUsyAA==", + "version": "6.2.5", + "resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.5.tgz", + "integrity": "sha512-z83E8UIlPNaJUsXpjD8E0V5o/5f+vJJNbNcBwVZsX3/vC650U41cOkTLjq4PKk9BYonQGOnx7N17gvLyNjgGcQ==", "dev": true, "dependencies": { "@octokit/endpoint": "^7.0.0", @@ -2734,283 +1869,29 @@ "node": ">= 14" } }, - "node_modules/@octokit/types": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.2.tgz", - "integrity": "sha512-9BjDxjgQIvCjNWZsbqyH5QC2Yni16oaE6xL+8SUBMzcYPF4TGQBXGA97Cl3KceK9mwiNMb1mOYCz6FbCCLEL+g==", - "dependencies": { - "@octokit/openapi-types": "^17.1.2" - } - }, - "node_modules/@pika/babel-plugin-esm-import-rewrite": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/@pika/babel-plugin-esm-import-rewrite/-/babel-plugin-esm-import-rewrite-0.6.1.tgz", - "integrity": "sha512-B6CMCfc8EZT/0WUqPZJWf7LCXbqq4R41F5Xbifcy0HaMDxScoEW1zFPrYQLUs9+8B365JnKq3n+U6kMkFYT45w==", - "dev": true - }, - "node_modules/@pika/pack": { - "version": "0.3.7", - "resolved": "https://registry.npmjs.org/@pika/pack/-/pack-0.3.7.tgz", - "integrity": "sha512-YoY5eRji4ABupF0SNyeRPFaCZ1VPYTI7ytorgSnphstqup9krBFe41EtEVHXD7VQkINlXKXgJUfTS41spaL2vA==", - "dev": true, - "dependencies": { - "@pika/types": "^0.3.3", - "camelcase": "^4.0.0", - "chalk": "^2.1.0", - "commander": "^2.9.0", - "detect-indent": "~5.0.0", - "execa": "^1.0.0", - "file-uri-to-path": "^1.0.0", - "github-url-from-git": "^1.5.0", - "glob": "^7.1.1", - "has-yarn": "^1.0.0", - "hosted-git-info": "^2.7.1", - "import-from": "^2.1.0", - "inquirer": "^3.0.1", - "invariant": "^2.2.0", - "is-builtin-module": "^2.0.0", - "is-ci": "^1.0.10", - "is-scoped": "^1.0.0", - "issue-regex": "^2.0.0", - "loud-rejection": "^1.2.0", - "mkdirp": "^0.5.1", - "opn": "^5.4.0", - "p-timeout": "^2.0.1", - "read": "^1.0.7", - "rimraf": "^2.5.0", - "semver": "^5.6.0", - "strip-ansi": "^4.0.0", - "strip-bom": "^3.0.0", - "validate-npm-package-license": "^3.0.4" - }, - "bin": { - "pack": "dist-node/index.bin.js", - "pika-pack": "dist-node/index.bin.js" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@pika/plugin-build-node": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/@pika/plugin-build-node/-/plugin-build-node-0.9.2.tgz", - "integrity": "sha512-NJhnx5UdOKRz4+3eSienp3vlwUTFYDtz2xAKlswb1td0q5n4gkxZhXoImNzF9PfAaMOXIb+7ngaBNSDiHguTkw==", - "dev": true, - "dependencies": { - "@babel/core": "^7.0.0", - "@babel/plugin-syntax-dynamic-import": "^7.2.0", - "@babel/plugin-syntax-import-meta": "^7.2.0", - "@babel/preset-env": "^7.2.3", - "@pika/types": "^0.9.2", - "babel-plugin-dynamic-import-node-babel-7": "^2.0.7", - "builtin-modules": "^3.0.0", - "rollup": "^1.1.0", - "rollup-plugin-babel": "^4.3.0" - } - }, - "node_modules/@pika/plugin-build-node/node_modules/@pika/types": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/@pika/types/-/types-0.9.2.tgz", - "integrity": "sha512-AzZTkHtM0A67+xMVhmSeJDteSMS+RfXGuM+/oVbo1PGD19ic7fuimv5b0TW8dKoZuxpVxiwVAai+sFRSNmfI3g==", - "dev": true - }, - "node_modules/@pika/plugin-build-web": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/@pika/plugin-build-web/-/plugin-build-web-0.9.2.tgz", - "integrity": "sha512-HjN/3P5c5jVEaPo9ZSs+jn9osrNs3JW3ZgP11NSfS0QQEMIw+Ks+qXi5Aymp8WKLpoldtZw/z69+SrfqlNeZyg==", - "dev": true, - "dependencies": { - "@pika/types": "^0.9.2", - "@types/node": "^10.12.18", - "rollup": "^1.1.0" - } - }, - "node_modules/@pika/plugin-build-web/node_modules/@pika/types": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/@pika/types/-/types-0.9.2.tgz", - "integrity": "sha512-AzZTkHtM0A67+xMVhmSeJDteSMS+RfXGuM+/oVbo1PGD19ic7fuimv5b0TW8dKoZuxpVxiwVAai+sFRSNmfI3g==", - "dev": true - }, - "node_modules/@pika/plugin-build-web/node_modules/@types/node": { - "version": "10.17.60", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.60.tgz", - "integrity": "sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==", - "dev": true - }, - "node_modules/@pika/plugin-ts-standard-pkg": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/@pika/plugin-ts-standard-pkg/-/plugin-ts-standard-pkg-0.9.2.tgz", - "integrity": "sha512-LwObacitvuILyXzdmbB1gyGtPjERxSF83omBHfoagsSUqgIf4FZDo9Z3v5VpI7Sq7mtIjQ7D3cjKv8r7JyyY5Q==", - "dev": true, - "dependencies": { - "@pika/types": "^0.9.2", - "execa": "^2.0.0", - "standard-pkg": "^0.5.0" - } - }, - "node_modules/@pika/plugin-ts-standard-pkg/node_modules/@pika/types": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/@pika/types/-/types-0.9.2.tgz", - "integrity": "sha512-AzZTkHtM0A67+xMVhmSeJDteSMS+RfXGuM+/oVbo1PGD19ic7fuimv5b0TW8dKoZuxpVxiwVAai+sFRSNmfI3g==", - "dev": true - }, - "node_modules/@pika/plugin-ts-standard-pkg/node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "dev": true, - "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@pika/plugin-ts-standard-pkg/node_modules/execa": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-2.1.0.tgz", - "integrity": "sha512-Y/URAVapfbYy2Xp/gb6A0E7iR8xeqOCXsuuaoMn7A5PzrXUK84E1gyiEfq0wQd/GHA6GsoHWwhNq8anb0mleIw==", - "dev": true, - "dependencies": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^3.0.0", - "onetime": "^5.1.0", - "p-finally": "^2.0.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - }, - "engines": { - "node": "^8.12.0 || >=9.7.0" - } - }, - "node_modules/@pika/plugin-ts-standard-pkg/node_modules/get-stream": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", - "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", - "dev": true, - "dependencies": { - "pump": "^3.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@pika/plugin-ts-standard-pkg/node_modules/is-stream": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@pika/plugin-ts-standard-pkg/node_modules/mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/@pika/plugin-ts-standard-pkg/node_modules/npm-run-path": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-3.1.0.tgz", - "integrity": "sha512-Dbl4A/VfiVGLgQv29URL9xshU8XDY1GeLy+fsaZ1AA8JDSfjvr5P5+pzRbWqRSBxk6/DW7MIh8lTM/PaGnP2kg==", - "dev": true, - "dependencies": { - "path-key": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@pika/plugin-ts-standard-pkg/node_modules/onetime": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", - "dev": true, - "dependencies": { - "mimic-fn": "^2.1.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@pika/plugin-ts-standard-pkg/node_modules/p-finally": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-2.0.1.tgz", - "integrity": "sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@pika/plugin-ts-standard-pkg/node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true, - "engines": { - "node": ">=8" - } + "node_modules/@octokit/tsconfig": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@octokit/tsconfig/-/tsconfig-1.0.2.tgz", + "integrity": "sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA==" }, - "node_modules/@pika/plugin-ts-standard-pkg/node_modules/shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dev": true, + "node_modules/@octokit/types": { + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.3.tgz", + "integrity": "sha512-MMeLdHyFIALioycq+LFcA71v0S2xpQUX2cw6pPbHQjaibcHYwLnmK/kMZaWuGfGfjBJZ3wRUq+dOaWsvrPJVvA==", "dependencies": { - "shebang-regex": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@pika/plugin-ts-standard-pkg/node_modules/shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "dev": true, - "engines": { - "node": ">=8" + "@octokit/openapi-types": "^17.2.0" } }, - "node_modules/@pika/plugin-ts-standard-pkg/node_modules/which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "node_modules/@pkgjs/parseargs": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", "dev": true, - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, + "optional": true, "engines": { - "node": ">= 8" + "node": ">=14" } }, - "node_modules/@pika/types": { - "version": "0.3.16", - "resolved": "https://registry.npmjs.org/@pika/types/-/types-0.3.16.tgz", - "integrity": "sha512-hM3WHhN4RxXRVVBijyYO4/B1DwT/9dFhemeDaplPsPVZEUumm3/PDo24VIFLJMrk68yio1lBby3X0IbGtPZClQ==", - "dev": true - }, "node_modules/@sinclair/typebox": { "version": "0.25.24", "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.25.24.tgz", @@ -3030,21 +1911,21 @@ } }, "node_modules/@sinonjs/commons": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-2.0.0.tgz", - "integrity": "sha512-uLa0j859mMrg2slwQYdO/AkrOfmH+X6LTVmNTS9CqexuE2IvVORIkSpJLqePAbEnKJ77aMmCwr1NUZ57120Xcg==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.0.tgz", + "integrity": "sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==", "dev": true, "dependencies": { "type-detect": "4.0.8" } }, "node_modules/@sinonjs/fake-timers": { - "version": "10.0.2", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.0.2.tgz", - "integrity": "sha512-SwUDyjWnah1AaNl7kxsa7cfLhlTYoiyhDAIgyh+El30YvXs/o7OLXpYH88Zdhyx9JExKrmHDJ+10bwIcY80Jmw==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.2.0.tgz", + "integrity": "sha512-OPwQlEdg40HAj5KNF8WW6q2KG4Z+cBCZb3m4ninfTZKaBmbIJodviQsDBoYMPHkOyJJMHnOJo5j2+LKDOhOACg==", "dev": true, "dependencies": { - "@sinonjs/commons": "^2.0.0" + "@sinonjs/commons": "^3.0.0" } }, "node_modules/@szmarczak/http-timer": { @@ -3112,12 +1993,6 @@ "@types/responselike": "^1.0.0" } }, - "node_modules/@types/estree": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz", - "integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==", - "dev": true - }, "node_modules/@types/fetch-mock": { "version": "7.3.5", "resolved": "https://registry.npmjs.org/@types/fetch-mock/-/fetch-mock-7.3.5.tgz", @@ -3182,16 +2057,10 @@ "@types/node": "*" } }, - "node_modules/@types/minimist": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", - "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==", - "dev": true - }, "node_modules/@types/node": { - "version": "18.16.8", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.8.tgz", - "integrity": "sha512-p0iAXcfWCOTCBbsExHIDFCfwsqFwBTgETJveKMT+Ci3LY9YqQCI91F5S+TB20+aRCXpcWfvx5Qr5EccnwCm2NA==", + "version": "18.16.14", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.14.tgz", + "integrity": "sha512-+ImzUB3mw2c5ISJUq0punjDilUQ5GnUim0ZRvchHIWJmOC0G+p0kzhXBqj6cDjK0QdPFwzrHWgrJp3RPvCG5qg==", "dev": true }, "node_modules/@types/prettier": { @@ -3230,34 +2099,31 @@ "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==", "dev": true }, - "node_modules/acorn": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", - "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", - "dev": true, - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, "node_modules/ansi-escapes": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz", - "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", "dev": true, + "dependencies": { + "type-fest": "^0.21.3" + }, "engines": { - "node": ">=4" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/ansi-regex": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz", - "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", "dev": true, "engines": { - "node": ">=4" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, "node_modules/ansi-styles": { @@ -3307,15 +2173,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/array-find-index": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", - "integrity": "sha512-M1HQyIXcBGtVywBt8WVdim+lrNaK7VHp99Qt5pSNziXznKHViIBbXWtfRTpEFpF/c4FdfxNAsCCwPp5phBYJtw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/available-typed-arrays": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", @@ -3419,15 +2276,6 @@ "node": ">=8" } }, - "node_modules/babel-plugin-dynamic-import-node-babel-7": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node-babel-7/-/babel-plugin-dynamic-import-node-babel-7-2.0.7.tgz", - "integrity": "sha512-8DO7mdeczoxi0z1ggb6wS/yWkwM2F9uMPKsVeohK1Ff389JENDfZd+aINwM5r2p66IZGR0rkMrYCr2EyEGrGAQ==", - "dev": true, - "dependencies": { - "@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.42" - } - }, "node_modules/babel-plugin-istanbul": { "version": "6.1.1", "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", @@ -3447,64 +2295,16 @@ "node_modules/babel-plugin-jest-hoist": { "version": "29.5.0", "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.5.0.tgz", - "integrity": "sha512-zSuuuAlTMT4mzLj2nPnUm6fsE6270vdOfnpbJ+RmruU75UhLFvL0N2NgI7xpeS7NaB6hGqmd5pVpGTDYvi4Q3w==", - "dev": true, - "dependencies": { - "@babel/template": "^7.3.3", - "@babel/types": "^7.3.3", - "@types/babel__core": "^7.1.14", - "@types/babel__traverse": "^7.0.6" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/babel-plugin-polyfill-corejs2": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz", - "integrity": "sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==", - "dev": true, - "dependencies": { - "@babel/compat-data": "^7.17.7", - "@babel/helper-define-polyfill-provider": "^0.3.3", - "semver": "^6.1.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz", - "integrity": "sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==", - "dev": true, - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.3.3", - "core-js-compat": "^3.25.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz", - "integrity": "sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==", + "integrity": "sha512-zSuuuAlTMT4mzLj2nPnUm6fsE6270vdOfnpbJ+RmruU75UhLFvL0N2NgI7xpeS7NaB6hGqmd5pVpGTDYvi4Q3w==", "dev": true, "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.3.3" + "@babel/template": "^7.3.3", + "@babel/types": "^7.3.3", + "@types/babel__core": "^7.1.14", + "@types/babel__traverse": "^7.0.6" }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/babel-preset-current-node-syntax": { @@ -3559,13 +2359,12 @@ "dev": true }, "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" + "balanced-match": "^1.0.0" } }, "node_modules/braces": { @@ -3635,18 +2434,6 @@ "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", "dev": true }, - "node_modules/builtin-modules": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz", - "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==", - "dev": true, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/cacheable-lookup": { "version": "5.0.4", "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz", @@ -3674,21 +2461,6 @@ "node": ">=8" } }, - "node_modules/cacheable-request/node_modules/get-stream": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", - "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", - "dev": true, - "dependencies": { - "pump": "^3.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/call-bind": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", @@ -3712,18 +2484,18 @@ } }, "node_modules/camelcase": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", - "integrity": "sha512-FxAv7HpHrXbh3aPo4o2qxHay2lkLY3x5Mw3KeE4KQE8ysVfziWeRZDwcjauvwBSGEC/nXUPzZy8zeh4HokqOnw==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", "dev": true, "engines": { - "node": ">=4" + "node": ">=6" } }, "node_modules/caniuse-lite": { - "version": "1.0.30001486", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001486.tgz", - "integrity": "sha512-uv7/gXuHi10Whlj0pp5q/tsK/32J2QSqVRKQhs2j8VsDCjgyruAh/eEXHF822VqO9yT6iZKw3nRwZRSPBE9OQg==", + "version": "1.0.30001488", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001488.tgz", + "integrity": "sha512-NORIQuuL4xGpIy6iCCQGN4iFjlBXtfKWIenlUuyZJumLRIindLb7wXM+GO8erEhb7vXfcnf4BAg2PrSDN5TNLQ==", "dev": true, "funding": [ { @@ -3763,17 +2535,20 @@ "node": ">=10" } }, - "node_modules/chardet": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.4.2.tgz", - "integrity": "sha512-j/Toj7f1z98Hh2cYo2BVr85EpIRWqUi7rtRSGxh/cqUjqrnJe9l9UE7IUGd2vQ2p+kSHLkSzObQPZPLUC6TQwg==", - "dev": true - }, "node_modules/ci-info": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-1.6.0.tgz", - "integrity": "sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A==", - "dev": true + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz", + "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/sibiraj-s" + } + ], + "engines": { + "node": ">=8" + } }, "node_modules/cjs-module-lexer": { "version": "1.2.2", @@ -3781,24 +2556,6 @@ "integrity": "sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==", "dev": true }, - "node_modules/cli-cursor": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz", - "integrity": "sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw==", - "dev": true, - "dependencies": { - "restore-cursor": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/cli-width": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.1.tgz", - "integrity": "sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==", - "dev": true - }, "node_modules/cliui": { "version": "8.0.1", "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", @@ -3822,15 +2579,45 @@ "node": ">=8" } }, - "node_modules/cliui/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "node_modules/cliui/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, "engines": { "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/cliui/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" } }, + "node_modules/cliui/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/cliui/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, "node_modules/cliui/node_modules/string-width": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", @@ -3857,6 +2644,23 @@ "node": ">=8" } }, + "node_modules/cliui/node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, "node_modules/clone-response": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.3.tgz", @@ -3900,12 +2704,6 @@ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", "dev": true }, - "node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true - }, "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", @@ -3929,45 +2727,18 @@ "url": "https://opencollective.com/core-js" } }, - "node_modules/core-js-compat": { - "version": "3.30.2", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.30.2.tgz", - "integrity": "sha512-nriW1nuJjUgvkEjIot1Spwakz52V9YkYHZAQG6A1eCgC8AA1p0zngrQEP9R0+V6hji5XilWKG1Bd0YRppmGimA==", - "dev": true, - "dependencies": { - "browserslist": "^4.21.5" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, "node_modules/cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", - "dev": true, - "dependencies": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "engines": { - "node": ">=4.8" - } - }, - "node_modules/currently-unhandled": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz", - "integrity": "sha512-/fITjgjGU50vjQ4FH6eUoYu+iUoUKIXws2hL15JJpIR+BbTxaXQsMuuyjtNh2WqsSBS5nsaZHFsFecyw5CCAng==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", "dev": true, "dependencies": { - "array-find-index": "^1.0.1" + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" }, "engines": { - "node": ">=0.10.0" + "node": ">= 8" } }, "node_modules/debug": { @@ -4060,15 +2831,6 @@ "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==", "dev": true }, - "node_modules/detect-indent": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-5.0.0.tgz", - "integrity": "sha512-rlpvsxUtM0PQvy9iZe640/IWwWYyBsTApREbA1pHOpmOUIl9MkP/U4z7vTtg4Oaojvqhxt7sdufnT0EzGaR31g==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/detect-newline": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", @@ -4087,10 +2849,16 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, + "node_modules/eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true + }, "node_modules/electron-to-chromium": { - "version": "1.4.392", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.392.tgz", - "integrity": "sha512-TXQOMW9tnhIms3jGy/lJctLjICOgyueZFJ1KUtm6DTQ+QpxX3p7ZBwB6syuZ9KBuT5S4XX7bgY1ECPgfxKUdOg==", + "version": "1.4.402", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.402.tgz", + "integrity": "sha512-gWYvJSkohOiBE6ecVYXkrDgNaUjo47QEKK0kQzmWyhkH+yoYiG44bwuicTGNSIQRG3WDMsWVZJLRnJnLNkbWvA==", "dev": true }, "node_modules/emittery": { @@ -4106,9 +2874,9 @@ } }, "node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", "dev": true }, "node_modules/end-of-stream": { @@ -4208,6 +2976,43 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/esbuild": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.17.19.tgz", + "integrity": "sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw==", + "dev": true, + "hasInstallScript": true, + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/android-arm": "0.17.19", + "@esbuild/android-arm64": "0.17.19", + "@esbuild/android-x64": "0.17.19", + "@esbuild/darwin-arm64": "0.17.19", + "@esbuild/darwin-x64": "0.17.19", + "@esbuild/freebsd-arm64": "0.17.19", + "@esbuild/freebsd-x64": "0.17.19", + "@esbuild/linux-arm": "0.17.19", + "@esbuild/linux-arm64": "0.17.19", + "@esbuild/linux-ia32": "0.17.19", + "@esbuild/linux-loong64": "0.17.19", + "@esbuild/linux-mips64el": "0.17.19", + "@esbuild/linux-ppc64": "0.17.19", + "@esbuild/linux-riscv64": "0.17.19", + "@esbuild/linux-s390x": "0.17.19", + "@esbuild/linux-x64": "0.17.19", + "@esbuild/netbsd-x64": "0.17.19", + "@esbuild/openbsd-x64": "0.17.19", + "@esbuild/sunos-x64": "0.17.19", + "@esbuild/win32-arm64": "0.17.19", + "@esbuild/win32-ia32": "0.17.19", + "@esbuild/win32-x64": "0.17.19" + } + }, "node_modules/escalade": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", @@ -4239,39 +3044,47 @@ "node": ">=4" } }, - "node_modules/estree-walker": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-0.6.1.tgz", - "integrity": "sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==", - "dev": true - }, - "node_modules/esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "node_modules/execa": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", "dev": true, + "dependencies": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + }, "engines": { - "node": ">=0.10.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" } }, - "node_modules/execa": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "node_modules/execa/node_modules/get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", "dev": true, - "dependencies": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - }, "engines": { - "node": ">=6" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/execa/node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, "node_modules/exit": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", @@ -4297,20 +3110,6 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/external-editor": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-2.2.0.tgz", - "integrity": "sha512-bSn6gvGxKt+b7+6TKEv1ZycHleA7aHhRHyAqJyp5pbUFuYYNIzpZnQDk7AsYckyWdEnTeAnay0aCy2aV6iTk9A==", - "dev": true, - "dependencies": { - "chardet": "^0.4.0", - "iconv-lite": "^0.4.17", - "tmp": "^0.0.33" - }, - "engines": { - "node": ">=0.12" - } - }, "node_modules/fast-json-stable-stringify": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", @@ -4359,24 +3158,6 @@ } } }, - "node_modules/figures": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", - "integrity": "sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==", - "dev": true, - "dependencies": { - "escape-string-regexp": "^1.0.5" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/file-uri-to-path": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", - "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", - "dev": true - }, "node_modules/fill-range": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", @@ -4411,6 +3192,22 @@ "is-callable": "^1.1.3" } }, + "node_modules/foreground-child": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz", + "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==", + "dev": true, + "dependencies": { + "cross-spawn": "^7.0.0", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", @@ -4483,13 +3280,14 @@ } }, "node_modules/get-intrinsic": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.0.tgz", - "integrity": "sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz", + "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==", "dev": true, "dependencies": { "function-bind": "^1.1.1", "has": "^1.0.3", + "has-proto": "^1.0.1", "has-symbols": "^1.0.3" }, "funding": { @@ -4506,15 +3304,18 @@ } }, "node_modules/get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", "dev": true, "dependencies": { "pump": "^3.0.0" }, "engines": { - "node": ">=6" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/get-symbol-description": { @@ -4559,9 +3360,9 @@ } }, "node_modules/github-openapi-graphql-query/node_modules/semver": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz", - "integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==", + "version": "7.5.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", + "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -4579,27 +3380,23 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true }, - "node_modules/github-url-from-git": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/github-url-from-git/-/github-url-from-git-1.5.0.tgz", - "integrity": "sha512-WWOec4aRI7YAykQ9+BHmzjyNlkfJFG8QLXnDTsLz/kZefq7qkzdfo4p6fkYYMIq1aj+gZcQs/1HQhQh3DPPxlQ==", - "dev": true - }, "node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "version": "10.2.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.2.6.tgz", + "integrity": "sha512-U/rnDpXJGF414QQQZv5uVsabTVxMSwzS5CH0p3DRCIV6ownl4f7PzGnkGmvlum2wB+9RlJWJZ6ACU1INnBqiPA==", "dev": true, "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "foreground-child": "^3.1.0", + "jackspeak": "^2.0.3", + "minimatch": "^9.0.1", + "minipass": "^5.0.0 || ^6.0.2", + "path-scurry": "^1.7.0" + }, + "bin": { + "glob": "dist/cjs/src/bin.js" }, "engines": { - "node": "*" + "node": ">=16 || 14 >=14.17" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -4768,15 +3565,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/has-yarn": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-1.0.0.tgz", - "integrity": "sha512-UAI4b48aqrdez88CwMfC9s+gcJ25O1qg0/hS5eKOsIF5tOw2EYcgGsryYF6TEI5G8SeCYzFBt5Z04D/BDABYSQ==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/hosted-git-info": { "version": "2.8.9", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", @@ -4817,30 +3605,6 @@ "node": ">=10.17.0" } }, - "node_modules/iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "dev": true, - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/import-from": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/import-from/-/import-from-2.1.0.tgz", - "integrity": "sha512-0vdnLL2wSGnhlRmzHJAg5JHjt1l2vYhzJ7tNLGbeVg0fse56tpGaH0uzH+r9Slej+BSXXEHvBKDEnVSLLE9/+w==", - "dev": true, - "dependencies": { - "resolve-from": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/import-local": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", @@ -4885,28 +3649,6 @@ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", "dev": true }, - "node_modules/inquirer": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-3.3.0.tgz", - "integrity": "sha512-h+xtnyk4EwKvFWHrUYsWErEVR+igKtLdchu+o0Z1RL7VU/jVMFbYir2bp6bAj8efFNxWqHX0dIss6fJQ+/+qeQ==", - "dev": true, - "dependencies": { - "ansi-escapes": "^3.0.0", - "chalk": "^2.0.0", - "cli-cursor": "^2.1.0", - "cli-width": "^2.0.0", - "external-editor": "^2.0.4", - "figures": "^2.0.0", - "lodash": "^4.3.0", - "mute-stream": "0.0.7", - "run-async": "^2.2.0", - "rx-lite": "^4.0.8", - "rx-lite-aggregates": "^4.0.8", - "string-width": "^2.1.0", - "strip-ansi": "^4.0.0", - "through": "^2.3.6" - } - }, "node_modules/internal-slot": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz", @@ -4921,15 +3663,6 @@ "node": ">= 0.4" } }, - "node_modules/invariant": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", - "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", - "dev": true, - "dependencies": { - "loose-envify": "^1.0.0" - } - }, "node_modules/is-array-buffer": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz", @@ -4978,27 +3711,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-builtin-module": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-2.0.0.tgz", - "integrity": "sha512-G2jLHphOywpgrL/AaJKWDXpdpGR9X4V1PCkB+EwG5Z28z8EukgdWnAUFAS2wdBtIpwHhHBIiq0NBOWEbSXN0Rg==", - "dev": true, - "dependencies": { - "builtin-modules": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/is-builtin-module/node_modules/builtin-modules": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-2.0.0.tgz", - "integrity": "sha512-3U5kUA5VPsRUA3nofm/BXX7GVHKfxz0hOBAPxXrIvHzlDRkQVqEn6yi8QJegxl4LzOHLdvb7XF5dVawa/VVYBg==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/is-callable": { "version": "1.2.7", "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", @@ -5011,22 +3723,10 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-ci": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-1.2.1.tgz", - "integrity": "sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==", - "dev": true, - "dependencies": { - "ci-info": "^1.5.0" - }, - "bin": { - "is-ci": "bin.js" - } - }, "node_modules/is-core-module": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.0.tgz", - "integrity": "sha512-RECHCBCd/viahWmwj6enj19sKbHfJrddi/6cBDsNTKbNq0f7VeaUkBo60BqzvPqo/W54ChS62Z5qyun7cfOMqQ==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz", + "integrity": "sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==", "dev": true, "dependencies": { "has": "^1.0.3" @@ -5051,12 +3751,12 @@ } }, "node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, "engines": { - "node": ">=4" + "node": ">=8" } }, "node_modules/is-generator-fn": { @@ -5129,18 +3829,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-scoped": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-scoped/-/is-scoped-1.0.0.tgz", - "integrity": "sha512-iT1y0qJcdqXnHe6SCtN9cOBPRiarw8Cy1EZkawW50dxO/7oHC6AYvs1tH4QbBbi7UC/vYY3BnRmbE0bFLwvUog==", - "dev": true, - "dependencies": { - "scoped-regex": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/is-shared-array-buffer": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", @@ -5154,12 +3842,15 @@ } }, "node_modules/is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", - "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "dev": true, "engines": { - "node": ">=0.10.0" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/is-string": { @@ -5229,30 +3920,12 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-wsl": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", - "integrity": "sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", "dev": true }, - "node_modules/issue-regex": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/issue-regex/-/issue-regex-2.0.0.tgz", - "integrity": "sha512-flaQ/45dMqCYSMzBQI/h3bcto6T70uN7kjNnI8n3gQU6no5p+QcnMWBNXkraED0YvbUymxKaqdvgPa09RZQM5A==", - "dev": true, - "engines": { - "node": ">=6" - } - }, "node_modules/istanbul-lib-coverage": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", @@ -5278,15 +3951,6 @@ "node": ">=8" } }, - "node_modules/istanbul-lib-instrument/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, "node_modules/istanbul-lib-report": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", @@ -5310,224 +3974,100 @@ "node": ">=8" } }, - "node_modules/istanbul-lib-report/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/istanbul-lib-source-maps": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", - "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", - "dev": true, - "dependencies": { - "debug": "^4.1.1", - "istanbul-lib-coverage": "^3.0.0", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/istanbul-reports": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.5.tgz", - "integrity": "sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==", - "dev": true, - "dependencies": { - "html-escaper": "^2.0.0", - "istanbul-lib-report": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest": { - "version": "29.5.0", - "resolved": "https://registry.npmjs.org/jest/-/jest-29.5.0.tgz", - "integrity": "sha512-juMg3he2uru1QoXX078zTa7pO85QyB9xajZc6bU+d9yEGwrKX6+vGmJQ3UdVZsvTEUARIdObzH68QItim6OSSQ==", - "dev": true, - "dependencies": { - "@jest/core": "^29.5.0", - "@jest/types": "^29.5.0", - "import-local": "^3.0.2", - "jest-cli": "^29.5.0" - }, - "bin": { - "jest": "bin/jest.js" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } - } - }, - "node_modules/jest-changed-files": { - "version": "29.5.0", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.5.0.tgz", - "integrity": "sha512-IFG34IUMUaNBIxjQXF/iu7g6EcdMrGRRxaUSw92I/2g2YC6vCdTltl4nHvt7Ci5nSJwXIkCu8Ka1DKF+X7Z1Ag==", - "dev": true, - "dependencies": { - "execa": "^5.0.0", - "p-limit": "^3.1.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-changed-files/node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "dev": true, - "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/jest-changed-files/node_modules/execa": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", - "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", - "dev": true, - "dependencies": { - "cross-spawn": "^7.0.3", - "get-stream": "^6.0.0", - "human-signals": "^2.1.0", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.1", - "onetime": "^5.1.2", - "signal-exit": "^3.0.3", - "strip-final-newline": "^2.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sindresorhus/execa?sponsor=1" - } - }, - "node_modules/jest-changed-files/node_modules/get-stream": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/jest-changed-files/node_modules/is-stream": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/jest-changed-files/node_modules/mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/jest-changed-files/node_modules/npm-run-path": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", - "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "node_modules/istanbul-lib-report/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, "dependencies": { - "path-key": "^3.0.0" + "has-flag": "^4.0.0" }, "engines": { "node": ">=8" } }, - "node_modules/jest-changed-files/node_modules/onetime": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "node_modules/istanbul-lib-source-maps": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", + "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", "dev": true, "dependencies": { - "mimic-fn": "^2.1.0" + "debug": "^4.1.1", + "istanbul-lib-coverage": "^3.0.0", + "source-map": "^0.6.1" }, "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=10" } }, - "node_modules/jest-changed-files/node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "node_modules/istanbul-reports": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.5.tgz", + "integrity": "sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==", "dev": true, + "dependencies": { + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" + }, "engines": { "node": ">=8" } }, - "node_modules/jest-changed-files/node_modules/shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "node_modules/jackspeak": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.2.1.tgz", + "integrity": "sha512-MXbxovZ/Pm42f6cDIDkl3xpwv1AGwObKwfmjs2nQePiy85tP3fatofl3FC1aBsOtP/6fq5SbtgHwWcMsLP+bDw==", "dev": true, "dependencies": { - "shebang-regex": "^3.0.0" + "@isaacs/cliui": "^8.0.2" }, "engines": { - "node": ">=8" + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + }, + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" } }, - "node_modules/jest-changed-files/node_modules/shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "node_modules/jest": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/jest/-/jest-29.5.0.tgz", + "integrity": "sha512-juMg3he2uru1QoXX078zTa7pO85QyB9xajZc6bU+d9yEGwrKX6+vGmJQ3UdVZsvTEUARIdObzH68QItim6OSSQ==", "dev": true, + "dependencies": { + "@jest/core": "^29.5.0", + "@jest/types": "^29.5.0", + "import-local": "^3.0.2", + "jest-cli": "^29.5.0" + }, + "bin": { + "jest": "bin/jest.js" + }, "engines": { - "node": ">=8" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } } }, - "node_modules/jest-changed-files/node_modules/which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "node_modules/jest-changed-files": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.5.0.tgz", + "integrity": "sha512-IFG34IUMUaNBIxjQXF/iu7g6EcdMrGRRxaUSw92I/2g2YC6vCdTltl4nHvt7Ci5nSJwXIkCu8Ka1DKF+X7Z1Ag==", "dev": true, "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" + "execa": "^5.0.0", + "p-limit": "^3.1.0" }, "engines": { - "node": ">= 8" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/jest-circus": { @@ -5795,6 +4335,16 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/jest-config/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, "node_modules/jest-config/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", @@ -5811,21 +4361,6 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/jest-config/node_modules/ci-info": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz", - "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/sibiraj-s" - } - ], - "engines": { - "node": ">=8" - } - }, "node_modules/jest-config/node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", @@ -5844,6 +4379,26 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, + "node_modules/jest-config/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/jest-config/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -5853,6 +4408,18 @@ "node": ">=8" } }, + "node_modules/jest-config/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/jest-config/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", @@ -6580,6 +5147,16 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/jest-runtime/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, "node_modules/jest-runtime/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", @@ -6614,6 +5191,26 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, + "node_modules/jest-runtime/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/jest-runtime/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -6623,13 +5220,16 @@ "node": ">=8" } }, - "node_modules/jest-runtime/node_modules/strip-bom": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", - "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", + "node_modules/jest-runtime/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, "engines": { - "node": ">=8" + "node": "*" } }, "node_modules/jest-runtime/node_modules/supports-color": { @@ -6749,9 +5349,9 @@ } }, "node_modules/jest-snapshot/node_modules/semver": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz", - "integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==", + "version": "7.5.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", + "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -6829,21 +5429,6 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/jest-util/node_modules/ci-info": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz", - "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/sibiraj-s" - } - ], - "engines": { - "node": ">=8" - } - }, "node_modules/jest-util/node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", @@ -7001,21 +5586,6 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-watcher/node_modules/ansi-escapes": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", - "dev": true, - "dependencies": { - "type-fest": "^0.21.3" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/jest-watcher/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", @@ -7247,6 +5817,15 @@ "node": ">=4" } }, + "node_modules/load-json-file/node_modules/strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, "node_modules/locate-path": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", @@ -7265,12 +5844,6 @@ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, - "node_modules/lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", - "dev": true - }, "node_modules/lodash.isequal": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", @@ -7289,31 +5862,6 @@ "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==", "dev": true }, - "node_modules/loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", - "dev": true, - "dependencies": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "bin": { - "loose-envify": "cli.js" - } - }, - "node_modules/loud-rejection": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz", - "integrity": "sha512-RPNliZOFkqFumDhvYqOaNY4Uz9oJM2K9tC6JWsJJsNdhuONW4LQHRBpb0qf4pJApVffI5N39SwzWZJuEhfd7eQ==", - "dev": true, - "dependencies": { - "currently-unhandled": "^0.4.1", - "signal-exit": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/lowercase-keys": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", @@ -7347,15 +5895,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/make-dir/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, "node_modules/make-error": { "version": "1.3.6", "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", @@ -7400,12 +5939,12 @@ } }, "node_modules/mimic-fn": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz", - "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "dev": true, "engines": { - "node": ">=4" + "node": ">=6" } }, "node_modules/mimic-response": { @@ -7418,36 +5957,27 @@ } }, "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz", + "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==", "dev": true, "dependencies": { - "brace-expansion": "^1.1.7" + "brace-expansion": "^2.0.1" }, "engines": { - "node": "*" - } - }, - "node_modules/minimist": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", - "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", - "dev": true, + "node": ">=16 || 14 >=14.17" + }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/mkdirp": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "node_modules/minipass": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-6.0.2.tgz", + "integrity": "sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w==", "dev": true, - "dependencies": { - "minimist": "^1.2.6" - }, - "bin": { - "mkdirp": "bin/cmd.js" + "engines": { + "node": ">=16 || 14 >=14.17" } }, "node_modules/ms": { @@ -7456,12 +5986,6 @@ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", "dev": true }, - "node_modules/mute-stream": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz", - "integrity": "sha512-r65nCZhrbXXb6dXOACihYApHw2Q6pV0M3V0PSxd74N0+D8nzAdEAITq2oAjA1jVnKI+tGvEBUpqiMh0+rW6zDQ==", - "dev": true - }, "node_modules/natural-compare": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", @@ -7523,9 +6047,9 @@ "dev": true }, "node_modules/node-releases": { - "version": "2.0.10", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.10.tgz", - "integrity": "sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==", + "version": "2.0.11", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.11.tgz", + "integrity": "sha512-+M0PwXeU80kRohZ3aT4J/OnR+l9/KD2nVLNNoRgFtnf+umQVFdGBAO2N8+nCnEi0xlh/Wk3zOGC+vNNx+uM79Q==", "dev": true }, "node_modules/normalize-package-data": { @@ -7540,6 +6064,15 @@ "validate-npm-package-license": "^3.0.1" } }, + "node_modules/normalize-package-data/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, "node_modules/normalize-path": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", @@ -7586,18 +6119,107 @@ "node": ">= 4" } }, - "node_modules/npm-run-path": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", - "integrity": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==", + "node_modules/npm-run-all/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/npm-run-all/node_modules/cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "dev": true, + "dependencies": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + }, + "engines": { + "node": ">=4.8" + } + }, + "node_modules/npm-run-all/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "dependencies": { - "path-key": "^2.0.0" + "brace-expansion": "^1.1.7" }, + "engines": { + "node": "*" + } + }, + "node_modules/npm-run-all/node_modules/path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", + "dev": true, "engines": { "node": ">=4" } }, + "node_modules/npm-run-all/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/npm-run-all/node_modules/shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", + "dev": true, + "dependencies": { + "shebang-regex": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/npm-run-all/node_modules/shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/npm-run-all/node_modules/which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "which": "bin/which" + } + }, + "node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/object-inspect": { "version": "1.12.3", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", @@ -7644,36 +6266,18 @@ } }, "node_modules/onetime": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz", - "integrity": "sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "dev": true, "dependencies": { - "mimic-fn": "^1.0.0" + "mimic-fn": "^2.1.0" }, "engines": { - "node": ">=4" - } - }, - "node_modules/opn": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/opn/-/opn-5.5.0.tgz", - "integrity": "sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==", - "dev": true, - "dependencies": { - "is-wsl": "^1.1.0" + "node": ">=6" }, - "engines": { - "node": ">=4" - } - }, - "node_modules/os-tmpdir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", - "dev": true, - "engines": { - "node": ">=0.10.0" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/p-cancelable": { @@ -7685,15 +6289,6 @@ "node": ">=8" } }, - "node_modules/p-finally": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", - "integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/p-limit": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", @@ -7736,18 +6331,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/p-timeout": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-2.0.1.tgz", - "integrity": "sha512-88em58dDVB/KzPEx1X0N3LwFfYZPyDc4B6eF38M1rk9VTZMbxXXgjugz8mmwpS9Ox4BDZ+t6t3QP5+/gazweIA==", - "dev": true, - "dependencies": { - "p-finally": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/p-try": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", @@ -7794,12 +6377,12 @@ } }, "node_modules/path-key": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", - "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", "dev": true, "engines": { - "node": ">=4" + "node": ">=8" } }, "node_modules/path-parse": { @@ -7808,6 +6391,31 @@ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", "dev": true }, + "node_modules/path-scurry": { + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.9.2.tgz", + "integrity": "sha512-qSDLy2aGFPm8i4rsbHd4MNyTcrzHFsLQykrtbuGRknZZCBBVXSv2tSCDN2Cg6Rt/GFRw8GoW9y9Ecw5rIPG1sg==", + "dev": true, + "dependencies": { + "lru-cache": "^9.1.1", + "minipass": "^5.0.0 || ^6.0.2" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/path-scurry/node_modules/lru-cache": { + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-9.1.1.tgz", + "integrity": "sha512-65/Jky17UwSb0BuB9V+MyDpsOtXKmYwzhyl+cOa9XUiI4uV2Ouy/2voFP3+al0BjZbJgMBD8FojMpAf+Z+qn4A==", + "dev": true, + "engines": { + "node": "14 || >=16.14" + } + }, "node_modules/path-to-regexp": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.4.0.tgz", @@ -8003,18 +6611,6 @@ "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", "dev": true }, - "node_modules/read": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/read/-/read-1.0.7.tgz", - "integrity": "sha512-rSOKNYUmaxy0om1BNjMN4ezNT6VKK+2xF4GBhc81mkH7L60i6dp8qPYrkndNLT3QPphoII3maL9PVC9XmhHwVQ==", - "dev": true, - "dependencies": { - "mute-stream": "~0.0.4" - }, - "engines": { - "node": ">=0.8" - } - }, "node_modules/read-pkg": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", @@ -8029,39 +6625,12 @@ "node": ">=4" } }, - "node_modules/regenerate": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", - "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", - "dev": true - }, - "node_modules/regenerate-unicode-properties": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz", - "integrity": "sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==", - "dev": true, - "dependencies": { - "regenerate": "^1.4.2" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/regenerator-runtime": { "version": "0.13.11", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", "dev": true }, - "node_modules/regenerator-transform": { - "version": "0.15.1", - "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.1.tgz", - "integrity": "sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.8.4" - } - }, "node_modules/regexp.prototype.flags": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz", @@ -8079,44 +6648,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/regexpu-core": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", - "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", - "dev": true, - "dependencies": { - "@babel/regjsgen": "^0.8.0", - "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.1.0", - "regjsparser": "^0.9.1", - "unicode-match-property-ecmascript": "^2.0.0", - "unicode-match-property-value-ecmascript": "^2.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/regjsparser": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", - "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", - "dev": true, - "dependencies": { - "jsesc": "~0.5.0" - }, - "bin": { - "regjsparser": "bin/parser" - } - }, - "node_modules/regjsparser/node_modules/jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", - "dev": true, - "bin": { - "jsesc": "bin/jsesc" - } - }, "node_modules/require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", @@ -8161,7 +6692,7 @@ "node": ">=8" } }, - "node_modules/resolve-cwd/node_modules/resolve-from": { + "node_modules/resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", @@ -8170,15 +6701,6 @@ "node": ">=8" } }, - "node_modules/resolve-from": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", - "integrity": "sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/resolve.exports": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz", @@ -8190,101 +6712,14 @@ }, "node_modules/responselike": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/responselike/-/responselike-2.0.1.tgz", - "integrity": "sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw==", - "dev": true, - "dependencies": { - "lowercase-keys": "^2.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/restore-cursor": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz", - "integrity": "sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q==", - "dev": true, - "dependencies": { - "onetime": "^2.0.0", - "signal-exit": "^3.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "dev": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/rollup": { - "version": "1.32.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.32.1.tgz", - "integrity": "sha512-/2HA0Ec70TvQnXdzynFffkjA6XN+1e2pEv/uKS5Ulca40g2L7KuOE3riasHoNVHOsFD5KKZgDsMk1CP3Tw9s+A==", - "dev": true, - "dependencies": { - "@types/estree": "*", - "@types/node": "*", - "acorn": "^7.1.0" - }, - "bin": { - "rollup": "dist/bin/rollup" - } - }, - "node_modules/rollup-plugin-babel": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz", - "integrity": "sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==", - "deprecated": "This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel.", - "dev": true, - "dependencies": { - "@babel/helper-module-imports": "^7.0.0", - "rollup-pluginutils": "^2.8.1" - }, - "peerDependencies": { - "@babel/core": "7 || ^7.0.0-rc.2", - "rollup": ">=0.60.0 <3" - } - }, - "node_modules/rollup-pluginutils": { - "version": "2.8.2", - "resolved": "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz", - "integrity": "sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==", - "dev": true, - "dependencies": { - "estree-walker": "^0.6.1" - } - }, - "node_modules/run-async": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", - "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", - "dev": true, - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/rx-lite": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-4.0.8.tgz", - "integrity": "sha512-Cun9QucwK6MIrp3mry/Y7hqD1oFqTYLQ4pGxaHTjIdaFDWRGGLikqp6u8LcWJnzpoALg9hap+JGk8sFIUuEGNA==", - "dev": true - }, - "node_modules/rx-lite-aggregates": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz", - "integrity": "sha512-3xPNZGW93oCjiO7PtKxRK6iOVYBWBvtf9QHDfU23Oc+dLIQmAV//UnyXV/yihv81VS/UqoQPk4NegS8EFi55Hg==", + "resolved": "https://registry.npmjs.org/responselike/-/responselike-2.0.1.tgz", + "integrity": "sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw==", "dev": true, "dependencies": { - "rx-lite": "*" + "lowercase-keys": "^2.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/safe-regex-test": { @@ -8301,21 +6736,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "dev": true - }, - "node_modules/scoped-regex": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/scoped-regex/-/scoped-regex-1.0.0.tgz", - "integrity": "sha512-90/gFvaP4jXL0rXPD8FS7tWgmkQDlxCjs9cs3r3G5hAnrODt94kIh4SDbH/gm3HosGTik0omdSPOh0KQyGqjlg==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/semantic-release-plugin-update-version-in-files": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/semantic-release-plugin-update-version-in-files/-/semantic-release-plugin-update-version-in-files-1.1.0.tgz", @@ -8326,34 +6746,76 @@ "glob": "^7.1.3" } }, + "node_modules/semantic-release-plugin-update-version-in-files/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/semantic-release-plugin-update-version-in-files/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/semantic-release-plugin-update-version-in-files/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true, "bin": { - "semver": "bin/semver" + "semver": "bin/semver.js" } }, "node_modules/shebang-command": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", - "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", "dev": true, "dependencies": { - "shebang-regex": "^1.0.0" + "shebang-regex": "^3.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, "node_modules/shebang-regex": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", - "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", "dev": true, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, "node_modules/shell-quote": { @@ -8380,10 +6842,16 @@ } }, "node_modules/signal-exit": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.0.2.tgz", + "integrity": "sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q==", + "dev": true, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } }, "node_modules/sisteransi": { "version": "1.0.5", @@ -8478,29 +6946,6 @@ "node": ">=8" } }, - "node_modules/standard-pkg": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/standard-pkg/-/standard-pkg-0.5.0.tgz", - "integrity": "sha512-7w+8qU4hBMXeh5GmUTG39ODsqdaWrNZ8nq1gpPZu990DjuGVY6eCAhrcY+zFGc5OWlANqlF0XVArSU38J3HUUQ==", - "dev": true, - "dependencies": { - "@babel/core": "^7.2.2", - "@babel/parser": "^7.1.5", - "@babel/plugin-syntax-dynamic-import": "^7.2.0", - "@babel/plugin-syntax-import-meta": "^7.2.0", - "@babel/preset-typescript": "^7.1.0", - "@babel/traverse": "^7.1.5", - "@pika/babel-plugin-esm-import-rewrite": "^0.6.1", - "@types/minimist": "^1.2.0", - "chalk": "^2.1.0", - "glob": "^7.1.1", - "minimist": "^1.2.0", - "mkdirp": "^0.5.1" - }, - "bin": { - "standard-pkg": "dist-node/index.bin.js" - } - }, "node_modules/string-length": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", @@ -8536,16 +6981,62 @@ } }, "node_modules/string-width": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", - "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", "dev": true, "dependencies": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" }, "engines": { - "node": ">=4" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/string-width-cjs": { + "name": "string-width", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width-cjs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/string-width-cjs/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" } }, "node_modules/string.prototype.padend": { @@ -8611,33 +7102,49 @@ } }, "node_modules/strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz", + "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==", "dev": true, "dependencies": { - "ansi-regex": "^3.0.0" + "ansi-regex": "^6.0.1" }, "engines": { - "node": ">=4" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, - "node_modules/strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", + "node_modules/strip-ansi-cjs": { + "name": "strip-ansi", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, "engines": { - "node": ">=4" + "node": ">=8" } }, - "node_modules/strip-eof": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", - "integrity": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==", + "node_modules/strip-ansi-cjs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "dev": true, "engines": { - "node": ">=0.10.0" + "node": ">=8" + } + }, + "node_modules/strip-bom": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", + "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", + "dev": true, + "engines": { + "node": ">=8" } }, "node_modules/strip-final-newline": { @@ -8699,22 +7206,46 @@ "node": ">=8" } }, - "node_modules/through": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", - "dev": true + "node_modules/test-exclude/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/test-exclude/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } }, - "node_modules/tmp": { - "version": "0.0.33", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", - "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "node_modules/test-exclude/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "dependencies": { - "os-tmpdir": "~1.0.2" + "brace-expansion": "^1.1.7" }, "engines": { - "node": ">=0.6.0" + "node": "*" } }, "node_modules/tmpl": { @@ -8809,9 +7340,9 @@ } }, "node_modules/ts-jest/node_modules/semver": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz", - "integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==", + "version": "7.5.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", + "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -8830,9 +7361,9 @@ "dev": true }, "node_modules/tslib": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", - "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==", + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.2.tgz", + "integrity": "sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==", "dev": true }, "node_modules/type-detect": { @@ -8898,46 +7429,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/unicode-canonical-property-names-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", - "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-match-property-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", - "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", - "dev": true, - "dependencies": { - "unicode-canonical-property-names-ecmascript": "^2.0.0", - "unicode-property-aliases-ecmascript": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-match-property-value-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", - "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-property-aliases-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", - "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/universal-user-agent": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz", @@ -9034,15 +7525,18 @@ } }, "node_modules/which": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", "dev": true, "dependencies": { "isexe": "^2.0.0" }, "bin": { - "which": "bin/which" + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" } }, "node_modules/which-boxed-primitive": { @@ -9082,6 +7576,24 @@ } }, "node_modules/wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs": { + "name": "wrap-ansi", "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", @@ -9098,7 +7610,7 @@ "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/wrap-ansi/node_modules/ansi-regex": { + "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", @@ -9107,7 +7619,7 @@ "node": ">=8" } }, - "node_modules/wrap-ansi/node_modules/ansi-styles": { + "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", @@ -9122,7 +7634,7 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/wrap-ansi/node_modules/color-convert": { + "node_modules/wrap-ansi-cjs/node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", @@ -9134,22 +7646,19 @@ "node": ">=7.0.0" } }, - "node_modules/wrap-ansi/node_modules/color-name": { + "node_modules/wrap-ansi-cjs/node_modules/color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, - "node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" - } + "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true }, - "node_modules/wrap-ansi/node_modules/string-width": { + "node_modules/wrap-ansi-cjs/node_modules/string-width": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", @@ -9163,7 +7672,7 @@ "node": ">=8" } }, - "node_modules/wrap-ansi/node_modules/strip-ansi": { + "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", @@ -9175,6 +7684,18 @@ "node": ">=8" } }, + "node_modules/wrap-ansi/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", @@ -9194,6 +7715,12 @@ "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, + "node_modules/write-file-atomic/node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, "node_modules/y18n": { "version": "5.0.8", "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", @@ -9245,14 +7772,11 @@ "node": ">=8" } }, - "node_modules/yargs/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" - } + "node_modules/yargs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true }, "node_modules/yargs/node_modules/string-width": { "version": "4.2.3", @@ -9340,14 +7864,6 @@ "gensync": "^1.0.0-beta.2", "json5": "^2.2.2", "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } } }, "@babel/generator": { @@ -9362,24 +7878,6 @@ "jsesc": "^2.5.1" } }, - "@babel/helper-annotate-as-pure": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", - "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", - "dev": true, - "requires": { - "@babel/types": "^7.18.6" - } - }, - "@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.21.5.tgz", - "integrity": "sha512-uNrjKztPLkUk7bpCNC0jEKDJzzkvel/W+HguzbN8krA+LPfC1CEobJEvAvGka2A/M+ViOqXdcRL0GqPUJSjx9g==", - "dev": true, - "requires": { - "@babel/types": "^7.21.5" - } - }, "@babel/helper-compilation-targets": { "version": "7.21.5", "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.5.tgz", @@ -9391,80 +7889,6 @@ "browserslist": "^4.21.3", "lru-cache": "^5.1.1", "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } - }, - "@babel/helper-create-class-features-plugin": { - "version": "7.21.8", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.21.8.tgz", - "integrity": "sha512-+THiN8MqiH2AczyuZrnrKL6cAxFRRQDKW9h1YkBvbgKmAm6mwiacig1qT73DHIWMGo40GRnsEfN3LA+E6NtmSw==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-environment-visitor": "^7.21.5", - "@babel/helper-function-name": "^7.21.0", - "@babel/helper-member-expression-to-functions": "^7.21.5", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/helper-replace-supers": "^7.21.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", - "@babel/helper-split-export-declaration": "^7.18.6", - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } - }, - "@babel/helper-create-regexp-features-plugin": { - "version": "7.21.8", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.21.8.tgz", - "integrity": "sha512-zGuSdedkFtsFHGbexAvNuipg1hbtitDLo2XE8/uf6Y9sOQV1xsYX/2pNbtedp/X0eU1pIt+kGvaqHCowkRbS5g==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "regexpu-core": "^5.3.1", - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } - }, - "@babel/helper-define-polyfill-provider": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz", - "integrity": "sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==", - "dev": true, - "requires": { - "@babel/helper-compilation-targets": "^7.17.7", - "@babel/helper-plugin-utils": "^7.16.7", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } } }, "@babel/helper-environment-visitor": { @@ -9492,15 +7916,6 @@ "@babel/types": "^7.18.6" } }, - "@babel/helper-member-expression-to-functions": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.21.5.tgz", - "integrity": "sha512-nIcGfgwpH2u4n9GG1HpStW5Ogx7x7ekiFHbjjFRKXbn5zUvqO9ZgotCO4x1aNbKn/x/xOUaXEhyNHCwtFCpxWg==", - "dev": true, - "requires": { - "@babel/types": "^7.21.5" - } - }, "@babel/helper-module-imports": { "version": "7.21.4", "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz", @@ -9526,47 +7941,12 @@ "@babel/types": "^7.21.5" } }, - "@babel/helper-optimise-call-expression": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz", - "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==", - "dev": true, - "requires": { - "@babel/types": "^7.18.6" - } - }, "@babel/helper-plugin-utils": { "version": "7.21.5", "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.21.5.tgz", "integrity": "sha512-0WDaIlXKOX/3KfBK/dwP1oQGiPh6rjMkT7HIRv7i5RR2VUMwrx5ZL0dwBkKx7+SW1zwNdgjHd34IMk5ZjTeHVg==", "dev": true }, - "@babel/helper-remap-async-to-generator": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz", - "integrity": "sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-wrap-function": "^7.18.9", - "@babel/types": "^7.18.9" - } - }, - "@babel/helper-replace-supers": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.21.5.tgz", - "integrity": "sha512-/y7vBgsr9Idu4M6MprbOVUfH3vs7tsIfnVWv/Ml2xgwvyH6LTngdfbf5AdsKwkJy4zgy1X/kuNrEKvhhK28Yrg==", - "dev": true, - "requires": { - "@babel/helper-environment-visitor": "^7.21.5", - "@babel/helper-member-expression-to-functions": "^7.21.5", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/template": "^7.20.7", - "@babel/traverse": "^7.21.5", - "@babel/types": "^7.21.5" - } - }, "@babel/helper-simple-access": { "version": "7.21.5", "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.21.5.tgz", @@ -9576,261 +7956,61 @@ "@babel/types": "^7.21.5" } }, - "@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz", - "integrity": "sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==", - "dev": true, - "requires": { - "@babel/types": "^7.20.0" - } - }, "@babel/helper-split-export-declaration": { "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", "dev": true, "requires": { - "@babel/types": "^7.18.6" - } - }, - "@babel/helper-string-parser": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz", - "integrity": "sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==", - "dev": true - }, - "@babel/helper-validator-identifier": { - "version": "7.19.1", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", - "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==", - "dev": true - }, - "@babel/helper-validator-option": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz", - "integrity": "sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==", - "dev": true - }, - "@babel/helper-wrap-function": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz", - "integrity": "sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==", - "dev": true, - "requires": { - "@babel/helper-function-name": "^7.19.0", - "@babel/template": "^7.18.10", - "@babel/traverse": "^7.20.5", - "@babel/types": "^7.20.5" - } - }, - "@babel/helpers": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.21.5.tgz", - "integrity": "sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA==", - "dev": true, - "requires": { - "@babel/template": "^7.20.7", - "@babel/traverse": "^7.21.5", - "@babel/types": "^7.21.5" - } - }, - "@babel/highlight": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", - "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", - "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.18.6", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - } - }, - "@babel/parser": { - "version": "7.21.8", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.8.tgz", - "integrity": "sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==", - "dev": true - }, - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz", - "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.20.7.tgz", - "integrity": "sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", - "@babel/plugin-proposal-optional-chaining": "^7.20.7" - } - }, - "@babel/plugin-proposal-async-generator-functions": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz", - "integrity": "sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==", - "dev": true, - "requires": { - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-remap-async-to-generator": "^7.18.9", - "@babel/plugin-syntax-async-generators": "^7.8.4" - } - }, - "@babel/plugin-proposal-class-properties": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", - "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", - "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-proposal-class-static-block": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.21.0.tgz", - "integrity": "sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==", - "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.21.0", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-class-static-block": "^7.14.5" - } - }, - "@babel/plugin-proposal-dynamic-import": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz", - "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" - } - }, - "@babel/plugin-proposal-export-namespace-from": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz", - "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - } - }, - "@babel/plugin-proposal-json-strings": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz", - "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-json-strings": "^7.8.3" - } - }, - "@babel/plugin-proposal-logical-assignment-operators": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz", - "integrity": "sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - } - }, - "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", - "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" - } - }, - "@babel/plugin-proposal-numeric-separator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", - "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - } - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz", - "integrity": "sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==", - "dev": true, - "requires": { - "@babel/compat-data": "^7.20.5", - "@babel/helper-compilation-targets": "^7.20.7", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.20.7" - } - }, - "@babel/plugin-proposal-optional-catch-binding": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz", - "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" - } - }, - "@babel/plugin-proposal-optional-chaining": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz", - "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" - } - }, - "@babel/plugin-proposal-private-methods": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", - "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", - "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" + "@babel/types": "^7.18.6" } }, - "@babel/plugin-proposal-private-property-in-object": { + "@babel/helper-string-parser": { + "version": "7.21.5", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz", + "integrity": "sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==", + "dev": true + }, + "@babel/helper-validator-identifier": { + "version": "7.19.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", + "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==", + "dev": true + }, + "@babel/helper-validator-option": { "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0.tgz", - "integrity": "sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz", + "integrity": "sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==", + "dev": true + }, + "@babel/helpers": { + "version": "7.21.5", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.21.5.tgz", + "integrity": "sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA==", "dev": true, "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-create-class-features-plugin": "^7.21.0", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.21.5", + "@babel/types": "^7.21.5" } }, - "@babel/plugin-proposal-unicode-property-regex": { + "@babel/highlight": { "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz", - "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", + "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", "dev": true, "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" + "@babel/helper-validator-identifier": "^7.18.6", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" } }, + "@babel/parser": { + "version": "7.21.8", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.8.tgz", + "integrity": "sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==", + "dev": true + }, "@babel/plugin-syntax-async-generators": { "version": "7.8.4", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", @@ -9858,42 +8038,6 @@ "@babel/helper-plugin-utils": "^7.12.13" } }, - "@babel/plugin-syntax-class-static-block": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", - "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", - "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", - "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.3" - } - }, - "@babel/plugin-syntax-import-assertions": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz", - "integrity": "sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.19.0" - } - }, "@babel/plugin-syntax-import-meta": { "version": "7.10.4", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", @@ -9967,492 +8111,32 @@ } }, "@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-private-property-in-object": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", - "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-top-level-await": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", - "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-typescript": { - "version": "7.21.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.21.4.tgz", - "integrity": "sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.20.2" - } - }, - "@babel/plugin-transform-arrow-functions": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.21.5.tgz", - "integrity": "sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.21.5" - } - }, - "@babel/plugin-transform-async-to-generator": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.20.7.tgz", - "integrity": "sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==", - "dev": true, - "requires": { - "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-remap-async-to-generator": "^7.18.9" - } - }, - "@babel/plugin-transform-block-scoped-functions": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz", - "integrity": "sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-block-scoping": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.21.0.tgz", - "integrity": "sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.20.2" - } - }, - "@babel/plugin-transform-classes": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.21.0.tgz", - "integrity": "sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-compilation-targets": "^7.20.7", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-function-name": "^7.21.0", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-replace-supers": "^7.20.7", - "@babel/helper-split-export-declaration": "^7.18.6", - "globals": "^11.1.0" - } - }, - "@babel/plugin-transform-computed-properties": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.21.5.tgz", - "integrity": "sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.21.5", - "@babel/template": "^7.20.7" - } - }, - "@babel/plugin-transform-destructuring": { - "version": "7.21.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.21.3.tgz", - "integrity": "sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.20.2" - } - }, - "@babel/plugin-transform-dotall-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz", - "integrity": "sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-duplicate-keys": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz", - "integrity": "sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9" - } - }, - "@babel/plugin-transform-exponentiation-operator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz", - "integrity": "sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==", - "dev": true, - "requires": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-for-of": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.21.5.tgz", - "integrity": "sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.21.5" - } - }, - "@babel/plugin-transform-function-name": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz", - "integrity": "sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==", - "dev": true, - "requires": { - "@babel/helper-compilation-targets": "^7.18.9", - "@babel/helper-function-name": "^7.18.9", - "@babel/helper-plugin-utils": "^7.18.9" - } - }, - "@babel/plugin-transform-literals": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz", - "integrity": "sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9" - } - }, - "@babel/plugin-transform-member-expression-literals": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz", - "integrity": "sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-modules-amd": { - "version": "7.20.11", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.20.11.tgz", - "integrity": "sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==", - "dev": true, - "requires": { - "@babel/helper-module-transforms": "^7.20.11", - "@babel/helper-plugin-utils": "^7.20.2" - } - }, - "@babel/plugin-transform-modules-commonjs": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.21.5.tgz", - "integrity": "sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==", - "dev": true, - "requires": { - "@babel/helper-module-transforms": "^7.21.5", - "@babel/helper-plugin-utils": "^7.21.5", - "@babel/helper-simple-access": "^7.21.5" - } - }, - "@babel/plugin-transform-modules-systemjs": { - "version": "7.20.11", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.20.11.tgz", - "integrity": "sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==", - "dev": true, - "requires": { - "@babel/helper-hoist-variables": "^7.18.6", - "@babel/helper-module-transforms": "^7.20.11", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-validator-identifier": "^7.19.1" - } - }, - "@babel/plugin-transform-modules-umd": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz", - "integrity": "sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==", - "dev": true, - "requires": { - "@babel/helper-module-transforms": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.20.5.tgz", - "integrity": "sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.20.5", - "@babel/helper-plugin-utils": "^7.20.2" - } - }, - "@babel/plugin-transform-new-target": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz", - "integrity": "sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-object-super": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz", - "integrity": "sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/helper-replace-supers": "^7.18.6" - } - }, - "@babel/plugin-transform-parameters": { - "version": "7.21.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.21.3.tgz", - "integrity": "sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.20.2" - } - }, - "@babel/plugin-transform-property-literals": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz", - "integrity": "sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-regenerator": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.21.5.tgz", - "integrity": "sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.21.5", - "regenerator-transform": "^0.15.1" - } - }, - "@babel/plugin-transform-reserved-words": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz", - "integrity": "sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-shorthand-properties": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz", - "integrity": "sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-spread": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.20.7.tgz", - "integrity": "sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0" - } - }, - "@babel/plugin-transform-sticky-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz", - "integrity": "sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-template-literals": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz", - "integrity": "sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9" - } - }, - "@babel/plugin-transform-typeof-symbol": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz", - "integrity": "sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9" - } - }, - "@babel/plugin-transform-typescript": { - "version": "7.21.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.21.3.tgz", - "integrity": "sha512-RQxPz6Iqt8T0uw/WsJNReuBpWpBqs/n7mNo18sKLoTbMp+UrEekhH+pKSVC7gWz+DNjo9gryfV8YzCiT45RgMw==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-create-class-features-plugin": "^7.21.0", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-typescript": "^7.20.0" - } - }, - "@babel/plugin-transform-unicode-escapes": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.21.5.tgz", - "integrity": "sha512-LYm/gTOwZqsYohlvFUe/8Tujz75LqqVC2w+2qPHLR+WyWHGCZPN1KBpJCJn+4Bk4gOkQy/IXKIge6az5MqwlOg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.21.5" - } - }, - "@babel/plugin-transform-unicode-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz", - "integrity": "sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/preset-env": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.21.5.tgz", - "integrity": "sha512-wH00QnTTldTbf/IefEVyChtRdw5RJvODT/Vb4Vcxq1AZvtXj6T0YeX0cAcXhI6/BdGuiP3GcNIL4OQbI2DVNxg==", + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", "dev": true, "requires": { - "@babel/compat-data": "^7.21.5", - "@babel/helper-compilation-targets": "^7.21.5", - "@babel/helper-plugin-utils": "^7.21.5", - "@babel/helper-validator-option": "^7.21.0", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.20.7", - "@babel/plugin-proposal-async-generator-functions": "^7.20.7", - "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/plugin-proposal-class-static-block": "^7.21.0", - "@babel/plugin-proposal-dynamic-import": "^7.18.6", - "@babel/plugin-proposal-export-namespace-from": "^7.18.9", - "@babel/plugin-proposal-json-strings": "^7.18.6", - "@babel/plugin-proposal-logical-assignment-operators": "^7.20.7", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", - "@babel/plugin-proposal-numeric-separator": "^7.18.6", - "@babel/plugin-proposal-object-rest-spread": "^7.20.7", - "@babel/plugin-proposal-optional-catch-binding": "^7.18.6", - "@babel/plugin-proposal-optional-chaining": "^7.21.0", - "@babel/plugin-proposal-private-methods": "^7.18.6", - "@babel/plugin-proposal-private-property-in-object": "^7.21.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.18.6", - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-class-static-block": "^7.14.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.20.0", - "@babel/plugin-syntax-import-meta": "^7.10.4", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5", - "@babel/plugin-syntax-top-level-await": "^7.14.5", - "@babel/plugin-transform-arrow-functions": "^7.21.5", - "@babel/plugin-transform-async-to-generator": "^7.20.7", - "@babel/plugin-transform-block-scoped-functions": "^7.18.6", - "@babel/plugin-transform-block-scoping": "^7.21.0", - "@babel/plugin-transform-classes": "^7.21.0", - "@babel/plugin-transform-computed-properties": "^7.21.5", - "@babel/plugin-transform-destructuring": "^7.21.3", - "@babel/plugin-transform-dotall-regex": "^7.18.6", - "@babel/plugin-transform-duplicate-keys": "^7.18.9", - "@babel/plugin-transform-exponentiation-operator": "^7.18.6", - "@babel/plugin-transform-for-of": "^7.21.5", - "@babel/plugin-transform-function-name": "^7.18.9", - "@babel/plugin-transform-literals": "^7.18.9", - "@babel/plugin-transform-member-expression-literals": "^7.18.6", - "@babel/plugin-transform-modules-amd": "^7.20.11", - "@babel/plugin-transform-modules-commonjs": "^7.21.5", - "@babel/plugin-transform-modules-systemjs": "^7.20.11", - "@babel/plugin-transform-modules-umd": "^7.18.6", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.20.5", - "@babel/plugin-transform-new-target": "^7.18.6", - "@babel/plugin-transform-object-super": "^7.18.6", - "@babel/plugin-transform-parameters": "^7.21.3", - "@babel/plugin-transform-property-literals": "^7.18.6", - "@babel/plugin-transform-regenerator": "^7.21.5", - "@babel/plugin-transform-reserved-words": "^7.18.6", - "@babel/plugin-transform-shorthand-properties": "^7.18.6", - "@babel/plugin-transform-spread": "^7.20.7", - "@babel/plugin-transform-sticky-regex": "^7.18.6", - "@babel/plugin-transform-template-literals": "^7.18.9", - "@babel/plugin-transform-typeof-symbol": "^7.18.9", - "@babel/plugin-transform-unicode-escapes": "^7.21.5", - "@babel/plugin-transform-unicode-regex": "^7.18.6", - "@babel/preset-modules": "^0.1.5", - "@babel/types": "^7.21.5", - "babel-plugin-polyfill-corejs2": "^0.3.3", - "babel-plugin-polyfill-corejs3": "^0.6.0", - "babel-plugin-polyfill-regenerator": "^0.4.1", - "core-js-compat": "^3.25.1", - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } + "@babel/helper-plugin-utils": "^7.8.0" } }, - "@babel/preset-modules": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz", - "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==", + "@babel/plugin-syntax-top-level-await": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", - "@babel/plugin-transform-dotall-regex": "^7.4.4", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" + "@babel/helper-plugin-utils": "^7.14.5" } }, - "@babel/preset-typescript": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.21.5.tgz", - "integrity": "sha512-iqe3sETat5EOrORXiQ6rWfoOg2y68Cs75B9wNxdPW4kixJxh7aXQE1KPdWLDniC24T/6dSnguF33W9j/ZZQcmA==", + "@babel/plugin-syntax-typescript": { + "version": "7.21.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.21.4.tgz", + "integrity": "sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.21.5", - "@babel/helper-validator-option": "^7.21.0", - "@babel/plugin-syntax-jsx": "^7.21.4", - "@babel/plugin-transform-modules-commonjs": "^7.21.5", - "@babel/plugin-transform-typescript": "^7.21.3" + "@babel/helper-plugin-utils": "^7.20.2" } }, - "@babel/regjsgen": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", - "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==", - "dev": true - }, "@babel/runtime": { "version": "7.21.5", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.21.5.tgz", @@ -10508,6 +8192,160 @@ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", "dev": true }, + "@esbuild/android-arm": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.17.19.tgz", + "integrity": "sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==", + "dev": true, + "optional": true + }, + "@esbuild/android-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.17.19.tgz", + "integrity": "sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==", + "dev": true, + "optional": true + }, + "@esbuild/android-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.17.19.tgz", + "integrity": "sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==", + "dev": true, + "optional": true + }, + "@esbuild/darwin-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.19.tgz", + "integrity": "sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==", + "dev": true, + "optional": true + }, + "@esbuild/darwin-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.19.tgz", + "integrity": "sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==", + "dev": true, + "optional": true + }, + "@esbuild/freebsd-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.19.tgz", + "integrity": "sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==", + "dev": true, + "optional": true + }, + "@esbuild/freebsd-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.17.19.tgz", + "integrity": "sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==", + "dev": true, + "optional": true + }, + "@esbuild/linux-arm": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.17.19.tgz", + "integrity": "sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==", + "dev": true, + "optional": true + }, + "@esbuild/linux-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.17.19.tgz", + "integrity": "sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==", + "dev": true, + "optional": true + }, + "@esbuild/linux-ia32": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.17.19.tgz", + "integrity": "sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==", + "dev": true, + "optional": true + }, + "@esbuild/linux-loong64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.17.19.tgz", + "integrity": "sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==", + "dev": true, + "optional": true + }, + "@esbuild/linux-mips64el": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.17.19.tgz", + "integrity": "sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==", + "dev": true, + "optional": true + }, + "@esbuild/linux-ppc64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.17.19.tgz", + "integrity": "sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==", + "dev": true, + "optional": true + }, + "@esbuild/linux-riscv64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.17.19.tgz", + "integrity": "sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==", + "dev": true, + "optional": true + }, + "@esbuild/linux-s390x": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.17.19.tgz", + "integrity": "sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==", + "dev": true, + "optional": true + }, + "@esbuild/linux-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.19.tgz", + "integrity": "sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==", + "dev": true, + "optional": true + }, + "@esbuild/netbsd-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.17.19.tgz", + "integrity": "sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==", + "dev": true, + "optional": true + }, + "@esbuild/openbsd-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.17.19.tgz", + "integrity": "sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==", + "dev": true, + "optional": true + }, + "@esbuild/sunos-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.17.19.tgz", + "integrity": "sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==", + "dev": true, + "optional": true + }, + "@esbuild/win32-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.17.19.tgz", + "integrity": "sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==", + "dev": true, + "optional": true + }, + "@esbuild/win32-ia32": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.17.19.tgz", + "integrity": "sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==", + "dev": true, + "optional": true + }, + "@esbuild/win32-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.19.tgz", + "integrity": "sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==", + "dev": true, + "optional": true + }, "@graphql-tools/merge": { "version": "8.4.2", "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-8.4.2.tgz", @@ -10547,6 +8385,20 @@ "dev": true, "requires": {} }, + "@isaacs/cliui": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "dev": true, + "requires": { + "string-width": "^5.1.2", + "string-width-cjs": "npm:string-width@^4.2.0", + "strip-ansi": "^7.0.1", + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", + "wrap-ansi": "^8.1.0", + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" + } + }, "@istanbuljs/load-nyc-config": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", @@ -10558,20 +8410,6 @@ "get-package-type": "^0.1.0", "js-yaml": "^3.13.1", "resolve-from": "^5.0.0" - }, - "dependencies": { - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", - "dev": true - } } }, "@istanbuljs/schema": { @@ -10681,15 +8519,6 @@ "strip-ansi": "^6.0.0" }, "dependencies": { - "ansi-escapes": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", - "dev": true, - "requires": { - "type-fest": "^0.21.3" - } - }, "ansi-regex": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", @@ -10715,12 +8544,6 @@ "supports-color": "^7.1.0" } }, - "ci-info": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz", - "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==", - "dev": true - }, "color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", @@ -10866,6 +8689,16 @@ "color-convert": "^2.0.1" } }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, "chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", @@ -10891,12 +8724,35 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, "strip-ansi": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", @@ -11163,9 +9019,9 @@ } }, "@octokit/core": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.2.0.tgz", - "integrity": "sha512-AgvDRUg3COpR82P7PBdGZF/NNqGmtMq2NiPqeSsDIeCfYFOZ9gddqWNQHnFdEUf+YwOj4aZYmJnlPp7OXmDIDg==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.2.1.tgz", + "integrity": "sha512-tEDxFx8E38zF3gT7sSMDrT1tGumDgsw5yPG6BBh/X+5ClIQfMH/Yqocxz1PnHx6CHyF6pxmovUTOfZAUvQ0Lvw==", "dev": true, "requires": { "@octokit/auth-token": "^3.0.0", @@ -11184,288 +9040,80 @@ "dev": true, "requires": { "@octokit/types": "^9.0.0", - "is-plain-object": "^5.0.0", - "universal-user-agent": "^6.0.0" - } - }, - "@octokit/graphql": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.5.tgz", - "integrity": "sha512-Qwfvh3xdqKtIznjX9lz2D458r7dJPP8l6r4GQkIdWQouZwHQK0mVT88uwiU2bdTU2OtT1uOlKpRciUWldpG0yQ==", - "dev": true, - "requires": { - "@octokit/request": "^6.0.0", - "@octokit/types": "^9.0.0", - "universal-user-agent": "^6.0.0" - } - }, - "@octokit/openapi-types": { - "version": "17.1.2", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.1.2.tgz", - "integrity": "sha512-OaS7Ol4Y+U50PbejfzQflGWRMxO04nYWO5ZBv6JerqMKE2WS/tI9VoVDDPXHBlRMGG2fOdKwtVGlFfc7AVIstw==" - }, - "@octokit/plugin-rest-endpoint-methods": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-7.1.0.tgz", - "integrity": "sha512-SWwz/hc47GaKJR6BlJI4WIVRodbAFRvrR0QRPSoPMs7krb7anYPML3psg+ThEz/kcwOdSNh/oA8qThi/Wvs4Fw==", - "dev": true, - "requires": { - "@octokit/types": "^9.2.2", - "deprecation": "^2.3.1" - } - }, - "@octokit/request": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.3.tgz", - "integrity": "sha512-TNAodj5yNzrrZ/VxP+H5HiYaZep0H3GU0O7PaF+fhDrt8FPrnkei9Aal/txsN/1P7V3CPiThG0tIvpPDYUsyAA==", - "dev": true, - "requires": { - "@octokit/endpoint": "^7.0.0", - "@octokit/request-error": "^3.0.0", - "@octokit/types": "^9.0.0", - "is-plain-object": "^5.0.0", - "node-fetch": "^2.6.7", - "universal-user-agent": "^6.0.0" - } - }, - "@octokit/request-error": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-3.0.3.tgz", - "integrity": "sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==", - "dev": true, - "requires": { - "@octokit/types": "^9.0.0", - "deprecation": "^2.0.0", - "once": "^1.4.0" - } - }, - "@octokit/types": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.2.tgz", - "integrity": "sha512-9BjDxjgQIvCjNWZsbqyH5QC2Yni16oaE6xL+8SUBMzcYPF4TGQBXGA97Cl3KceK9mwiNMb1mOYCz6FbCCLEL+g==", - "requires": { - "@octokit/openapi-types": "^17.1.2" - } - }, - "@pika/babel-plugin-esm-import-rewrite": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/@pika/babel-plugin-esm-import-rewrite/-/babel-plugin-esm-import-rewrite-0.6.1.tgz", - "integrity": "sha512-B6CMCfc8EZT/0WUqPZJWf7LCXbqq4R41F5Xbifcy0HaMDxScoEW1zFPrYQLUs9+8B365JnKq3n+U6kMkFYT45w==", - "dev": true - }, - "@pika/pack": { - "version": "0.3.7", - "resolved": "https://registry.npmjs.org/@pika/pack/-/pack-0.3.7.tgz", - "integrity": "sha512-YoY5eRji4ABupF0SNyeRPFaCZ1VPYTI7ytorgSnphstqup9krBFe41EtEVHXD7VQkINlXKXgJUfTS41spaL2vA==", - "dev": true, - "requires": { - "@pika/types": "^0.3.3", - "camelcase": "^4.0.0", - "chalk": "^2.1.0", - "commander": "^2.9.0", - "detect-indent": "~5.0.0", - "execa": "^1.0.0", - "file-uri-to-path": "^1.0.0", - "github-url-from-git": "^1.5.0", - "glob": "^7.1.1", - "has-yarn": "^1.0.0", - "hosted-git-info": "^2.7.1", - "import-from": "^2.1.0", - "inquirer": "^3.0.1", - "invariant": "^2.2.0", - "is-builtin-module": "^2.0.0", - "is-ci": "^1.0.10", - "is-scoped": "^1.0.0", - "issue-regex": "^2.0.0", - "loud-rejection": "^1.2.0", - "mkdirp": "^0.5.1", - "opn": "^5.4.0", - "p-timeout": "^2.0.1", - "read": "^1.0.7", - "rimraf": "^2.5.0", - "semver": "^5.6.0", - "strip-ansi": "^4.0.0", - "strip-bom": "^3.0.0", - "validate-npm-package-license": "^3.0.4" - } - }, - "@pika/plugin-build-node": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/@pika/plugin-build-node/-/plugin-build-node-0.9.2.tgz", - "integrity": "sha512-NJhnx5UdOKRz4+3eSienp3vlwUTFYDtz2xAKlswb1td0q5n4gkxZhXoImNzF9PfAaMOXIb+7ngaBNSDiHguTkw==", - "dev": true, - "requires": { - "@babel/core": "^7.0.0", - "@babel/plugin-syntax-dynamic-import": "^7.2.0", - "@babel/plugin-syntax-import-meta": "^7.2.0", - "@babel/preset-env": "^7.2.3", - "@pika/types": "^0.9.2", - "babel-plugin-dynamic-import-node-babel-7": "^2.0.7", - "builtin-modules": "^3.0.0", - "rollup": "^1.1.0", - "rollup-plugin-babel": "^4.3.0" - }, - "dependencies": { - "@pika/types": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/@pika/types/-/types-0.9.2.tgz", - "integrity": "sha512-AzZTkHtM0A67+xMVhmSeJDteSMS+RfXGuM+/oVbo1PGD19ic7fuimv5b0TW8dKoZuxpVxiwVAai+sFRSNmfI3g==", - "dev": true - } - } - }, - "@pika/plugin-build-web": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/@pika/plugin-build-web/-/plugin-build-web-0.9.2.tgz", - "integrity": "sha512-HjN/3P5c5jVEaPo9ZSs+jn9osrNs3JW3ZgP11NSfS0QQEMIw+Ks+qXi5Aymp8WKLpoldtZw/z69+SrfqlNeZyg==", - "dev": true, - "requires": { - "@pika/types": "^0.9.2", - "@types/node": "^10.12.18", - "rollup": "^1.1.0" - }, - "dependencies": { - "@pika/types": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/@pika/types/-/types-0.9.2.tgz", - "integrity": "sha512-AzZTkHtM0A67+xMVhmSeJDteSMS+RfXGuM+/oVbo1PGD19ic7fuimv5b0TW8dKoZuxpVxiwVAai+sFRSNmfI3g==", - "dev": true - }, - "@types/node": { - "version": "10.17.60", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.60.tgz", - "integrity": "sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==", - "dev": true - } - } - }, - "@pika/plugin-ts-standard-pkg": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/@pika/plugin-ts-standard-pkg/-/plugin-ts-standard-pkg-0.9.2.tgz", - "integrity": "sha512-LwObacitvuILyXzdmbB1gyGtPjERxSF83omBHfoagsSUqgIf4FZDo9Z3v5VpI7Sq7mtIjQ7D3cjKv8r7JyyY5Q==", - "dev": true, - "requires": { - "@pika/types": "^0.9.2", - "execa": "^2.0.0", - "standard-pkg": "^0.5.0" - }, - "dependencies": { - "@pika/types": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/@pika/types/-/types-0.9.2.tgz", - "integrity": "sha512-AzZTkHtM0A67+xMVhmSeJDteSMS+RfXGuM+/oVbo1PGD19ic7fuimv5b0TW8dKoZuxpVxiwVAai+sFRSNmfI3g==", - "dev": true - }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "dev": true, - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - } - }, - "execa": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-2.1.0.tgz", - "integrity": "sha512-Y/URAVapfbYy2Xp/gb6A0E7iR8xeqOCXsuuaoMn7A5PzrXUK84E1gyiEfq0wQd/GHA6GsoHWwhNq8anb0mleIw==", - "dev": true, - "requires": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^3.0.0", - "onetime": "^5.1.0", - "p-finally": "^2.0.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - } - }, - "get-stream": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", - "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", - "dev": true, - "requires": { - "pump": "^3.0.0" - } - }, - "is-stream": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", - "dev": true - }, - "mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", - "dev": true - }, - "npm-run-path": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-3.1.0.tgz", - "integrity": "sha512-Dbl4A/VfiVGLgQv29URL9xshU8XDY1GeLy+fsaZ1AA8JDSfjvr5P5+pzRbWqRSBxk6/DW7MIh8lTM/PaGnP2kg==", - "dev": true, - "requires": { - "path-key": "^3.0.0" - } - }, - "onetime": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", - "dev": true, - "requires": { - "mimic-fn": "^2.1.0" - } - }, - "p-finally": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-2.0.1.tgz", - "integrity": "sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==", - "dev": true - }, - "path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true - }, - "shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dev": true, - "requires": { - "shebang-regex": "^3.0.0" - } - }, - "shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "dev": true - }, - "which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dev": true, - "requires": { - "isexe": "^2.0.0" - } - } + "is-plain-object": "^5.0.0", + "universal-user-agent": "^6.0.0" } }, - "@pika/types": { - "version": "0.3.16", - "resolved": "https://registry.npmjs.org/@pika/types/-/types-0.3.16.tgz", - "integrity": "sha512-hM3WHhN4RxXRVVBijyYO4/B1DwT/9dFhemeDaplPsPVZEUumm3/PDo24VIFLJMrk68yio1lBby3X0IbGtPZClQ==", - "dev": true + "@octokit/graphql": { + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.6.tgz", + "integrity": "sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw==", + "dev": true, + "requires": { + "@octokit/request": "^6.0.0", + "@octokit/types": "^9.0.0", + "universal-user-agent": "^6.0.0" + } + }, + "@octokit/openapi-types": { + "version": "17.2.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.2.0.tgz", + "integrity": "sha512-MazrFNx4plbLsGl+LFesMo96eIXkFgEtaKbnNpdh4aQ0VM10aoylFsTYP1AEjkeoRNZiiPe3T6Gl2Hr8dJWdlQ==" + }, + "@octokit/plugin-rest-endpoint-methods": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-7.1.2.tgz", + "integrity": "sha512-R0oJ7j6f/AdqPLtB9qRXLO+wjI9pctUn8Ka8UGfGaFCcCv3Otx14CshQ89K4E88pmyYZS8p0rNTiprML/81jig==", + "dev": true, + "requires": { + "@octokit/types": "^9.2.3", + "deprecation": "^2.3.1" + } + }, + "@octokit/request": { + "version": "6.2.5", + "resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.5.tgz", + "integrity": "sha512-z83E8UIlPNaJUsXpjD8E0V5o/5f+vJJNbNcBwVZsX3/vC650U41cOkTLjq4PKk9BYonQGOnx7N17gvLyNjgGcQ==", + "dev": true, + "requires": { + "@octokit/endpoint": "^7.0.0", + "@octokit/request-error": "^3.0.0", + "@octokit/types": "^9.0.0", + "is-plain-object": "^5.0.0", + "node-fetch": "^2.6.7", + "universal-user-agent": "^6.0.0" + } + }, + "@octokit/request-error": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-3.0.3.tgz", + "integrity": "sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==", + "dev": true, + "requires": { + "@octokit/types": "^9.0.0", + "deprecation": "^2.0.0", + "once": "^1.4.0" + } + }, + "@octokit/tsconfig": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@octokit/tsconfig/-/tsconfig-1.0.2.tgz", + "integrity": "sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA==" + }, + "@octokit/types": { + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.3.tgz", + "integrity": "sha512-MMeLdHyFIALioycq+LFcA71v0S2xpQUX2cw6pPbHQjaibcHYwLnmK/kMZaWuGfGfjBJZ3wRUq+dOaWsvrPJVvA==", + "requires": { + "@octokit/openapi-types": "^17.2.0" + } + }, + "@pkgjs/parseargs": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "dev": true, + "optional": true }, "@sinclair/typebox": { "version": "0.25.24", @@ -11480,21 +9128,21 @@ "dev": true }, "@sinonjs/commons": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-2.0.0.tgz", - "integrity": "sha512-uLa0j859mMrg2slwQYdO/AkrOfmH+X6LTVmNTS9CqexuE2IvVORIkSpJLqePAbEnKJ77aMmCwr1NUZ57120Xcg==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.0.tgz", + "integrity": "sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==", "dev": true, "requires": { "type-detect": "4.0.8" } }, "@sinonjs/fake-timers": { - "version": "10.0.2", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.0.2.tgz", - "integrity": "sha512-SwUDyjWnah1AaNl7kxsa7cfLhlTYoiyhDAIgyh+El30YvXs/o7OLXpYH88Zdhyx9JExKrmHDJ+10bwIcY80Jmw==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.2.0.tgz", + "integrity": "sha512-OPwQlEdg40HAj5KNF8WW6q2KG4Z+cBCZb3m4ninfTZKaBmbIJodviQsDBoYMPHkOyJJMHnOJo5j2+LKDOhOACg==", "dev": true, "requires": { - "@sinonjs/commons": "^2.0.0" + "@sinonjs/commons": "^3.0.0" } }, "@szmarczak/http-timer": { @@ -11559,12 +9207,6 @@ "@types/responselike": "^1.0.0" } }, - "@types/estree": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz", - "integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==", - "dev": true - }, "@types/fetch-mock": { "version": "7.3.5", "resolved": "https://registry.npmjs.org/@types/fetch-mock/-/fetch-mock-7.3.5.tgz", @@ -11629,16 +9271,10 @@ "@types/node": "*" } }, - "@types/minimist": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", - "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==", - "dev": true - }, "@types/node": { - "version": "18.16.8", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.8.tgz", - "integrity": "sha512-p0iAXcfWCOTCBbsExHIDFCfwsqFwBTgETJveKMT+Ci3LY9YqQCI91F5S+TB20+aRCXpcWfvx5Qr5EccnwCm2NA==", + "version": "18.16.14", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.14.tgz", + "integrity": "sha512-+ImzUB3mw2c5ISJUq0punjDilUQ5GnUim0ZRvchHIWJmOC0G+p0kzhXBqj6cDjK0QdPFwzrHWgrJp3RPvCG5qg==", "dev": true }, "@types/prettier": { @@ -11677,22 +9313,19 @@ "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==", "dev": true }, - "acorn": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", - "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", - "dev": true - }, "ansi-escapes": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz", - "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", - "dev": true + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "dev": true, + "requires": { + "type-fest": "^0.21.3" + } }, "ansi-regex": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz", - "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", "dev": true }, "ansi-styles": { @@ -11733,12 +9366,6 @@ "is-array-buffer": "^3.0.1" } }, - "array-find-index": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", - "integrity": "sha512-M1HQyIXcBGtVywBt8WVdim+lrNaK7VHp99Qt5pSNziXznKHViIBbXWtfRTpEFpF/c4FdfxNAsCCwPp5phBYJtw==", - "dev": true - }, "available-typed-arrays": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", @@ -11811,15 +9438,6 @@ } } }, - "babel-plugin-dynamic-import-node-babel-7": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node-babel-7/-/babel-plugin-dynamic-import-node-babel-7-2.0.7.tgz", - "integrity": "sha512-8DO7mdeczoxi0z1ggb6wS/yWkwM2F9uMPKsVeohK1Ff389JENDfZd+aINwM5r2p66IZGR0rkMrYCr2EyEGrGAQ==", - "dev": true, - "requires": { - "@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.42" - } - }, "babel-plugin-istanbul": { "version": "6.1.1", "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", @@ -11845,44 +9463,6 @@ "@types/babel__traverse": "^7.0.6" } }, - "babel-plugin-polyfill-corejs2": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz", - "integrity": "sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==", - "dev": true, - "requires": { - "@babel/compat-data": "^7.17.7", - "@babel/helper-define-polyfill-provider": "^0.3.3", - "semver": "^6.1.1" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } - }, - "babel-plugin-polyfill-corejs3": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz", - "integrity": "sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==", - "dev": true, - "requires": { - "@babel/helper-define-polyfill-provider": "^0.3.3", - "core-js-compat": "^3.25.1" - } - }, - "babel-plugin-polyfill-regenerator": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz", - "integrity": "sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==", - "dev": true, - "requires": { - "@babel/helper-define-polyfill-provider": "^0.3.3" - } - }, "babel-preset-current-node-syntax": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz", @@ -11926,13 +9506,12 @@ "dev": true }, "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" + "balanced-match": "^1.0.0" } }, "braces": { @@ -11980,12 +9559,6 @@ "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", "dev": true }, - "builtin-modules": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz", - "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==", - "dev": true - }, "cacheable-lookup": { "version": "5.0.4", "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz", @@ -12005,17 +9578,6 @@ "lowercase-keys": "^2.0.0", "normalize-url": "^6.0.1", "responselike": "^2.0.0" - }, - "dependencies": { - "get-stream": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", - "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", - "dev": true, - "requires": { - "pump": "^3.0.0" - } - } } }, "call-bind": { @@ -12035,15 +9597,15 @@ "dev": true }, "camelcase": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", - "integrity": "sha512-FxAv7HpHrXbh3aPo4o2qxHay2lkLY3x5Mw3KeE4KQE8ysVfziWeRZDwcjauvwBSGEC/nXUPzZy8zeh4HokqOnw==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", "dev": true }, "caniuse-lite": { - "version": "1.0.30001486", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001486.tgz", - "integrity": "sha512-uv7/gXuHi10Whlj0pp5q/tsK/32J2QSqVRKQhs2j8VsDCjgyruAh/eEXHF822VqO9yT6iZKw3nRwZRSPBE9OQg==", + "version": "1.0.30001488", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001488.tgz", + "integrity": "sha512-NORIQuuL4xGpIy6iCCQGN4iFjlBXtfKWIenlUuyZJumLRIindLb7wXM+GO8erEhb7vXfcnf4BAg2PrSDN5TNLQ==", "dev": true }, "chalk": { @@ -12063,16 +9625,10 @@ "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", "dev": true }, - "chardet": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.4.2.tgz", - "integrity": "sha512-j/Toj7f1z98Hh2cYo2BVr85EpIRWqUi7rtRSGxh/cqUjqrnJe9l9UE7IUGd2vQ2p+kSHLkSzObQPZPLUC6TQwg==", - "dev": true - }, "ci-info": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-1.6.0.tgz", - "integrity": "sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz", + "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==", "dev": true }, "cjs-module-lexer": { @@ -12081,21 +9637,6 @@ "integrity": "sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==", "dev": true }, - "cli-cursor": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz", - "integrity": "sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw==", - "dev": true, - "requires": { - "restore-cursor": "^2.0.0" - } - }, - "cli-width": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.1.tgz", - "integrity": "sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==", - "dev": true - }, "cliui": { "version": "8.0.1", "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", @@ -12113,10 +9654,34 @@ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "dev": true }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, "string-width": { @@ -12138,6 +9703,17 @@ "requires": { "ansi-regex": "^5.0.1" } + }, + "wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } } } }, @@ -12177,12 +9753,6 @@ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", "dev": true }, - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true - }, "concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", @@ -12201,35 +9771,15 @@ "integrity": "sha512-uBJiDmwqsbJCWHAwjrx3cvjbMXP7xD72Dmsn5LOJpiRmE3WbBbN5rCqQ2Qh6Ek6/eOrjlWngEynBWo4VxerQhg==", "dev": true }, - "core-js-compat": { - "version": "3.30.2", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.30.2.tgz", - "integrity": "sha512-nriW1nuJjUgvkEjIot1Spwakz52V9YkYHZAQG6A1eCgC8AA1p0zngrQEP9R0+V6hji5XilWKG1Bd0YRppmGimA==", - "dev": true, - "requires": { - "browserslist": "^4.21.5" - } - }, "cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", - "dev": true, - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - } - }, - "currently-unhandled": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz", - "integrity": "sha512-/fITjgjGU50vjQ4FH6eUoYu+iUoUKIXws2hL15JJpIR+BbTxaXQsMuuyjtNh2WqsSBS5nsaZHFsFecyw5CCAng==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", "dev": true, "requires": { - "array-find-index": "^1.0.1" + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" } }, "debug": { @@ -12292,12 +9842,6 @@ "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==", "dev": true }, - "detect-indent": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-5.0.0.tgz", - "integrity": "sha512-rlpvsxUtM0PQvy9iZe640/IWwWYyBsTApREbA1pHOpmOUIl9MkP/U4z7vTtg4Oaojvqhxt7sdufnT0EzGaR31g==", - "dev": true - }, "detect-newline": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", @@ -12310,10 +9854,16 @@ "integrity": "sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==", "dev": true }, + "eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true + }, "electron-to-chromium": { - "version": "1.4.392", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.392.tgz", - "integrity": "sha512-TXQOMW9tnhIms3jGy/lJctLjICOgyueZFJ1KUtm6DTQ+QpxX3p7ZBwB6syuZ9KBuT5S4XX7bgY1ECPgfxKUdOg==", + "version": "1.4.402", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.402.tgz", + "integrity": "sha512-gWYvJSkohOiBE6ecVYXkrDgNaUjo47QEKK0kQzmWyhkH+yoYiG44bwuicTGNSIQRG3WDMsWVZJLRnJnLNkbWvA==", "dev": true }, "emittery": { @@ -12323,9 +9873,9 @@ "dev": true }, "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", "dev": true }, "end-of-stream": { @@ -12410,6 +9960,36 @@ "is-symbol": "^1.0.2" } }, + "esbuild": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.17.19.tgz", + "integrity": "sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw==", + "dev": true, + "requires": { + "@esbuild/android-arm": "0.17.19", + "@esbuild/android-arm64": "0.17.19", + "@esbuild/android-x64": "0.17.19", + "@esbuild/darwin-arm64": "0.17.19", + "@esbuild/darwin-x64": "0.17.19", + "@esbuild/freebsd-arm64": "0.17.19", + "@esbuild/freebsd-x64": "0.17.19", + "@esbuild/linux-arm": "0.17.19", + "@esbuild/linux-arm64": "0.17.19", + "@esbuild/linux-ia32": "0.17.19", + "@esbuild/linux-loong64": "0.17.19", + "@esbuild/linux-mips64el": "0.17.19", + "@esbuild/linux-ppc64": "0.17.19", + "@esbuild/linux-riscv64": "0.17.19", + "@esbuild/linux-s390x": "0.17.19", + "@esbuild/linux-x64": "0.17.19", + "@esbuild/netbsd-x64": "0.17.19", + "@esbuild/openbsd-x64": "0.17.19", + "@esbuild/sunos-x64": "0.17.19", + "@esbuild/win32-arm64": "0.17.19", + "@esbuild/win32-ia32": "0.17.19", + "@esbuild/win32-x64": "0.17.19" + } + }, "escalade": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", @@ -12428,31 +10008,35 @@ "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", "dev": true }, - "estree-walker": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-0.6.1.tgz", - "integrity": "sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==", - "dev": true - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", - "dev": true - }, "execa": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", "dev": true, "requires": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + }, + "dependencies": { + "get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "dev": true + }, + "signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + } } }, "exit": { @@ -12474,17 +10058,6 @@ "jest-util": "^29.5.0" } }, - "external-editor": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-2.2.0.tgz", - "integrity": "sha512-bSn6gvGxKt+b7+6TKEv1ZycHleA7aHhRHyAqJyp5pbUFuYYNIzpZnQDk7AsYckyWdEnTeAnay0aCy2aV6iTk9A==", - "dev": true, - "requires": { - "chardet": "^0.4.0", - "iconv-lite": "^0.4.17", - "tmp": "^0.0.33" - } - }, "fast-json-stable-stringify": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", @@ -12518,21 +10091,6 @@ "whatwg-url": "^6.5.0" } }, - "figures": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", - "integrity": "sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==", - "dev": true, - "requires": { - "escape-string-regexp": "^1.0.5" - } - }, - "file-uri-to-path": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", - "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", - "dev": true - }, "fill-range": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", @@ -12561,6 +10119,16 @@ "is-callable": "^1.1.3" } }, + "foreground-child": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz", + "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==", + "dev": true, + "requires": { + "cross-spawn": "^7.0.0", + "signal-exit": "^4.0.1" + } + }, "fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", @@ -12611,13 +10179,14 @@ "dev": true }, "get-intrinsic": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.0.tgz", - "integrity": "sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz", + "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==", "dev": true, "requires": { "function-bind": "^1.1.1", "has": "^1.0.3", + "has-proto": "^1.0.1", "has-symbols": "^1.0.3" } }, @@ -12628,9 +10197,9 @@ "dev": true }, "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", "dev": true, "requires": { "pump": "^3.0.0" @@ -12669,9 +10238,9 @@ } }, "semver": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz", - "integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==", + "version": "7.5.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", + "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", "dev": true, "requires": { "lru-cache": "^6.0.0" @@ -12682,27 +10251,20 @@ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true - } - } - }, - "github-url-from-git": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/github-url-from-git/-/github-url-from-git-1.5.0.tgz", - "integrity": "sha512-WWOec4aRI7YAykQ9+BHmzjyNlkfJFG8QLXnDTsLz/kZefq7qkzdfo4p6fkYYMIq1aj+gZcQs/1HQhQh3DPPxlQ==", - "dev": true + } + } }, "glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "version": "10.2.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.2.6.tgz", + "integrity": "sha512-U/rnDpXJGF414QQQZv5uVsabTVxMSwzS5CH0p3DRCIV6ownl4f7PzGnkGmvlum2wB+9RlJWJZ6ACU1INnBqiPA==", "dev": true, "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "foreground-child": "^3.1.0", + "jackspeak": "^2.0.3", + "minimatch": "^9.0.1", + "minipass": "^5.0.0 || ^6.0.2", + "path-scurry": "^1.7.0" } }, "glob-to-regexp": { @@ -12817,12 +10379,6 @@ "has-symbols": "^1.0.2" } }, - "has-yarn": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-1.0.0.tgz", - "integrity": "sha512-UAI4b48aqrdez88CwMfC9s+gcJ25O1qg0/hS5eKOsIF5tOw2EYcgGsryYF6TEI5G8SeCYzFBt5Z04D/BDABYSQ==", - "dev": true - }, "hosted-git-info": { "version": "2.8.9", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", @@ -12857,24 +10413,6 @@ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", "dev": true }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "dev": true, - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - } - }, - "import-from": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/import-from/-/import-from-2.1.0.tgz", - "integrity": "sha512-0vdnLL2wSGnhlRmzHJAg5JHjt1l2vYhzJ7tNLGbeVg0fse56tpGaH0uzH+r9Slej+BSXXEHvBKDEnVSLLE9/+w==", - "dev": true, - "requires": { - "resolve-from": "^3.0.0" - } - }, "import-local": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", @@ -12907,28 +10445,6 @@ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", "dev": true }, - "inquirer": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-3.3.0.tgz", - "integrity": "sha512-h+xtnyk4EwKvFWHrUYsWErEVR+igKtLdchu+o0Z1RL7VU/jVMFbYir2bp6bAj8efFNxWqHX0dIss6fJQ+/+qeQ==", - "dev": true, - "requires": { - "ansi-escapes": "^3.0.0", - "chalk": "^2.0.0", - "cli-cursor": "^2.1.0", - "cli-width": "^2.0.0", - "external-editor": "^2.0.4", - "figures": "^2.0.0", - "lodash": "^4.3.0", - "mute-stream": "0.0.7", - "run-async": "^2.2.0", - "rx-lite": "^4.0.8", - "rx-lite-aggregates": "^4.0.8", - "string-width": "^2.1.0", - "strip-ansi": "^4.0.0", - "through": "^2.3.6" - } - }, "internal-slot": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz", @@ -12940,15 +10456,6 @@ "side-channel": "^1.0.4" } }, - "invariant": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", - "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", - "dev": true, - "requires": { - "loose-envify": "^1.0.0" - } - }, "is-array-buffer": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz", @@ -12985,42 +10492,16 @@ "has-tostringtag": "^1.0.0" } }, - "is-builtin-module": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-2.0.0.tgz", - "integrity": "sha512-G2jLHphOywpgrL/AaJKWDXpdpGR9X4V1PCkB+EwG5Z28z8EukgdWnAUFAS2wdBtIpwHhHBIiq0NBOWEbSXN0Rg==", - "dev": true, - "requires": { - "builtin-modules": "^2.0.0" - }, - "dependencies": { - "builtin-modules": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-2.0.0.tgz", - "integrity": "sha512-3U5kUA5VPsRUA3nofm/BXX7GVHKfxz0hOBAPxXrIvHzlDRkQVqEn6yi8QJegxl4LzOHLdvb7XF5dVawa/VVYBg==", - "dev": true - } - } - }, "is-callable": { "version": "1.2.7", "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", "dev": true }, - "is-ci": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-1.2.1.tgz", - "integrity": "sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==", - "dev": true, - "requires": { - "ci-info": "^1.5.0" - } - }, "is-core-module": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.0.tgz", - "integrity": "sha512-RECHCBCd/viahWmwj6enj19sKbHfJrddi/6cBDsNTKbNq0f7VeaUkBo60BqzvPqo/W54ChS62Z5qyun7cfOMqQ==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz", + "integrity": "sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==", "dev": true, "requires": { "has": "^1.0.3" @@ -13036,9 +10517,9 @@ } }, "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true }, "is-generator-fn": { @@ -13084,15 +10565,6 @@ "has-tostringtag": "^1.0.0" } }, - "is-scoped": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-scoped/-/is-scoped-1.0.0.tgz", - "integrity": "sha512-iT1y0qJcdqXnHe6SCtN9cOBPRiarw8Cy1EZkawW50dxO/7oHC6AYvs1tH4QbBbi7UC/vYY3BnRmbE0bFLwvUog==", - "dev": true, - "requires": { - "scoped-regex": "^1.0.0" - } - }, "is-shared-array-buffer": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", @@ -13103,9 +10575,9 @@ } }, "is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", - "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "dev": true }, "is-string": { @@ -13154,24 +10626,12 @@ "call-bind": "^1.0.2" } }, - "is-wsl": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", - "integrity": "sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==", - "dev": true - }, "isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", "dev": true }, - "issue-regex": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/issue-regex/-/issue-regex-2.0.0.tgz", - "integrity": "sha512-flaQ/45dMqCYSMzBQI/h3bcto6T70uN7kjNnI8n3gQU6no5p+QcnMWBNXkraED0YvbUymxKaqdvgPa09RZQM5A==", - "dev": true - }, "istanbul-lib-coverage": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", @@ -13189,14 +10649,6 @@ "@istanbuljs/schema": "^0.1.2", "istanbul-lib-coverage": "^3.2.0", "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } } }, "istanbul-lib-report": { @@ -13248,6 +10700,16 @@ "istanbul-lib-report": "^3.0.0" } }, + "jackspeak": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.2.1.tgz", + "integrity": "sha512-MXbxovZ/Pm42f6cDIDkl3xpwv1AGwObKwfmjs2nQePiy85tP3fatofl3FC1aBsOtP/6fq5SbtgHwWcMsLP+bDw==", + "dev": true, + "requires": { + "@isaacs/cliui": "^8.0.2", + "@pkgjs/parseargs": "^0.11.0" + } + }, "jest": { "version": "29.5.0", "resolved": "https://registry.npmjs.org/jest/-/jest-29.5.0.tgz", @@ -13268,102 +10730,6 @@ "requires": { "execa": "^5.0.0", "p-limit": "^3.1.0" - }, - "dependencies": { - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "dev": true, - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - } - }, - "execa": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", - "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", - "dev": true, - "requires": { - "cross-spawn": "^7.0.3", - "get-stream": "^6.0.0", - "human-signals": "^2.1.0", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.1", - "onetime": "^5.1.2", - "signal-exit": "^3.0.3", - "strip-final-newline": "^2.0.0" - } - }, - "get-stream": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", - "dev": true - }, - "is-stream": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", - "dev": true - }, - "mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", - "dev": true - }, - "npm-run-path": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", - "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", - "dev": true, - "requires": { - "path-key": "^3.0.0" - } - }, - "onetime": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", - "dev": true, - "requires": { - "mimic-fn": "^2.1.0" - } - }, - "path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true - }, - "shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dev": true, - "requires": { - "shebang-regex": "^3.0.0" - } - }, - "shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "dev": true - }, - "which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dev": true, - "requires": { - "isexe": "^2.0.0" - } - } } }, "jest-circus": { @@ -13555,6 +10921,16 @@ "color-convert": "^2.0.1" } }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, "chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", @@ -13565,12 +10941,6 @@ "supports-color": "^7.1.0" } }, - "ci-info": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz", - "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==", - "dev": true - }, "color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", @@ -13586,12 +10956,35 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, "supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", @@ -14141,6 +11534,16 @@ "color-convert": "^2.0.1" } }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, "chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", @@ -14166,17 +11569,34 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true }, - "strip-bom": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", - "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", - "dev": true + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } }, "supports-color": { "version": "7.2.0", @@ -14270,9 +11690,9 @@ } }, "semver": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz", - "integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==", + "version": "7.5.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", + "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", "dev": true, "requires": { "lru-cache": "^6.0.0" @@ -14328,12 +11748,6 @@ "supports-color": "^7.1.0" } }, - "ci-info": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz", - "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==", - "dev": true - }, "color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", @@ -14453,15 +11867,6 @@ "string-length": "^4.0.1" }, "dependencies": { - "ansi-escapes": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", - "dev": true, - "requires": { - "type-fest": "^0.21.3" - } - }, "ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", @@ -14636,6 +12041,12 @@ "error-ex": "^1.3.1", "json-parse-better-errors": "^1.0.1" } + }, + "strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", + "dev": true } } }, @@ -14654,12 +12065,6 @@ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, - "lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", - "dev": true - }, "lodash.isequal": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", @@ -14678,25 +12083,6 @@ "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==", "dev": true }, - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", - "dev": true, - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - } - }, - "loud-rejection": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz", - "integrity": "sha512-RPNliZOFkqFumDhvYqOaNY4Uz9oJM2K9tC6JWsJJsNdhuONW4LQHRBpb0qf4pJApVffI5N39SwzWZJuEhfd7eQ==", - "dev": true, - "requires": { - "currently-unhandled": "^0.4.1", - "signal-exit": "^3.0.0" - } - }, "lowercase-keys": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", @@ -14719,14 +12105,6 @@ "dev": true, "requires": { "semver": "^6.0.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } } }, "make-error": { @@ -14767,9 +12145,9 @@ } }, "mimic-fn": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz", - "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "dev": true }, "mimic-response": { @@ -14779,41 +12157,26 @@ "dev": true }, "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz", + "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==", "dev": true, "requires": { - "brace-expansion": "^1.1.7" + "brace-expansion": "^2.0.1" } }, - "minimist": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", - "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "minipass": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-6.0.2.tgz", + "integrity": "sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w==", "dev": true }, - "mkdirp": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", - "dev": true, - "requires": { - "minimist": "^1.2.6" - } - }, "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", "dev": true }, - "mute-stream": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz", - "integrity": "sha512-r65nCZhrbXXb6dXOACihYApHw2Q6pV0M3V0PSxd74N0+D8nzAdEAITq2oAjA1jVnKI+tGvEBUpqiMh0+rW6zDQ==", - "dev": true - }, "natural-compare": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", @@ -14866,9 +12229,9 @@ "dev": true }, "node-releases": { - "version": "2.0.10", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.10.tgz", - "integrity": "sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==", + "version": "2.0.11", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.11.tgz", + "integrity": "sha512-+M0PwXeU80kRohZ3aT4J/OnR+l9/KD2nVLNNoRgFtnf+umQVFdGBAO2N8+nCnEi0xlh/Wk3zOGC+vNNx+uM79Q==", "dev": true }, "normalize-package-data": { @@ -14881,6 +12244,14 @@ "resolve": "^1.10.0", "semver": "2 || 3 || 4 || 5", "validate-npm-package-license": "^3.0.1" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + } } }, "normalize-path": { @@ -14910,15 +12281,85 @@ "read-pkg": "^3.0.0", "shell-quote": "^1.6.1", "string.prototype.padend": "^3.0.0" + }, + "dependencies": { + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "dev": true, + "requires": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", + "dev": true + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + }, + "shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", + "dev": true, + "requires": { + "shebang-regex": "^1.0.0" + } + }, + "shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==", + "dev": true + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + } } }, "npm-run-path": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", - "integrity": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", "dev": true, "requires": { - "path-key": "^2.0.0" + "path-key": "^3.0.0" } }, "object-inspect": { @@ -14955,28 +12396,13 @@ } }, "onetime": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz", - "integrity": "sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ==", - "dev": true, - "requires": { - "mimic-fn": "^1.0.0" - } - }, - "opn": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/opn/-/opn-5.5.0.tgz", - "integrity": "sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "dev": true, "requires": { - "is-wsl": "^1.1.0" - } - }, - "os-tmpdir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", - "dev": true + "mimic-fn": "^2.1.0" + } }, "p-cancelable": { "version": "2.1.1", @@ -14984,12 +12410,6 @@ "integrity": "sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==", "dev": true }, - "p-finally": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", - "integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==", - "dev": true - }, "p-limit": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", @@ -15019,15 +12439,6 @@ } } }, - "p-timeout": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-2.0.1.tgz", - "integrity": "sha512-88em58dDVB/KzPEx1X0N3LwFfYZPyDc4B6eF38M1rk9VTZMbxXXgjugz8mmwpS9Ox4BDZ+t6t3QP5+/gazweIA==", - "dev": true, - "requires": { - "p-finally": "^1.0.0" - } - }, "p-try": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", @@ -15059,9 +12470,9 @@ "dev": true }, "path-key": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", - "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", "dev": true }, "path-parse": { @@ -15070,6 +12481,24 @@ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", "dev": true }, + "path-scurry": { + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.9.2.tgz", + "integrity": "sha512-qSDLy2aGFPm8i4rsbHd4MNyTcrzHFsLQykrtbuGRknZZCBBVXSv2tSCDN2Cg6Rt/GFRw8GoW9y9Ecw5rIPG1sg==", + "dev": true, + "requires": { + "lru-cache": "^9.1.1", + "minipass": "^5.0.0 || ^6.0.2" + }, + "dependencies": { + "lru-cache": { + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-9.1.1.tgz", + "integrity": "sha512-65/Jky17UwSb0BuB9V+MyDpsOtXKmYwzhyl+cOa9XUiI4uV2Ouy/2voFP3+al0BjZbJgMBD8FojMpAf+Z+qn4A==", + "dev": true + } + } + }, "path-to-regexp": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.4.0.tgz", @@ -15199,15 +12628,6 @@ "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", "dev": true }, - "read": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/read/-/read-1.0.7.tgz", - "integrity": "sha512-rSOKNYUmaxy0om1BNjMN4ezNT6VKK+2xF4GBhc81mkH7L60i6dp8qPYrkndNLT3QPphoII3maL9PVC9XmhHwVQ==", - "dev": true, - "requires": { - "mute-stream": "~0.0.4" - } - }, "read-pkg": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", @@ -15219,36 +12639,12 @@ "path-type": "^3.0.0" } }, - "regenerate": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", - "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", - "dev": true - }, - "regenerate-unicode-properties": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz", - "integrity": "sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==", - "dev": true, - "requires": { - "regenerate": "^1.4.2" - } - }, "regenerator-runtime": { "version": "0.13.11", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", "dev": true }, - "regenerator-transform": { - "version": "0.15.1", - "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.1.tgz", - "integrity": "sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==", - "dev": true, - "requires": { - "@babel/runtime": "^7.8.4" - } - }, "regexp.prototype.flags": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz", @@ -15260,37 +12656,6 @@ "functions-have-names": "^1.2.3" } }, - "regexpu-core": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", - "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", - "dev": true, - "requires": { - "@babel/regjsgen": "^0.8.0", - "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.1.0", - "regjsparser": "^0.9.1", - "unicode-match-property-ecmascript": "^2.0.0", - "unicode-match-property-value-ecmascript": "^2.1.0" - } - }, - "regjsparser": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", - "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", - "dev": true, - "requires": { - "jsesc": "~0.5.0" - }, - "dependencies": { - "jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", - "dev": true - } - } - }, "require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", @@ -15321,20 +12686,12 @@ "dev": true, "requires": { "resolve-from": "^5.0.0" - }, - "dependencies": { - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", - "dev": true - } } }, "resolve-from": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", - "integrity": "sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", "dev": true }, "resolve.exports": { @@ -15352,76 +12709,6 @@ "lowercase-keys": "^2.0.0" } }, - "restore-cursor": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz", - "integrity": "sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q==", - "dev": true, - "requires": { - "onetime": "^2.0.0", - "signal-exit": "^3.0.2" - } - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - }, - "rollup": { - "version": "1.32.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.32.1.tgz", - "integrity": "sha512-/2HA0Ec70TvQnXdzynFffkjA6XN+1e2pEv/uKS5Ulca40g2L7KuOE3riasHoNVHOsFD5KKZgDsMk1CP3Tw9s+A==", - "dev": true, - "requires": { - "@types/estree": "*", - "@types/node": "*", - "acorn": "^7.1.0" - } - }, - "rollup-plugin-babel": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz", - "integrity": "sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==", - "dev": true, - "requires": { - "@babel/helper-module-imports": "^7.0.0", - "rollup-pluginutils": "^2.8.1" - } - }, - "rollup-pluginutils": { - "version": "2.8.2", - "resolved": "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz", - "integrity": "sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==", - "dev": true, - "requires": { - "estree-walker": "^0.6.1" - } - }, - "run-async": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", - "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", - "dev": true - }, - "rx-lite": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-4.0.8.tgz", - "integrity": "sha512-Cun9QucwK6MIrp3mry/Y7hqD1oFqTYLQ4pGxaHTjIdaFDWRGGLikqp6u8LcWJnzpoALg9hap+JGk8sFIUuEGNA==", - "dev": true - }, - "rx-lite-aggregates": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz", - "integrity": "sha512-3xPNZGW93oCjiO7PtKxRK6iOVYBWBvtf9QHDfU23Oc+dLIQmAV//UnyXV/yihv81VS/UqoQPk4NegS8EFi55Hg==", - "dev": true, - "requires": { - "rx-lite": "*" - } - }, "safe-regex-test": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", @@ -15433,18 +12720,6 @@ "is-regex": "^1.1.4" } }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "dev": true - }, - "scoped-regex": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/scoped-regex/-/scoped-regex-1.0.0.tgz", - "integrity": "sha512-90/gFvaP4jXL0rXPD8FS7tWgmkQDlxCjs9cs3r3G5hAnrODt94kIh4SDbH/gm3HosGTik0omdSPOh0KQyGqjlg==", - "dev": true - }, "semantic-release-plugin-update-version-in-files": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/semantic-release-plugin-update-version-in-files/-/semantic-release-plugin-update-version-in-files-1.1.0.tgz", @@ -15453,27 +12728,62 @@ "requires": { "debug": "^4.1.1", "glob": "^7.1.3" + }, + "dependencies": { + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + } } }, "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true }, "shebang-command": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", - "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", "dev": true, "requires": { - "shebang-regex": "^1.0.0" + "shebang-regex": "^3.0.0" } }, "shebang-regex": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", - "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", "dev": true }, "shell-quote": { @@ -15494,9 +12804,9 @@ } }, "signal-exit": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.0.2.tgz", + "integrity": "sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q==", "dev": true }, "sisteransi": { @@ -15582,26 +12892,6 @@ } } }, - "standard-pkg": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/standard-pkg/-/standard-pkg-0.5.0.tgz", - "integrity": "sha512-7w+8qU4hBMXeh5GmUTG39ODsqdaWrNZ8nq1gpPZu990DjuGVY6eCAhrcY+zFGc5OWlANqlF0XVArSU38J3HUUQ==", - "dev": true, - "requires": { - "@babel/core": "^7.2.2", - "@babel/parser": "^7.1.5", - "@babel/plugin-syntax-dynamic-import": "^7.2.0", - "@babel/plugin-syntax-import-meta": "^7.2.0", - "@babel/preset-typescript": "^7.1.0", - "@babel/traverse": "^7.1.5", - "@pika/babel-plugin-esm-import-rewrite": "^0.6.1", - "@types/minimist": "^1.2.0", - "chalk": "^2.1.0", - "glob": "^7.1.1", - "minimist": "^1.2.0", - "mkdirp": "^0.5.1" - } - }, "string-length": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", @@ -15630,13 +12920,48 @@ } }, "string-width": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", - "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", "dev": true, "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + } + }, + "string-width-cjs": { + "version": "npm:string-width@4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "dependencies": { + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true + }, + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.1" + } + } } }, "string.prototype.padend": { @@ -15684,24 +13009,35 @@ } }, "strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz", + "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==", "dev": true, "requires": { - "ansi-regex": "^3.0.0" + "ansi-regex": "^6.0.1" } }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", - "dev": true + "strip-ansi-cjs": { + "version": "npm:strip-ansi@6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.1" + }, + "dependencies": { + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true + } + } }, - "strip-eof": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", - "integrity": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==", + "strip-bom": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", + "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", "dev": true }, "strip-final-newline": { @@ -15740,21 +13076,41 @@ "@istanbuljs/schema": "^0.1.2", "glob": "^7.1.4", "minimatch": "^3.0.4" - } - }, - "through": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", - "dev": true - }, - "tmp": { - "version": "0.0.33", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", - "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", - "dev": true, - "requires": { - "os-tmpdir": "~1.0.2" + }, + "dependencies": { + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + } } }, "tmpl": { @@ -15813,9 +13169,9 @@ } }, "semver": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz", - "integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==", + "version": "7.5.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", + "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", "dev": true, "requires": { "lru-cache": "^6.0.0" @@ -15830,9 +13186,9 @@ } }, "tslib": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", - "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==", + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.2.tgz", + "integrity": "sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==", "dev": true }, "type-detect": { @@ -15876,34 +13232,6 @@ "which-boxed-primitive": "^1.0.2" } }, - "unicode-canonical-property-names-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", - "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", - "dev": true - }, - "unicode-match-property-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", - "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", - "dev": true, - "requires": { - "unicode-canonical-property-names-ecmascript": "^2.0.0", - "unicode-property-aliases-ecmascript": "^2.0.0" - } - }, - "unicode-match-property-value-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", - "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", - "dev": true - }, - "unicode-property-aliases-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", - "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", - "dev": true - }, "universal-user-agent": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz", @@ -15974,9 +13302,9 @@ } }, "which": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", "dev": true, "requires": { "isexe": "^2.0.0" @@ -16010,7 +13338,26 @@ } }, "wrap-ansi": { - "version": "7.0.0", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "dev": true, + "requires": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "dependencies": { + "ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true + } + } + }, + "wrap-ansi-cjs": { + "version": "npm:wrap-ansi@7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", "dev": true, @@ -16050,10 +13397,10 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, "string-width": { @@ -16092,6 +13439,14 @@ "requires": { "imurmurhash": "^0.1.4", "signal-exit": "^3.0.7" + }, + "dependencies": { + "signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + } } }, "y18n": { @@ -16127,10 +13482,10 @@ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "dev": true }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, "string-width": { diff --git a/package.json b/package.json index 3f50c76..709ea56 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "version": "0.0.0-development", "description": "Octokit plugin to paginate REST API endpoint responses", "scripts": { - "build": "pika-pack build", + "build": "node scripts/build.mjs && tsc -p tsconfig.json", "lint": "prettier --check '{src,test}/**/*' README.md package.json", "lint:fix": "prettier --write '{src,test}/**/*' README.md package.json", "pretest": "npm run -s lint", @@ -25,7 +25,8 @@ ], "license": "MIT", "dependencies": { - "@octokit/types": "^9.2.2" + "@octokit/tsconfig": "^1.0.2", + "@octokit/types": "^9.2.3" }, "peerDependencies": { "@octokit/core": ">=4" @@ -33,15 +34,13 @@ "devDependencies": { "@octokit/core": "^4.0.0", "@octokit/plugin-rest-endpoint-methods": "^7.1.0", - "@pika/pack": "^0.3.7", - "@pika/plugin-build-node": "^0.9.0", - "@pika/plugin-build-web": "^0.9.0", - "@pika/plugin-ts-standard-pkg": "^0.9.0", "@types/fetch-mock": "^7.3.1", "@types/jest": "^29.0.0", "@types/node": "^18.0.0", + "esbuild": "^0.17.19", "fetch-mock": "^9.0.0", "github-openapi-graphql-query": "^4.0.0", + "glob": "^10.2.5", "jest": "^29.0.0", "npm-run-all": "^4.1.5", "prettier": "2.8.8", @@ -60,22 +59,6 @@ } } }, - "@pika/pack": { - "pipeline": [ - [ - "@pika/plugin-ts-standard-pkg" - ], - [ - "@pika/plugin-build-node", - { - "minNodeVersion": 18 - } - ], - [ - "@pika/plugin-build-web" - ] - ] - }, "release": { "branches": [ "+([0-9]).x", diff --git a/scripts/build.mjs b/scripts/build.mjs new file mode 100644 index 0000000..5064f94 --- /dev/null +++ b/scripts/build.mjs @@ -0,0 +1,92 @@ +// @ts-check +import esbuild from "esbuild"; +import { copyFile, readFile, writeFile, rm } from "fs/promises"; +import { glob } from "glob"; + +/** + * @type {esbuild.BuildOptions} + */ +const sharedOptions = { + sourcemap: "external", + sourcesContent: true, + minify: false, + allowOverwrite: true, + packages: "external", +}; + +async function main() { + // Start with a clean slate + await rm("pkg", { recursive: true, force: true }); + // Build the source code for a neutral platform as ESM + await esbuild.build({ + entryPoints: await glob(["./src/*.ts", "./src/**/*.ts"]), + outdir: "pkg/dist-src", + bundle: false, + platform: "neutral", + format: "esm", + ...sharedOptions, + sourcemap: false, + }); + + // Remove the types file from the dist-src folder + const typeFiles = await glob([ + "./pkg/dist-src/**/types.js.map", + "./pkg/dist-src/**/types.js", + ]); + for (const typeFile of typeFiles) { + await rm(typeFile); + } + + const entryPoints = ["./pkg/dist-src/index.js"]; + + await Promise.all([ + // Build the a CJS Node.js bundle + esbuild.build({ + entryPoints, + outdir: "pkg/dist-node", + bundle: true, + platform: "node", + target: "node14", + format: "cjs", + ...sharedOptions, + }), + // Build an ESM browser bundle + esbuild.build({ + entryPoints, + outdir: "pkg/dist-web", + bundle: true, + platform: "browser", + format: "esm", + ...sharedOptions, + }), + ]); + + // Copy the README, LICENSE to the pkg folder + await copyFile("LICENSE", "pkg/LICENSE"); + await copyFile("README.md", "pkg/README.md"); + + // Handle the package.json + let pkg = JSON.parse((await readFile("package.json", "utf8")).toString()); + // Remove unnecessary fields from the package.json + delete pkg.scripts; + delete pkg.prettier; + delete pkg.release; + delete pkg.jest; + await writeFile( + "pkg/package.json", + JSON.stringify( + { + ...pkg, + files: ["dist-*/**", "bin/**"], + main: "dist-node/index.js", + module: "dist-web/index.js", + types: "dist-types/index.d.ts", + source: "dist-src/index.js", + sideEffects: false, + }, + null, + 2 + ) + ); +} +main(); diff --git a/scripts/fix-package-json.js b/scripts/fix-package-json.js deleted file mode 100644 index 76ab50e..0000000 --- a/scripts/fix-package-json.js +++ /dev/null @@ -1,15 +0,0 @@ -const fs = require("fs"); -const path = require("path"); -const { EOL } = require("os"); - -const pkgPath = path.join(__dirname, "../pkg/package.json"); -const pkg = JSON.parse(fs.readFileSync(pkgPath, "utf8")); - -pkg.files = pkg.files.map((file) => { - if (file.endsWith("/")) { - return file + "**"; - } - return file; -}); - -fs.writeFileSync(pkgPath, JSON.stringify(pkg, null, 2) + EOL, "utf8"); diff --git a/scripts/update-endpoints/generated/endpoints.json b/scripts/update-endpoints/generated/endpoints.json index a219301..b093fdd 100644 --- a/scripts/update-endpoints/generated/endpoints.json +++ b/scripts/update-endpoints/generated/endpoints.json @@ -1183,7 +1183,7 @@ "responses": [ { "code": 200, - "schema": "{\"title\":\"Workflow Run\",\"description\":\"An invocation of a workflow\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"The ID of the workflow run.\",\"example\":5},\"name\":{\"type\":\"string\",\"description\":\"The name of the workflow run.\",\"nullable\":true,\"example\":\"Build\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkNoZWNrU3VpdGU1\"},\"check_suite_id\":{\"type\":\"integer\",\"description\":\"The ID of the associated check suite.\",\"example\":42},\"check_suite_node_id\":{\"type\":\"string\",\"description\":\"The node ID of the associated check suite.\",\"example\":\"MDEwOkNoZWNrU3VpdGU0Mg==\"},\"head_branch\":{\"type\":\"string\",\"nullable\":true,\"example\":\"master\"},\"head_sha\":{\"description\":\"The SHA of the head commit that points to the version of the workflow being run.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"path\":{\"description\":\"The full path of the workflow\",\"example\":\"octocat/octo-repo/.github/workflows/ci.yml@main\",\"type\":\"string\"},\"run_number\":{\"type\":\"integer\",\"description\":\"The auto incrementing run number for the workflow run.\",\"example\":106},\"run_attempt\":{\"type\":\"integer\",\"description\":\"Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.\",\"example\":1},\"referenced_workflows\":{\"type\":\"array\",\"nullable\":true,\"items\":{\"title\":\"Referenced workflow\",\"description\":\"A workflow referenced/reused by the initial caller workflow\",\"type\":\"object\",\"properties\":{\"path\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"ref\":{\"type\":\"string\"}},\"required\":[\"path\",\"sha\"]}},\"event\":{\"type\":\"string\",\"example\":\"push\"},\"status\":{\"type\":\"string\",\"nullable\":true,\"example\":\"completed\"},\"conclusion\":{\"type\":\"string\",\"nullable\":true,\"example\":\"neutral\"},\"workflow_id\":{\"type\":\"integer\",\"description\":\"The ID of the parent workflow.\",\"example\":5},\"url\":{\"type\":\"string\",\"description\":\"The URL to the workflow run.\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/suites/4\"},\"pull_requests\":{\"type\":\"array\",\"nullable\":true,\"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\"]}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"actor\":{\"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\"]},\"triggering_actor\":{\"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\"]},\"run_started_at\":{\"type\":\"string\",\"format\":\"date-time\",\"description\":\"The start time of the latest run. Resets on re-run.\"},\"jobs_url\":{\"description\":\"The URL to the jobs for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/jobs\"},\"logs_url\":{\"description\":\"The URL to download the logs for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/logs\"},\"check_suite_url\":{\"description\":\"The URL to the associated check suite.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-suites/12\"},\"artifacts_url\":{\"description\":\"The URL to the artifacts for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun/artifacts\"},\"cancel_url\":{\"description\":\"The URL to cancel the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/cancel\"},\"rerun_url\":{\"description\":\"The URL to rerun the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun\"},\"previous_attempt_url\":{\"nullable\":true,\"description\":\"The URL to the previous attempted run of this workflow, if one exists.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3\"},\"workflow_url\":{\"description\":\"The URL to the workflow.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/workflows/main.yaml\"},\"head_commit\":{\"title\":\"Simple Commit\",\"description\":\"A commit.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\"},\"tree_id\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\"},\"author\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"required\":[\"name\",\"email\"],\"nullable\":true},\"committer\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"required\":[\"name\",\"email\"],\"nullable\":true}},\"required\":[\"id\",\"tree_id\",\"message\",\"timestamp\",\"author\",\"committer\"],\"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. 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][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: 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\"]}}},\"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\"]},\"head_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. 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][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: 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\"]}}},\"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\"]},\"head_repository_id\":{\"type\":\"integer\",\"example\":5},\"display_title\":{\"type\":\"string\",\"example\":\"Simple Workflow\",\"description\":\"The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow.\"}},\"required\":[\"id\",\"node_id\",\"head_branch\",\"run_number\",\"display_title\",\"event\",\"status\",\"conclusion\",\"head_sha\",\"path\",\"workflow_id\",\"url\",\"html_url\",\"created_at\",\"updated_at\",\"head_commit\",\"head_repository\",\"repository\",\"jobs_url\",\"logs_url\",\"check_suite_url\",\"cancel_url\",\"rerun_url\",\"artifacts_url\",\"workflow_url\",\"pull_requests\"]}" + "schema": "{\"title\":\"Workflow Run\",\"description\":\"An invocation of a workflow\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"The ID of the workflow run.\",\"example\":5},\"name\":{\"type\":\"string\",\"description\":\"The name of the workflow run.\",\"nullable\":true,\"example\":\"Build\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkNoZWNrU3VpdGU1\"},\"check_suite_id\":{\"type\":\"integer\",\"description\":\"The ID of the associated check suite.\",\"example\":42},\"check_suite_node_id\":{\"type\":\"string\",\"description\":\"The node ID of the associated check suite.\",\"example\":\"MDEwOkNoZWNrU3VpdGU0Mg==\"},\"head_branch\":{\"type\":\"string\",\"nullable\":true,\"example\":\"master\"},\"head_sha\":{\"description\":\"The SHA of the head commit that points to the version of the workflow being run.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"path\":{\"description\":\"The full path of the workflow\",\"example\":\"octocat/octo-repo/.github/workflows/ci.yml@main\",\"type\":\"string\"},\"run_number\":{\"type\":\"integer\",\"description\":\"The auto incrementing run number for the workflow run.\",\"example\":106},\"run_attempt\":{\"type\":\"integer\",\"description\":\"Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.\",\"example\":1},\"referenced_workflows\":{\"type\":\"array\",\"nullable\":true,\"items\":{\"title\":\"Referenced workflow\",\"description\":\"A workflow referenced/reused by the initial caller workflow\",\"type\":\"object\",\"properties\":{\"path\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"ref\":{\"type\":\"string\"}},\"required\":[\"path\",\"sha\"]}},\"event\":{\"type\":\"string\",\"example\":\"push\"},\"status\":{\"type\":\"string\",\"nullable\":true,\"example\":\"completed\"},\"conclusion\":{\"type\":\"string\",\"nullable\":true,\"example\":\"neutral\"},\"workflow_id\":{\"type\":\"integer\",\"description\":\"The ID of the parent workflow.\",\"example\":5},\"url\":{\"type\":\"string\",\"description\":\"The URL to the workflow run.\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/suites/4\"},\"pull_requests\":{\"type\":\"array\",\"nullable\":true,\"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\"]}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"actor\":{\"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\"]},\"triggering_actor\":{\"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\"]},\"run_started_at\":{\"type\":\"string\",\"format\":\"date-time\",\"description\":\"The start time of the latest run. Resets on re-run.\"},\"jobs_url\":{\"description\":\"The URL to the jobs for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/jobs\"},\"logs_url\":{\"description\":\"The URL to download the logs for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/logs\"},\"check_suite_url\":{\"description\":\"The URL to the associated check suite.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-suites/12\"},\"artifacts_url\":{\"description\":\"The URL to the artifacts for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun/artifacts\"},\"cancel_url\":{\"description\":\"The URL to cancel the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/cancel\"},\"rerun_url\":{\"description\":\"The URL to rerun the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun\"},\"previous_attempt_url\":{\"nullable\":true,\"description\":\"The URL to the previous attempted run of this workflow, if one exists.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3\"},\"workflow_url\":{\"description\":\"The URL to the workflow.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/workflows/main.yaml\"},\"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\"],\"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. 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][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: 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\"]}}},\"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\"]},\"head_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. 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][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: 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\"]}}},\"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\"]},\"head_repository_id\":{\"type\":\"integer\",\"example\":5},\"display_title\":{\"type\":\"string\",\"example\":\"Simple Workflow\",\"description\":\"The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow.\"}},\"required\":[\"id\",\"node_id\",\"head_branch\",\"run_number\",\"display_title\",\"event\",\"status\",\"conclusion\",\"head_sha\",\"path\",\"workflow_id\",\"url\",\"html_url\",\"created_at\",\"updated_at\",\"head_commit\",\"head_repository\",\"repository\",\"jobs_url\",\"logs_url\",\"check_suite_url\",\"cancel_url\",\"rerun_url\",\"artifacts_url\",\"workflow_url\",\"pull_requests\"]}" } ], "parameters": [ @@ -1202,7 +1202,7 @@ "responses": [ { "code": 200, - "schema": "{\"title\":\"Workflow Run\",\"description\":\"An invocation of a workflow\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"The ID of the workflow run.\",\"example\":5},\"name\":{\"type\":\"string\",\"description\":\"The name of the workflow run.\",\"nullable\":true,\"example\":\"Build\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkNoZWNrU3VpdGU1\"},\"check_suite_id\":{\"type\":\"integer\",\"description\":\"The ID of the associated check suite.\",\"example\":42},\"check_suite_node_id\":{\"type\":\"string\",\"description\":\"The node ID of the associated check suite.\",\"example\":\"MDEwOkNoZWNrU3VpdGU0Mg==\"},\"head_branch\":{\"type\":\"string\",\"nullable\":true,\"example\":\"master\"},\"head_sha\":{\"description\":\"The SHA of the head commit that points to the version of the workflow being run.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"path\":{\"description\":\"The full path of the workflow\",\"example\":\"octocat/octo-repo/.github/workflows/ci.yml@main\",\"type\":\"string\"},\"run_number\":{\"type\":\"integer\",\"description\":\"The auto incrementing run number for the workflow run.\",\"example\":106},\"run_attempt\":{\"type\":\"integer\",\"description\":\"Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.\",\"example\":1},\"referenced_workflows\":{\"type\":\"array\",\"nullable\":true,\"items\":{\"title\":\"Referenced workflow\",\"description\":\"A workflow referenced/reused by the initial caller workflow\",\"type\":\"object\",\"properties\":{\"path\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"ref\":{\"type\":\"string\"}},\"required\":[\"path\",\"sha\"]}},\"event\":{\"type\":\"string\",\"example\":\"push\"},\"status\":{\"type\":\"string\",\"nullable\":true,\"example\":\"completed\"},\"conclusion\":{\"type\":\"string\",\"nullable\":true,\"example\":\"neutral\"},\"workflow_id\":{\"type\":\"integer\",\"description\":\"The ID of the parent workflow.\",\"example\":5},\"url\":{\"type\":\"string\",\"description\":\"The URL to the workflow run.\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/suites/4\"},\"pull_requests\":{\"type\":\"array\",\"nullable\":true,\"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\"]}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"actor\":{\"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\"]},\"triggering_actor\":{\"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\"]},\"run_started_at\":{\"type\":\"string\",\"format\":\"date-time\",\"description\":\"The start time of the latest run. Resets on re-run.\"},\"jobs_url\":{\"description\":\"The URL to the jobs for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/jobs\"},\"logs_url\":{\"description\":\"The URL to download the logs for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/logs\"},\"check_suite_url\":{\"description\":\"The URL to the associated check suite.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-suites/12\"},\"artifacts_url\":{\"description\":\"The URL to the artifacts for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun/artifacts\"},\"cancel_url\":{\"description\":\"The URL to cancel the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/cancel\"},\"rerun_url\":{\"description\":\"The URL to rerun the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun\"},\"previous_attempt_url\":{\"nullable\":true,\"description\":\"The URL to the previous attempted run of this workflow, if one exists.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3\"},\"workflow_url\":{\"description\":\"The URL to the workflow.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/workflows/main.yaml\"},\"head_commit\":{\"title\":\"Simple Commit\",\"description\":\"A commit.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\"},\"tree_id\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\"},\"author\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"required\":[\"name\",\"email\"],\"nullable\":true},\"committer\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"required\":[\"name\",\"email\"],\"nullable\":true}},\"required\":[\"id\",\"tree_id\",\"message\",\"timestamp\",\"author\",\"committer\"],\"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. 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][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: 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\"]}}},\"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\"]},\"head_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. 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][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: 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\"]}}},\"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\"]},\"head_repository_id\":{\"type\":\"integer\",\"example\":5},\"display_title\":{\"type\":\"string\",\"example\":\"Simple Workflow\",\"description\":\"The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow.\"}},\"required\":[\"id\",\"node_id\",\"head_branch\",\"run_number\",\"display_title\",\"event\",\"status\",\"conclusion\",\"head_sha\",\"path\",\"workflow_id\",\"url\",\"html_url\",\"created_at\",\"updated_at\",\"head_commit\",\"head_repository\",\"repository\",\"jobs_url\",\"logs_url\",\"check_suite_url\",\"cancel_url\",\"rerun_url\",\"artifacts_url\",\"workflow_url\",\"pull_requests\"]}" + "schema": "{\"title\":\"Workflow Run\",\"description\":\"An invocation of a workflow\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"The ID of the workflow run.\",\"example\":5},\"name\":{\"type\":\"string\",\"description\":\"The name of the workflow run.\",\"nullable\":true,\"example\":\"Build\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkNoZWNrU3VpdGU1\"},\"check_suite_id\":{\"type\":\"integer\",\"description\":\"The ID of the associated check suite.\",\"example\":42},\"check_suite_node_id\":{\"type\":\"string\",\"description\":\"The node ID of the associated check suite.\",\"example\":\"MDEwOkNoZWNrU3VpdGU0Mg==\"},\"head_branch\":{\"type\":\"string\",\"nullable\":true,\"example\":\"master\"},\"head_sha\":{\"description\":\"The SHA of the head commit that points to the version of the workflow being run.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"path\":{\"description\":\"The full path of the workflow\",\"example\":\"octocat/octo-repo/.github/workflows/ci.yml@main\",\"type\":\"string\"},\"run_number\":{\"type\":\"integer\",\"description\":\"The auto incrementing run number for the workflow run.\",\"example\":106},\"run_attempt\":{\"type\":\"integer\",\"description\":\"Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.\",\"example\":1},\"referenced_workflows\":{\"type\":\"array\",\"nullable\":true,\"items\":{\"title\":\"Referenced workflow\",\"description\":\"A workflow referenced/reused by the initial caller workflow\",\"type\":\"object\",\"properties\":{\"path\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"ref\":{\"type\":\"string\"}},\"required\":[\"path\",\"sha\"]}},\"event\":{\"type\":\"string\",\"example\":\"push\"},\"status\":{\"type\":\"string\",\"nullable\":true,\"example\":\"completed\"},\"conclusion\":{\"type\":\"string\",\"nullable\":true,\"example\":\"neutral\"},\"workflow_id\":{\"type\":\"integer\",\"description\":\"The ID of the parent workflow.\",\"example\":5},\"url\":{\"type\":\"string\",\"description\":\"The URL to the workflow run.\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/suites/4\"},\"pull_requests\":{\"type\":\"array\",\"nullable\":true,\"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\"]}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"actor\":{\"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\"]},\"triggering_actor\":{\"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\"]},\"run_started_at\":{\"type\":\"string\",\"format\":\"date-time\",\"description\":\"The start time of the latest run. Resets on re-run.\"},\"jobs_url\":{\"description\":\"The URL to the jobs for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/jobs\"},\"logs_url\":{\"description\":\"The URL to download the logs for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/logs\"},\"check_suite_url\":{\"description\":\"The URL to the associated check suite.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-suites/12\"},\"artifacts_url\":{\"description\":\"The URL to the artifacts for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun/artifacts\"},\"cancel_url\":{\"description\":\"The URL to cancel the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/cancel\"},\"rerun_url\":{\"description\":\"The URL to rerun the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun\"},\"previous_attempt_url\":{\"nullable\":true,\"description\":\"The URL to the previous attempted run of this workflow, if one exists.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3\"},\"workflow_url\":{\"description\":\"The URL to the workflow.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/workflows/main.yaml\"},\"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\"],\"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. 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][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: 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\"]}}},\"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\"]},\"head_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. 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][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: 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\"]}}},\"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\"]},\"head_repository_id\":{\"type\":\"integer\",\"example\":5},\"display_title\":{\"type\":\"string\",\"example\":\"Simple Workflow\",\"description\":\"The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow.\"}},\"required\":[\"id\",\"node_id\",\"head_branch\",\"run_number\",\"display_title\",\"event\",\"status\",\"conclusion\",\"head_sha\",\"path\",\"workflow_id\",\"url\",\"html_url\",\"created_at\",\"updated_at\",\"head_commit\",\"head_repository\",\"repository\",\"jobs_url\",\"logs_url\",\"check_suite_url\",\"cancel_url\",\"rerun_url\",\"artifacts_url\",\"workflow_url\",\"pull_requests\"]}" } ], "parameters": [ @@ -1556,7 +1556,7 @@ "responses": [ { "code": 200, - "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"workflow_runs\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"workflow_runs\":{\"type\":\"array\",\"items\":{\"title\":\"Workflow Run\",\"description\":\"An invocation of a workflow\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"The ID of the workflow run.\",\"example\":5},\"name\":{\"type\":\"string\",\"description\":\"The name of the workflow run.\",\"nullable\":true,\"example\":\"Build\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkNoZWNrU3VpdGU1\"},\"check_suite_id\":{\"type\":\"integer\",\"description\":\"The ID of the associated check suite.\",\"example\":42},\"check_suite_node_id\":{\"type\":\"string\",\"description\":\"The node ID of the associated check suite.\",\"example\":\"MDEwOkNoZWNrU3VpdGU0Mg==\"},\"head_branch\":{\"type\":\"string\",\"nullable\":true,\"example\":\"master\"},\"head_sha\":{\"description\":\"The SHA of the head commit that points to the version of the workflow being run.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"path\":{\"description\":\"The full path of the workflow\",\"example\":\"octocat/octo-repo/.github/workflows/ci.yml@main\",\"type\":\"string\"},\"run_number\":{\"type\":\"integer\",\"description\":\"The auto incrementing run number for the workflow run.\",\"example\":106},\"run_attempt\":{\"type\":\"integer\",\"description\":\"Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.\",\"example\":1},\"referenced_workflows\":{\"type\":\"array\",\"nullable\":true,\"items\":{\"title\":\"Referenced workflow\",\"description\":\"A workflow referenced/reused by the initial caller workflow\",\"type\":\"object\",\"properties\":{\"path\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"ref\":{\"type\":\"string\"}},\"required\":[\"path\",\"sha\"]}},\"event\":{\"type\":\"string\",\"example\":\"push\"},\"status\":{\"type\":\"string\",\"nullable\":true,\"example\":\"completed\"},\"conclusion\":{\"type\":\"string\",\"nullable\":true,\"example\":\"neutral\"},\"workflow_id\":{\"type\":\"integer\",\"description\":\"The ID of the parent workflow.\",\"example\":5},\"url\":{\"type\":\"string\",\"description\":\"The URL to the workflow run.\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/suites/4\"},\"pull_requests\":{\"type\":\"array\",\"nullable\":true,\"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\"]}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"actor\":{\"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\"]},\"triggering_actor\":{\"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\"]},\"run_started_at\":{\"type\":\"string\",\"format\":\"date-time\",\"description\":\"The start time of the latest run. Resets on re-run.\"},\"jobs_url\":{\"description\":\"The URL to the jobs for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/jobs\"},\"logs_url\":{\"description\":\"The URL to download the logs for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/logs\"},\"check_suite_url\":{\"description\":\"The URL to the associated check suite.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-suites/12\"},\"artifacts_url\":{\"description\":\"The URL to the artifacts for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun/artifacts\"},\"cancel_url\":{\"description\":\"The URL to cancel the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/cancel\"},\"rerun_url\":{\"description\":\"The URL to rerun the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun\"},\"previous_attempt_url\":{\"nullable\":true,\"description\":\"The URL to the previous attempted run of this workflow, if one exists.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3\"},\"workflow_url\":{\"description\":\"The URL to the workflow.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/workflows/main.yaml\"},\"head_commit\":{\"title\":\"Simple Commit\",\"description\":\"A commit.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\"},\"tree_id\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\"},\"author\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"required\":[\"name\",\"email\"],\"nullable\":true},\"committer\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"required\":[\"name\",\"email\"],\"nullable\":true}},\"required\":[\"id\",\"tree_id\",\"message\",\"timestamp\",\"author\",\"committer\"],\"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. 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][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: 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\"]}}},\"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\"]},\"head_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. 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][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: 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\"]}}},\"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\"]},\"head_repository_id\":{\"type\":\"integer\",\"example\":5},\"display_title\":{\"type\":\"string\",\"example\":\"Simple Workflow\",\"description\":\"The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow.\"}},\"required\":[\"id\",\"node_id\",\"head_branch\",\"run_number\",\"display_title\",\"event\",\"status\",\"conclusion\",\"head_sha\",\"path\",\"workflow_id\",\"url\",\"html_url\",\"created_at\",\"updated_at\",\"head_commit\",\"head_repository\",\"repository\",\"jobs_url\",\"logs_url\",\"check_suite_url\",\"cancel_url\",\"rerun_url\",\"artifacts_url\",\"workflow_url\",\"pull_requests\"]}}}}" + "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"workflow_runs\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"workflow_runs\":{\"type\":\"array\",\"items\":{\"title\":\"Workflow Run\",\"description\":\"An invocation of a workflow\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"The ID of the workflow run.\",\"example\":5},\"name\":{\"type\":\"string\",\"description\":\"The name of the workflow run.\",\"nullable\":true,\"example\":\"Build\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkNoZWNrU3VpdGU1\"},\"check_suite_id\":{\"type\":\"integer\",\"description\":\"The ID of the associated check suite.\",\"example\":42},\"check_suite_node_id\":{\"type\":\"string\",\"description\":\"The node ID of the associated check suite.\",\"example\":\"MDEwOkNoZWNrU3VpdGU0Mg==\"},\"head_branch\":{\"type\":\"string\",\"nullable\":true,\"example\":\"master\"},\"head_sha\":{\"description\":\"The SHA of the head commit that points to the version of the workflow being run.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"path\":{\"description\":\"The full path of the workflow\",\"example\":\"octocat/octo-repo/.github/workflows/ci.yml@main\",\"type\":\"string\"},\"run_number\":{\"type\":\"integer\",\"description\":\"The auto incrementing run number for the workflow run.\",\"example\":106},\"run_attempt\":{\"type\":\"integer\",\"description\":\"Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.\",\"example\":1},\"referenced_workflows\":{\"type\":\"array\",\"nullable\":true,\"items\":{\"title\":\"Referenced workflow\",\"description\":\"A workflow referenced/reused by the initial caller workflow\",\"type\":\"object\",\"properties\":{\"path\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"ref\":{\"type\":\"string\"}},\"required\":[\"path\",\"sha\"]}},\"event\":{\"type\":\"string\",\"example\":\"push\"},\"status\":{\"type\":\"string\",\"nullable\":true,\"example\":\"completed\"},\"conclusion\":{\"type\":\"string\",\"nullable\":true,\"example\":\"neutral\"},\"workflow_id\":{\"type\":\"integer\",\"description\":\"The ID of the parent workflow.\",\"example\":5},\"url\":{\"type\":\"string\",\"description\":\"The URL to the workflow run.\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/suites/4\"},\"pull_requests\":{\"type\":\"array\",\"nullable\":true,\"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\"]}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"actor\":{\"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\"]},\"triggering_actor\":{\"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\"]},\"run_started_at\":{\"type\":\"string\",\"format\":\"date-time\",\"description\":\"The start time of the latest run. Resets on re-run.\"},\"jobs_url\":{\"description\":\"The URL to the jobs for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/jobs\"},\"logs_url\":{\"description\":\"The URL to download the logs for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/logs\"},\"check_suite_url\":{\"description\":\"The URL to the associated check suite.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-suites/12\"},\"artifacts_url\":{\"description\":\"The URL to the artifacts for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun/artifacts\"},\"cancel_url\":{\"description\":\"The URL to cancel the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/cancel\"},\"rerun_url\":{\"description\":\"The URL to rerun the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun\"},\"previous_attempt_url\":{\"nullable\":true,\"description\":\"The URL to the previous attempted run of this workflow, if one exists.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3\"},\"workflow_url\":{\"description\":\"The URL to the workflow.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/workflows/main.yaml\"},\"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\"],\"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. 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][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: 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\"]}}},\"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\"]},\"head_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. 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][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: 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\"]}}},\"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\"]},\"head_repository_id\":{\"type\":\"integer\",\"example\":5},\"display_title\":{\"type\":\"string\",\"example\":\"Simple Workflow\",\"description\":\"The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow.\"}},\"required\":[\"id\",\"node_id\",\"head_branch\",\"run_number\",\"display_title\",\"event\",\"status\",\"conclusion\",\"head_sha\",\"path\",\"workflow_id\",\"url\",\"html_url\",\"created_at\",\"updated_at\",\"head_commit\",\"head_repository\",\"repository\",\"jobs_url\",\"logs_url\",\"check_suite_url\",\"cancel_url\",\"rerun_url\",\"artifacts_url\",\"workflow_url\",\"pull_requests\"]}}}}" } ], "parameters": [ @@ -1759,7 +1759,7 @@ "responses": [ { "code": 200, - "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"workflow_runs\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"workflow_runs\":{\"type\":\"array\",\"items\":{\"title\":\"Workflow Run\",\"description\":\"An invocation of a workflow\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"The ID of the workflow run.\",\"example\":5},\"name\":{\"type\":\"string\",\"description\":\"The name of the workflow run.\",\"nullable\":true,\"example\":\"Build\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkNoZWNrU3VpdGU1\"},\"check_suite_id\":{\"type\":\"integer\",\"description\":\"The ID of the associated check suite.\",\"example\":42},\"check_suite_node_id\":{\"type\":\"string\",\"description\":\"The node ID of the associated check suite.\",\"example\":\"MDEwOkNoZWNrU3VpdGU0Mg==\"},\"head_branch\":{\"type\":\"string\",\"nullable\":true,\"example\":\"master\"},\"head_sha\":{\"description\":\"The SHA of the head commit that points to the version of the workflow being run.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"path\":{\"description\":\"The full path of the workflow\",\"example\":\"octocat/octo-repo/.github/workflows/ci.yml@main\",\"type\":\"string\"},\"run_number\":{\"type\":\"integer\",\"description\":\"The auto incrementing run number for the workflow run.\",\"example\":106},\"run_attempt\":{\"type\":\"integer\",\"description\":\"Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.\",\"example\":1},\"referenced_workflows\":{\"type\":\"array\",\"nullable\":true,\"items\":{\"title\":\"Referenced workflow\",\"description\":\"A workflow referenced/reused by the initial caller workflow\",\"type\":\"object\",\"properties\":{\"path\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"ref\":{\"type\":\"string\"}},\"required\":[\"path\",\"sha\"]}},\"event\":{\"type\":\"string\",\"example\":\"push\"},\"status\":{\"type\":\"string\",\"nullable\":true,\"example\":\"completed\"},\"conclusion\":{\"type\":\"string\",\"nullable\":true,\"example\":\"neutral\"},\"workflow_id\":{\"type\":\"integer\",\"description\":\"The ID of the parent workflow.\",\"example\":5},\"url\":{\"type\":\"string\",\"description\":\"The URL to the workflow run.\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/suites/4\"},\"pull_requests\":{\"type\":\"array\",\"nullable\":true,\"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\"]}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"actor\":{\"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\"]},\"triggering_actor\":{\"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\"]},\"run_started_at\":{\"type\":\"string\",\"format\":\"date-time\",\"description\":\"The start time of the latest run. Resets on re-run.\"},\"jobs_url\":{\"description\":\"The URL to the jobs for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/jobs\"},\"logs_url\":{\"description\":\"The URL to download the logs for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/logs\"},\"check_suite_url\":{\"description\":\"The URL to the associated check suite.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-suites/12\"},\"artifacts_url\":{\"description\":\"The URL to the artifacts for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun/artifacts\"},\"cancel_url\":{\"description\":\"The URL to cancel the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/cancel\"},\"rerun_url\":{\"description\":\"The URL to rerun the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun\"},\"previous_attempt_url\":{\"nullable\":true,\"description\":\"The URL to the previous attempted run of this workflow, if one exists.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3\"},\"workflow_url\":{\"description\":\"The URL to the workflow.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/workflows/main.yaml\"},\"head_commit\":{\"title\":\"Simple Commit\",\"description\":\"A commit.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\"},\"tree_id\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\"},\"author\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"required\":[\"name\",\"email\"],\"nullable\":true},\"committer\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"required\":[\"name\",\"email\"],\"nullable\":true}},\"required\":[\"id\",\"tree_id\",\"message\",\"timestamp\",\"author\",\"committer\"],\"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. 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][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: 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\"]}}},\"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\"]},\"head_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. 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][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: 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\"]}}},\"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\"]},\"head_repository_id\":{\"type\":\"integer\",\"example\":5},\"display_title\":{\"type\":\"string\",\"example\":\"Simple Workflow\",\"description\":\"The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow.\"}},\"required\":[\"id\",\"node_id\",\"head_branch\",\"run_number\",\"display_title\",\"event\",\"status\",\"conclusion\",\"head_sha\",\"path\",\"workflow_id\",\"url\",\"html_url\",\"created_at\",\"updated_at\",\"head_commit\",\"head_repository\",\"repository\",\"jobs_url\",\"logs_url\",\"check_suite_url\",\"cancel_url\",\"rerun_url\",\"artifacts_url\",\"workflow_url\",\"pull_requests\"]}}}}" + "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"workflow_runs\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"workflow_runs\":{\"type\":\"array\",\"items\":{\"title\":\"Workflow Run\",\"description\":\"An invocation of a workflow\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"The ID of the workflow run.\",\"example\":5},\"name\":{\"type\":\"string\",\"description\":\"The name of the workflow run.\",\"nullable\":true,\"example\":\"Build\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkNoZWNrU3VpdGU1\"},\"check_suite_id\":{\"type\":\"integer\",\"description\":\"The ID of the associated check suite.\",\"example\":42},\"check_suite_node_id\":{\"type\":\"string\",\"description\":\"The node ID of the associated check suite.\",\"example\":\"MDEwOkNoZWNrU3VpdGU0Mg==\"},\"head_branch\":{\"type\":\"string\",\"nullable\":true,\"example\":\"master\"},\"head_sha\":{\"description\":\"The SHA of the head commit that points to the version of the workflow being run.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"path\":{\"description\":\"The full path of the workflow\",\"example\":\"octocat/octo-repo/.github/workflows/ci.yml@main\",\"type\":\"string\"},\"run_number\":{\"type\":\"integer\",\"description\":\"The auto incrementing run number for the workflow run.\",\"example\":106},\"run_attempt\":{\"type\":\"integer\",\"description\":\"Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.\",\"example\":1},\"referenced_workflows\":{\"type\":\"array\",\"nullable\":true,\"items\":{\"title\":\"Referenced workflow\",\"description\":\"A workflow referenced/reused by the initial caller workflow\",\"type\":\"object\",\"properties\":{\"path\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"ref\":{\"type\":\"string\"}},\"required\":[\"path\",\"sha\"]}},\"event\":{\"type\":\"string\",\"example\":\"push\"},\"status\":{\"type\":\"string\",\"nullable\":true,\"example\":\"completed\"},\"conclusion\":{\"type\":\"string\",\"nullable\":true,\"example\":\"neutral\"},\"workflow_id\":{\"type\":\"integer\",\"description\":\"The ID of the parent workflow.\",\"example\":5},\"url\":{\"type\":\"string\",\"description\":\"The URL to the workflow run.\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/suites/4\"},\"pull_requests\":{\"type\":\"array\",\"nullable\":true,\"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\"]}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"actor\":{\"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\"]},\"triggering_actor\":{\"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\"]},\"run_started_at\":{\"type\":\"string\",\"format\":\"date-time\",\"description\":\"The start time of the latest run. Resets on re-run.\"},\"jobs_url\":{\"description\":\"The URL to the jobs for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/jobs\"},\"logs_url\":{\"description\":\"The URL to download the logs for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/logs\"},\"check_suite_url\":{\"description\":\"The URL to the associated check suite.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-suites/12\"},\"artifacts_url\":{\"description\":\"The URL to the artifacts for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun/artifacts\"},\"cancel_url\":{\"description\":\"The URL to cancel the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/cancel\"},\"rerun_url\":{\"description\":\"The URL to rerun the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun\"},\"previous_attempt_url\":{\"nullable\":true,\"description\":\"The URL to the previous attempted run of this workflow, if one exists.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3\"},\"workflow_url\":{\"description\":\"The URL to the workflow.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/workflows/main.yaml\"},\"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\"],\"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. 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][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: 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\"]}}},\"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\"]},\"head_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. 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][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: 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\"]}}},\"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\"]},\"head_repository_id\":{\"type\":\"integer\",\"example\":5},\"display_title\":{\"type\":\"string\",\"example\":\"Simple Workflow\",\"description\":\"The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow.\"}},\"required\":[\"id\",\"node_id\",\"head_branch\",\"run_number\",\"display_title\",\"event\",\"status\",\"conclusion\",\"head_sha\",\"path\",\"workflow_id\",\"url\",\"html_url\",\"created_at\",\"updated_at\",\"head_commit\",\"head_repository\",\"repository\",\"jobs_url\",\"logs_url\",\"check_suite_url\",\"cancel_url\",\"rerun_url\",\"artifacts_url\",\"workflow_url\",\"pull_requests\"]}}}}" } ], "parameters": [ @@ -1787,7 +1787,7 @@ "responses": [ { "code": 200, - "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"workflow_runs\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"workflow_runs\":{\"type\":\"array\",\"items\":{\"title\":\"Workflow Run\",\"description\":\"An invocation of a workflow\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"The ID of the workflow run.\",\"example\":5},\"name\":{\"type\":\"string\",\"description\":\"The name of the workflow run.\",\"nullable\":true,\"example\":\"Build\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkNoZWNrU3VpdGU1\"},\"check_suite_id\":{\"type\":\"integer\",\"description\":\"The ID of the associated check suite.\",\"example\":42},\"check_suite_node_id\":{\"type\":\"string\",\"description\":\"The node ID of the associated check suite.\",\"example\":\"MDEwOkNoZWNrU3VpdGU0Mg==\"},\"head_branch\":{\"type\":\"string\",\"nullable\":true,\"example\":\"master\"},\"head_sha\":{\"description\":\"The SHA of the head commit that points to the version of the workflow being run.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"path\":{\"description\":\"The full path of the workflow\",\"example\":\"octocat/octo-repo/.github/workflows/ci.yml@main\",\"type\":\"string\"},\"run_number\":{\"type\":\"integer\",\"description\":\"The auto incrementing run number for the workflow run.\",\"example\":106},\"run_attempt\":{\"type\":\"integer\",\"description\":\"Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.\",\"example\":1},\"referenced_workflows\":{\"type\":\"array\",\"nullable\":true,\"items\":{\"title\":\"Referenced workflow\",\"description\":\"A workflow referenced/reused by the initial caller workflow\",\"type\":\"object\",\"properties\":{\"path\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"ref\":{\"type\":\"string\"}},\"required\":[\"path\",\"sha\"]}},\"event\":{\"type\":\"string\",\"example\":\"push\"},\"status\":{\"type\":\"string\",\"nullable\":true,\"example\":\"completed\"},\"conclusion\":{\"type\":\"string\",\"nullable\":true,\"example\":\"neutral\"},\"workflow_id\":{\"type\":\"integer\",\"description\":\"The ID of the parent workflow.\",\"example\":5},\"url\":{\"type\":\"string\",\"description\":\"The URL to the workflow run.\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/suites/4\"},\"pull_requests\":{\"type\":\"array\",\"nullable\":true,\"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\"]}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"actor\":{\"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\"]},\"triggering_actor\":{\"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\"]},\"run_started_at\":{\"type\":\"string\",\"format\":\"date-time\",\"description\":\"The start time of the latest run. Resets on re-run.\"},\"jobs_url\":{\"description\":\"The URL to the jobs for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/jobs\"},\"logs_url\":{\"description\":\"The URL to download the logs for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/logs\"},\"check_suite_url\":{\"description\":\"The URL to the associated check suite.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-suites/12\"},\"artifacts_url\":{\"description\":\"The URL to the artifacts for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun/artifacts\"},\"cancel_url\":{\"description\":\"The URL to cancel the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/cancel\"},\"rerun_url\":{\"description\":\"The URL to rerun the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun\"},\"previous_attempt_url\":{\"nullable\":true,\"description\":\"The URL to the previous attempted run of this workflow, if one exists.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3\"},\"workflow_url\":{\"description\":\"The URL to the workflow.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/workflows/main.yaml\"},\"head_commit\":{\"title\":\"Simple Commit\",\"description\":\"A commit.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\"},\"tree_id\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\"},\"author\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"required\":[\"name\",\"email\"],\"nullable\":true},\"committer\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"required\":[\"name\",\"email\"],\"nullable\":true}},\"required\":[\"id\",\"tree_id\",\"message\",\"timestamp\",\"author\",\"committer\"],\"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. 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][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: 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\"]}}},\"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\"]},\"head_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. 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][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: 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\"]}}},\"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\"]},\"head_repository_id\":{\"type\":\"integer\",\"example\":5},\"display_title\":{\"type\":\"string\",\"example\":\"Simple Workflow\",\"description\":\"The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow.\"}},\"required\":[\"id\",\"node_id\",\"head_branch\",\"run_number\",\"display_title\",\"event\",\"status\",\"conclusion\",\"head_sha\",\"path\",\"workflow_id\",\"url\",\"html_url\",\"created_at\",\"updated_at\",\"head_commit\",\"head_repository\",\"repository\",\"jobs_url\",\"logs_url\",\"check_suite_url\",\"cancel_url\",\"rerun_url\",\"artifacts_url\",\"workflow_url\",\"pull_requests\"]}}}}" + "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"workflow_runs\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"workflow_runs\":{\"type\":\"array\",\"items\":{\"title\":\"Workflow Run\",\"description\":\"An invocation of a workflow\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"The ID of the workflow run.\",\"example\":5},\"name\":{\"type\":\"string\",\"description\":\"The name of the workflow run.\",\"nullable\":true,\"example\":\"Build\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkNoZWNrU3VpdGU1\"},\"check_suite_id\":{\"type\":\"integer\",\"description\":\"The ID of the associated check suite.\",\"example\":42},\"check_suite_node_id\":{\"type\":\"string\",\"description\":\"The node ID of the associated check suite.\",\"example\":\"MDEwOkNoZWNrU3VpdGU0Mg==\"},\"head_branch\":{\"type\":\"string\",\"nullable\":true,\"example\":\"master\"},\"head_sha\":{\"description\":\"The SHA of the head commit that points to the version of the workflow being run.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"path\":{\"description\":\"The full path of the workflow\",\"example\":\"octocat/octo-repo/.github/workflows/ci.yml@main\",\"type\":\"string\"},\"run_number\":{\"type\":\"integer\",\"description\":\"The auto incrementing run number for the workflow run.\",\"example\":106},\"run_attempt\":{\"type\":\"integer\",\"description\":\"Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.\",\"example\":1},\"referenced_workflows\":{\"type\":\"array\",\"nullable\":true,\"items\":{\"title\":\"Referenced workflow\",\"description\":\"A workflow referenced/reused by the initial caller workflow\",\"type\":\"object\",\"properties\":{\"path\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"ref\":{\"type\":\"string\"}},\"required\":[\"path\",\"sha\"]}},\"event\":{\"type\":\"string\",\"example\":\"push\"},\"status\":{\"type\":\"string\",\"nullable\":true,\"example\":\"completed\"},\"conclusion\":{\"type\":\"string\",\"nullable\":true,\"example\":\"neutral\"},\"workflow_id\":{\"type\":\"integer\",\"description\":\"The ID of the parent workflow.\",\"example\":5},\"url\":{\"type\":\"string\",\"description\":\"The URL to the workflow run.\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/suites/4\"},\"pull_requests\":{\"type\":\"array\",\"nullable\":true,\"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\"]}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"actor\":{\"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\"]},\"triggering_actor\":{\"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\"]},\"run_started_at\":{\"type\":\"string\",\"format\":\"date-time\",\"description\":\"The start time of the latest run. Resets on re-run.\"},\"jobs_url\":{\"description\":\"The URL to the jobs for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/jobs\"},\"logs_url\":{\"description\":\"The URL to download the logs for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/logs\"},\"check_suite_url\":{\"description\":\"The URL to the associated check suite.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-suites/12\"},\"artifacts_url\":{\"description\":\"The URL to the artifacts for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun/artifacts\"},\"cancel_url\":{\"description\":\"The URL to cancel the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/cancel\"},\"rerun_url\":{\"description\":\"The URL to rerun the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun\"},\"previous_attempt_url\":{\"nullable\":true,\"description\":\"The URL to the previous attempted run of this workflow, if one exists.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3\"},\"workflow_url\":{\"description\":\"The URL to the workflow.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/workflows/main.yaml\"},\"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\"],\"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. 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][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: 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\"]}}},\"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\"]},\"head_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. 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][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: 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\"]}}},\"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\"]},\"head_repository_id\":{\"type\":\"integer\",\"example\":5},\"display_title\":{\"type\":\"string\",\"example\":\"Simple Workflow\",\"description\":\"The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow.\"}},\"required\":[\"id\",\"node_id\",\"head_branch\",\"run_number\",\"display_title\",\"event\",\"status\",\"conclusion\",\"head_sha\",\"path\",\"workflow_id\",\"url\",\"html_url\",\"created_at\",\"updated_at\",\"head_commit\",\"head_repository\",\"repository\",\"jobs_url\",\"logs_url\",\"check_suite_url\",\"cancel_url\",\"rerun_url\",\"artifacts_url\",\"workflow_url\",\"pull_requests\"]}}}}" } ], "parameters": [ @@ -3989,11 +3989,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. 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][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: 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\"]}}},\"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\"},\"tree_id\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\"},\"author\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"required\":[\"name\",\"email\"],\"nullable\":true},\"committer\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"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\",\"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. 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][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: 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\"]}}},\"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. 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][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: 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\"]}}},\"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\"},\"tree_id\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\"},\"author\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"required\":[\"name\",\"email\"],\"nullable\":true},\"committer\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"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\",\"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. 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][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: 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\"]}}},\"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": [ @@ -4029,7 +4029,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. 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][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: 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\"]}}},\"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\"},\"tree_id\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\"},\"author\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"required\":[\"name\",\"email\"],\"nullable\":true},\"committer\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"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\",\"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. 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][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: 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\"]}}},\"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": [ @@ -4114,7 +4114,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. 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][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: 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\"]}}},\"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\"},\"tree_id\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\"},\"author\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"required\":[\"name\",\"email\"],\"nullable\":true},\"committer\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"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\",\"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. 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][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: 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\"]}}},\"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": [ @@ -18361,11 +18361,7 @@ "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" }, { - "code": 200, - "schema": "{\"description\":\"A repository security advisory.\",\"type\":\"object\",\"properties\":{\"ghsa_id\":{\"type\":\"string\",\"description\":\"The GitHub Security Advisory ID.\",\"readOnly\":true},\"cve_id\":{\"type\":\"string\",\"description\":\"The Common Vulnerabilities and Exposures (CVE) ID.\",\"nullable\":true},\"url\":{\"type\":\"string\",\"description\":\"The API URL for the advisory.\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"description\":\"The URL for the advisory.\",\"readOnly\":true},\"summary\":{\"type\":\"string\",\"description\":\"A short summary of the advisory.\",\"maxLength\":1024},\"description\":{\"type\":\"string\",\"description\":\"A detailed description of what the advisory entails.\",\"maxLength\":65535,\"nullable\":true},\"severity\":{\"type\":\"string\",\"description\":\"The severity of the advisory.\",\"nullable\":true,\"enum\":[\"critical\",\"high\",\"medium\",\"low\"]},\"author\":{\"readOnly\":true,\"nullable\":true,\"description\":\"The author of the advisory.\",\"allOf\":[{\"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\"]}]},\"publisher\":{\"readOnly\":true,\"nullable\":true,\"description\":\"The publisher of the advisory.\",\"allOf\":[{\"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\"]}]},\"identifiers\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"type\":{\"type\":\"string\",\"description\":\"The type of identifier.\",\"enum\":[\"CVE\",\"GHSA\"]},\"value\":{\"type\":\"string\",\"description\":\"The identifier value.\"}},\"required\":[\"type\",\"value\"]},\"readOnly\":true},\"state\":{\"type\":\"string\",\"description\":\"The state of the advisory.\",\"enum\":[\"published\",\"closed\",\"withdrawn\",\"draft\",\"triage\"]},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"description\":\"The date and time of when the advisory was created, in ISO 8601 format.\",\"readOnly\":true,\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"description\":\"The date and time of when the advisory was last updated, in ISO 8601 format.\",\"readOnly\":true,\"nullable\":true},\"published_at\":{\"type\":\"string\",\"format\":\"date-time\",\"description\":\"The date and time of when the advisory was published, in ISO 8601 format.\",\"readOnly\":true,\"nullable\":true},\"closed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"description\":\"The date and time of when the advisory was closed, in ISO 8601 format.\",\"readOnly\":true,\"nullable\":true},\"withdrawn_at\":{\"type\":\"string\",\"format\":\"date-time\",\"description\":\"The date and time of when the advisory was withdrawn, in ISO 8601 format.\",\"readOnly\":true,\"nullable\":true},\"submission\":{\"type\":\"object\",\"nullable\":true,\"readOnly\":true,\"properties\":{\"accepted\":{\"type\":\"boolean\",\"description\":\"Whether a private vulnerability report was accepted by the repository's administrators.\",\"readOnly\":true}},\"required\":[\"accepted\"]},\"vulnerabilities\":{\"type\":\"array\",\"nullable\":true,\"items\":{\"description\":\"A product affected by the vulnerability detailed in a repository security advisory.\",\"type\":\"object\",\"properties\":{\"package\":{\"description\":\"The name of the package affected by the vulnerability.\",\"type\":\"object\",\"nullable\":true,\"properties\":{\"ecosystem\":{\"type\":\"string\",\"description\":\"The package's language or package management ecosystem.\",\"enum\":[\"rubygems\",\"npm\",\"pip\",\"maven\",\"nuget\",\"composer\",\"go\",\"rust\",\"erlang\",\"actions\",\"pub\",\"other\"]},\"name\":{\"type\":\"string\",\"description\":\"The unique package name within its ecosystem.\",\"nullable\":true}},\"required\":[\"ecosystem\",\"name\"]},\"vulnerable_version_range\":{\"type\":\"string\",\"description\":\"The range of the package versions affected by the vulnerability.\",\"nullable\":true},\"patched_versions\":{\"type\":\"string\",\"description\":\"The package version(s) that resolve the vulnerability.\",\"nullable\":true},\"vulnerable_functions\":{\"type\":\"array\",\"description\":\"The functions in the package that are affected.\",\"nullable\":true,\"items\":{\"type\":\"string\"}}},\"required\":[\"package\",\"vulnerable_version_range\",\"patched_versions\",\"vulnerable_functions\"],\"additionalProperties\":false}},\"cvss\":{\"type\":\"object\",\"nullable\":true,\"properties\":{\"vector_string\":{\"type\":\"string\",\"description\":\"The CVSS vector.\",\"nullable\":true},\"score\":{\"type\":\"number\",\"description\":\"The CVSS score.\",\"minimum\":0,\"maximum\":10,\"nullable\":true,\"readOnly\":true}},\"required\":[\"vector_string\",\"score\"]},\"cwes\":{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"object\",\"properties\":{\"cwe_id\":{\"type\":\"string\",\"description\":\"The Common Weakness Enumeration (CWE) identifier.\"},\"name\":{\"type\":\"string\",\"description\":\"The name of the CWE.\",\"readOnly\":true}},\"required\":[\"cwe_id\",\"name\"]},\"readOnly\":true},\"cwe_ids\":{\"type\":\"array\",\"description\":\"A list of only the CWE IDs.\",\"nullable\":true,\"items\":{\"type\":\"string\"}},\"credits\":{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"object\",\"properties\":{\"login\":{\"type\":\"string\",\"description\":\"The username of the user credited.\"},\"type\":{\"type\":\"string\",\"description\":\"The type of credit the user is receiving.\",\"enum\":[\"analyst\",\"finder\",\"reporter\",\"coordinator\",\"remediation_developer\",\"remediation_reviewer\",\"remediation_verifier\",\"tool\",\"sponsor\",\"other\"]}}}},\"credits_detailed\":{\"type\":\"array\",\"nullable\":true,\"items\":{\"description\":\"A credit given to a user for a repository security advisory.\",\"type\":\"object\",\"properties\":{\"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\"]},\"type\":{\"type\":\"string\",\"description\":\"The type of credit the user is receiving.\",\"enum\":[\"analyst\",\"finder\",\"reporter\",\"coordinator\",\"remediation_developer\",\"remediation_reviewer\",\"remediation_verifier\",\"tool\",\"sponsor\",\"other\"]},\"state\":{\"type\":\"string\",\"description\":\"The state of the user's acceptance of the credit.\",\"enum\":[\"accepted\",\"declined\",\"pending\"]}},\"required\":[\"user\",\"type\",\"state\"],\"additionalProperties\":false},\"readOnly\":true}},\"required\":[\"ghsa_id\",\"cve_id\",\"url\",\"html_url\",\"summary\",\"description\",\"severity\",\"author\",\"publisher\",\"identifiers\",\"state\",\"created_at\",\"updated_at\",\"published_at\",\"closed_at\",\"withdrawn_at\",\"submission\",\"vulnerabilities\",\"cvss\",\"cwes\",\"cwe_ids\",\"credits\",\"credits_detailed\"],\"additionalProperties\":false}" - }, - { - "code": 403, + "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\"}}}" } ], diff --git a/src/compose-paginate.ts b/src/compose-paginate.ts index 4e18732..27ce4e9 100644 --- a/src/compose-paginate.ts +++ b/src/compose-paginate.ts @@ -1,7 +1,7 @@ import { paginate } from "./paginate"; import { iterator } from "./iterator"; -import { ComposePaginateInterface } from "./types"; +import type { ComposePaginateInterface } from "./types"; export const composePaginateRest = Object.assign(paginate, { iterator, diff --git a/src/index.ts b/src/index.ts index efdb300..adea6f7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,12 +1,11 @@ -import { Octokit } from "@octokit/core"; +import type { Octokit } from "@octokit/core"; import { VERSION } from "./version"; import { paginate } from "./paginate"; import { iterator } from "./iterator"; -import { PaginateInterface } from "./types"; +import type { PaginateInterface } from "./types"; -export { PaginateInterface } from "./types"; -export { PaginatingEndpoints } from "./types"; +export type { PaginateInterface, PaginatingEndpoints } from "./types"; export { composePaginateRest } from "./compose-paginate"; export { isPaginatingEndpoint, diff --git a/src/iterator.ts b/src/iterator.ts index 9d60911..f3d0c67 100644 --- a/src/iterator.ts +++ b/src/iterator.ts @@ -1,7 +1,7 @@ -import { Octokit } from "@octokit/core"; +import type { Octokit } from "@octokit/core"; import { normalizePaginatedListResponse } from "./normalize-paginated-list-response"; -import { +import type { EndpointOptions, RequestInterface, RequestParameters, diff --git a/src/normalize-paginated-list-response.ts b/src/normalize-paginated-list-response.ts index 10ecba6..8daacc7 100644 --- a/src/normalize-paginated-list-response.ts +++ b/src/normalize-paginated-list-response.ts @@ -15,7 +15,7 @@ * otherwise match: https://developer.github.com/v3/repos/statuses/#get-the-combined-status-for-a-specific-ref */ -import { OctokitResponse } from "./types"; +import type { OctokitResponse } from "./types"; export function normalizePaginatedListResponse( response: OctokitResponse diff --git a/src/paginate.ts b/src/paginate.ts index 267643c..1ccc184 100644 --- a/src/paginate.ts +++ b/src/paginate.ts @@ -1,7 +1,7 @@ -import { Octokit } from "@octokit/core"; +import type { Octokit } from "@octokit/core"; import { iterator } from "./iterator"; -import { +import type { MapFunction, PaginationResults, RequestParameters, diff --git a/tsconfig.json b/tsconfig.json index 4c9ee9b..8b07646 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,10 +1,11 @@ { + "extends": "@octokit/tsconfig", "compilerOptions": { "esModuleInterop": true, - "module": "esnext", - "moduleResolution": "node", - "strict": true, - "target": "es2018" + "declaration": true, + "outDir": "pkg/dist-types", + "emitDeclarationOnly": true, + "sourceMap": true }, "include": [ "src/**/*"