@automate.ax/integration-contracts 0.88.7 → 0.88.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"definitions":{"author-association":{"title":"author_association","type":"string","description":"How the author is associated with the repository.","enum":["COLLABORATOR","CONTRIBUTOR","FIRST_TIMER","FIRST_TIME_CONTRIBUTOR","MANNEQUIN","MEMBER","NONE","OWNER"],"examples":["OWNER"]},"auto-merge":{"title":"Auto merge","description":"The status of auto merging a pull request.","type":["object","null"],"properties":{"enabled_by":{"$ref":"#/$defs/simple-user"},"merge_method":{"type":"string","description":"The merge method to use.","enum":["merge","squash","rebase"]},"commit_title":{"type":"string","description":"Title for the merge commit message."},"commit_message":{"type":"string","description":"Commit message for the merge commit."}},"required":["enabled_by","merge_method","commit_title","commit_message"]},"branch-protection":{"title":"Branch Protection","description":"Branch Protection","type":"object","properties":{"url":{"type":"string"},"enabled":{"type":"boolean"},"required_status_checks":{"$ref":"#/$defs/protected-branch-required-status-check"},"enforce_admins":{"$ref":"#/$defs/protected-branch-admin-enforced"},"required_pull_request_reviews":{"$ref":"#/$defs/protected-branch-pull-request-review"},"restrictions":{"$ref":"#/$defs/branch-restriction-policy"},"required_linear_history":{"type":"object","properties":{"enabled":{"type":"boolean"}}},"allow_force_pushes":{"type":"object","properties":{"enabled":{"type":"boolean"}}},"allow_deletions":{"type":"object","properties":{"enabled":{"type":"boolean"}}},"block_creations":{"type":"object","properties":{"enabled":{"type":"boolean"}}},"required_conversation_resolution":{"type":"object","properties":{"enabled":{"type":"boolean"}}},"name":{"type":"string","examples":["\"branch/with/protection\""]},"protection_url":{"type":"string","examples":["\"https://api.github.com/repos/owner-79e94e2d36b3fd06a32bb213/AAA_Public_Repo/branches/branch/with/protection/protection\""]},"required_signatures":{"type":"object","properties":{"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures"]},"enabled":{"type":"boolean","examples":[true]}},"required":["url","enabled"]},"lock_branch":{"type":"object","description":"Whether to set the branch as read-only. If this is true, users will not be able to push to the branch.","properties":{"enabled":{"default":false,"type":"boolean"}}},"allow_fork_syncing":{"type":"object","description":"Whether users can pull changes from upstream when the branch is locked. Set to `true` to allow fork syncing. Set to `false` to prevent fork syncing.","properties":{"enabled":{"default":false,"type":"boolean"}}}}},"branch-restriction-policy":{"title":"Branch Restriction Policy","description":"Branch Restriction Policy","type":"object","properties":{"url":{"type":"string","format":"uri"},"users_url":{"type":"string","format":"uri"},"teams_url":{"type":"string","format":"uri"},"apps_url":{"type":"string","format":"uri"},"users":{"type":"array","items":{"type":"object","properties":{"login":{"type":"string"},"id":{"type":"integer","format":"int64"},"node_id":{"type":"string"},"avatar_url":{"type":"string"},"gravatar_id":{"type":"string"},"url":{"type":"string"},"html_url":{"type":"string"},"followers_url":{"type":"string"},"following_url":{"type":"string"},"gists_url":{"type":"string"},"starred_url":{"type":"string"},"subscriptions_url":{"type":"string"},"organizations_url":{"type":"string"},"repos_url":{"type":"string"},"events_url":{"type":"string"},"received_events_url":{"type":"string"},"type":{"type":"string"},"site_admin":{"type":"boolean"},"user_view_type":{"type":"string"}}}},"teams":{"type":"array","items":{"$ref":"#/$defs/team"}},"apps":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer"},"slug":{"type":"string"},"node_id":{"type":"string"},"owner":{"type":"object","properties":{"login":{"type":"string"},"id":{"type":"integer"},"node_id":{"type":"string"},"url":{"type":"string"},"repos_url":{"type":"string"},"events_url":{"type":"string"},"hooks_url":{"type":"string"},"issues_url":{"type":"string"},"members_url":{"type":"string"},"public_members_url":{"type":"string"},"avatar_url":{"type":"string"},"description":{"type":"string"},"gravatar_id":{"type":"string","examples":["\"\""]},"html_url":{"type":"string","examples":["\"https://github.com/testorg-ea8ec76d71c3af4b\""]},"followers_url":{"type":"string","examples":["\"https://api.github.com/users/testorg-ea8ec76d71c3af4b/followers\""]},"following_url":{"type":"string","examples":["\"https://api.github.com/users/testorg-ea8ec76d71c3af4b/following{/other_user}\""]},"gists_url":{"type":"string","examples":["\"https://api.github.com/users/testorg-ea8ec76d71c3af4b/gists{/gist_id}\""]},"starred_url":{"type":"string","examples":["\"https://api.github.com/users/testorg-ea8ec76d71c3af4b/starred{/owner}{/repo}\""]},"subscriptions_url":{"type":"string","examples":["\"https://api.github.com/users/testorg-ea8ec76d71c3af4b/subscriptions\""]},"organizations_url":{"type":"string","examples":["\"https://api.github.com/users/testorg-ea8ec76d71c3af4b/orgs\""]},"received_events_url":{"type":"string","examples":["\"https://api.github.com/users/testorg-ea8ec76d71c3af4b/received_events\""]},"type":{"type":"string","examples":["\"Organization\""]},"site_admin":{"type":"boolean","examples":[false]},"user_view_type":{"type":"string","examples":["public"]}}},"name":{"type":"string"},"client_id":{"type":"string"},"description":{"type":"string"},"external_url":{"type":"string"},"html_url":{"type":"string"},"created_at":{"type":"string"},"updated_at":{"type":"string"},"permissions":{"type":"object","properties":{"metadata":{"type":"string"},"contents":{"type":"string"},"issues":{"type":"string"},"single_file":{"type":"string"}}},"events":{"type":"array","items":{"type":"string"}}}}}},"required":["url","users_url","teams_url","apps_url","users","teams","apps"]},"branch-with-protection":{"title":"Branch With Protection","description":"Branch With Protection","type":"object","properties":{"name":{"type":"string"},"commit":{"$ref":"#/$defs/commit"},"_links":{"type":"object","properties":{"html":{"type":"string"},"self":{"type":"string","format":"uri"}},"required":["html","self"]},"protected":{"type":"boolean"},"protection":{"$ref":"#/$defs/branch-protection"},"protection_url":{"type":"string","format":"uri"},"pattern":{"type":"string","examples":["\"mas*\""]},"required_approving_review_count":{"type":"integer","examples":[1]}},"required":["name","commit","_links","protection","protected","protection_url"]},"check-run":{"title":"CheckRun","description":"A check performed on the code of a given code change","type":"object","properties":{"id":{"description":"The id of the check.","type":"integer","format":"int64","examples":[21]},"head_sha":{"description":"The SHA of the commit that is being checked.","type":"string","examples":["009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d"]},"node_id":{"type":"string","examples":["MDg6Q2hlY2tSdW40"]},"external_id":{"type":["string","null"],"examples":["42"]},"url":{"type":"string","examples":["https://api.github.com/repos/github/hello-world/check-runs/4"]},"html_url":{"type":["string","null"],"examples":["https://github.com/github/hello-world/runs/4"]},"details_url":{"type":["string","null"],"examples":["https://example.com"]},"status":{"description":"The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.","type":"string","enum":["queued","in_progress","completed","waiting","requested","pending"],"examples":["queued"]},"conclusion":{"type":["string","null"],"enum":["success","failure","neutral","cancelled","skipped","timed_out","action_required",null],"examples":["neutral"]},"started_at":{"type":["string","null"],"format":"date-time","examples":["2018-05-04T01:14:52Z"]},"completed_at":{"type":["string","null"],"format":"date-time","examples":["2018-05-04T01:14:52Z"]},"output":{"type":"object","properties":{"title":{"type":["string","null"]},"summary":{"type":["string","null"]},"text":{"type":["string","null"]},"annotations_count":{"type":"integer"},"annotations_url":{"type":"string","format":"uri"}},"required":["title","summary","text","annotations_count","annotations_url"]},"name":{"description":"The name of the check.","type":"string","examples":["test-coverage"]},"check_suite":{"type":["object","null"],"properties":{"id":{"type":"integer"}},"required":["id"]},"app":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/integration"}]},"pull_requests":{"description":"Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check.","type":"array","items":{"$ref":"#/$defs/pull-request-minimal"}},"deployment":{"$ref":"#/$defs/deployment-simple"}},"required":["id","node_id","head_sha","name","url","html_url","details_url","status","conclusion","started_at","completed_at","external_id","check_suite","output","app","pull_requests"]},"code-of-conduct":{"title":"Code Of Conduct","description":"Code Of Conduct","type":"object","properties":{"key":{"type":"string","examples":["contributor_covenant"]},"name":{"type":"string","examples":["Contributor Covenant"]},"url":{"type":"string","format":"uri","examples":["https://api.github.com/codes_of_conduct/contributor_covenant"]},"body":{"type":"string","examples":["# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\n\n## Our Standards\n\nExamples of behavior that contributes to creating a positive environment include:\n\n* Using welcoming and inclusive language\n* Being respectful of differing viewpoints and experiences\n* Gracefully accepting constructive criticism\n* Focusing on what is best for the community\n* Showing empathy towards other community members\n\nExamples of unacceptable behavior by participants include:\n\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\n* Trolling, insulting/derogatory comments, and personal or political attacks\n* Public or private harassment\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\n* Other conduct which could reasonably be considered inappropriate in a professional setting\n\n## Our Responsibilities\n\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\n to any instances of unacceptable behavior.\n\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\n\n## Scope\n\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\n\n## Enforcement\n\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\n\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\n\n## Attribution\n\nThis Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.4, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4/).\n"]},"html_url":{"type":["string","null"],"format":"uri"}},"required":["url","html_url","key","name"]},"code-of-conduct-simple":{"title":"Code Of Conduct Simple","description":"Code of Conduct Simple","type":"object","properties":{"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/github/docs/community/code_of_conduct"]},"key":{"type":"string","examples":["citizen_code_of_conduct"]},"name":{"type":"string","examples":["Citizen Code of Conduct"]},"html_url":{"type":["string","null"],"format":"uri","examples":["https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md"]}},"required":["url","key","name","html_url"]},"combined-commit-status":{"title":"Combined Commit Status","description":"Combined Commit Status","type":"object","properties":{"state":{"type":"string"},"statuses":{"type":"array","items":{"$ref":"#/$defs/simple-commit-status"}},"sha":{"type":"string"},"total_count":{"type":"integer"},"repository":{"$ref":"#/$defs/minimal-repository"},"commit_url":{"type":"string","format":"uri"},"url":{"type":"string","format":"uri"}},"required":["state","sha","total_count","statuses","repository","commit_url","url"]},"commit":{"title":"Commit","description":"Commit","type":"object","properties":{"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e"]},"sha":{"type":"string","examples":["6dcb09b5b57875f334f61aebed695e2e4193db5e"]},"node_id":{"type":"string","examples":["MDY6Q29tbWl0NmRjYjA5YjViNTc4NzVmMzM0ZjYxYWViZWQ2OTVlMmU0MTkzZGI1ZQ=="]},"html_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e"]},"comments_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e/comments"]},"commit":{"type":"object","properties":{"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e"]},"author":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/git-user"}]},"committer":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/git-user"}]},"message":{"type":"string","examples":["Fix all the bugs"]},"comment_count":{"type":"integer","examples":[0]},"tree":{"type":"object","properties":{"sha":{"type":"string","examples":["827efc6d56897b048c772eb4087f854f46256132"]},"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/tree/827efc6d56897b048c772eb4087f854f46256132"]}},"required":["sha","url"]},"verification":{"$ref":"#/$defs/verification"}},"required":["author","committer","comment_count","message","tree","url"]},"author":{"oneOf":[{"$ref":"#/$defs/simple-user"},{"$ref":"#/$defs/empty-object"}],"type":["null","object"]},"committer":{"oneOf":[{"$ref":"#/$defs/simple-user"},{"$ref":"#/$defs/empty-object"}],"type":["null","object"]},"parents":{"type":"array","items":{"type":"object","properties":{"sha":{"type":"string","examples":["7638417db6d59f3c431d3e1f261cc637155684cd"]},"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/commits/7638417db6d59f3c431d3e1f261cc637155684cd"]},"html_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World/commit/7638417db6d59f3c431d3e1f261cc637155684cd"]}},"required":["sha","url"]}},"stats":{"type":"object","properties":{"additions":{"type":"integer"},"deletions":{"type":"integer"},"total":{"type":"integer"}}},"files":{"type":"array","items":{"$ref":"#/$defs/diff-entry"}}},"required":["url","sha","node_id","html_url","comments_url","commit","author","committer","parents"]},"content-directory":{"title":"Content Directory","description":"A list of directory items","type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["dir","file","submodule","symlink"]},"size":{"type":"integer"},"name":{"type":"string"},"path":{"type":"string"},"content":{"type":"string"},"sha":{"type":"string"},"url":{"type":"string","format":"uri"},"git_url":{"type":["string","null"],"format":"uri"},"html_url":{"type":["string","null"],"format":"uri"},"download_url":{"type":["string","null"],"format":"uri"},"_links":{"type":"object","properties":{"git":{"type":["string","null"],"format":"uri"},"html":{"type":["string","null"],"format":"uri"},"self":{"type":"string","format":"uri"}},"required":["git","html","self"]}},"required":["_links","git_url","html_url","download_url","name","path","sha","size","type","url"]}},"content-file":{"title":"Content File","description":"Content File","type":"object","properties":{"type":{"type":"string","enum":["file"]},"encoding":{"type":"string"},"size":{"type":"integer"},"name":{"type":"string"},"path":{"type":"string"},"content":{"type":"string"},"sha":{"type":"string"},"url":{"type":"string","format":"uri"},"git_url":{"type":["string","null"],"format":"uri"},"html_url":{"type":["string","null"],"format":"uri"},"download_url":{"type":["string","null"],"format":"uri"},"_links":{"type":"object","properties":{"git":{"type":["string","null"],"format":"uri"},"html":{"type":["string","null"],"format":"uri"},"self":{"type":"string","format":"uri"}},"required":["git","html","self"]},"target":{"type":"string","examples":["\"actual/actual.md\""]},"submodule_git_url":{"type":"string","examples":["\"git://example.com/defunkt/dotjs.git\""]}},"required":["_links","git_url","html_url","download_url","name","path","sha","size","type","url","content","encoding"]},"content-submodule":{"title":"Submodule Content","description":"An object describing a submodule","type":"object","properties":{"type":{"type":"string","enum":["submodule"]},"submodule_git_url":{"type":"string","format":"uri"},"size":{"type":"integer"},"name":{"type":"string"},"path":{"type":"string"},"sha":{"type":"string"},"url":{"type":"string","format":"uri"},"git_url":{"type":["string","null"],"format":"uri"},"html_url":{"type":["string","null"],"format":"uri"},"download_url":{"type":["string","null"],"format":"uri"},"_links":{"type":"object","properties":{"git":{"type":["string","null"],"format":"uri"},"html":{"type":["string","null"],"format":"uri"},"self":{"type":"string","format":"uri"}},"required":["git","html","self"]}},"required":["_links","git_url","html_url","download_url","name","path","sha","size","type","url","submodule_git_url"]},"content-symlink":{"title":"Symlink Content","description":"An object describing a symlink","type":"object","properties":{"type":{"type":"string","enum":["symlink"]},"target":{"type":"string"},"size":{"type":"integer"},"name":{"type":"string"},"path":{"type":"string"},"sha":{"type":"string"},"url":{"type":"string","format":"uri"},"git_url":{"type":["string","null"],"format":"uri"},"html_url":{"type":["string","null"],"format":"uri"},"download_url":{"type":["string","null"],"format":"uri"},"_links":{"type":"object","properties":{"git":{"type":["string","null"],"format":"uri"},"html":{"type":["string","null"],"format":"uri"},"self":{"type":"string","format":"uri"}},"required":["git","html","self"]}},"required":["_links","git_url","html_url","download_url","name","path","sha","size","type","url","target"]},"deployment":{"title":"Deployment","description":"A request for a specific ref(branch,sha,tag) to be deployed","type":"object","properties":{"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/example/deployments/1"]},"id":{"description":"Unique identifier of the deployment","type":"integer","format":"int64","examples":[42]},"node_id":{"type":"string","examples":["MDEwOkRlcGxveW1lbnQx"]},"sha":{"type":"string","examples":["a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d"]},"ref":{"description":"The ref to deploy. This can be a branch, tag, or sha.","type":"string","examples":["topic-branch"]},"task":{"description":"Parameter to specify a task to execute","type":"string","examples":["deploy"]},"payload":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"string"}]},"original_environment":{"type":"string","examples":["staging"]},"environment":{"description":"Name for the target deployment environment.","type":"string","examples":["production"]},"description":{"type":["string","null"],"examples":["Deploy request from hubot"]},"creator":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]},"created_at":{"type":"string","format":"date-time","examples":["2012-07-20T01:19:13Z"]},"updated_at":{"type":"string","format":"date-time","examples":["2012-07-20T01:19:13Z"]},"statuses_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/example/deployments/1/statuses"]},"repository_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/example"]},"transient_environment":{"description":"Specifies if the given environment is will no longer exist at some point in the future. Default: false.","type":"boolean","examples":[true]},"production_environment":{"description":"Specifies if the given environment is one that end-users directly interact with. Default: false.","type":"boolean","examples":[true]},"performed_via_github_app":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/integration"}]}},"required":["id","node_id","sha","ref","task","environment","creator","payload","description","statuses_url","repository_url","url","created_at","updated_at"]},"deployment-simple":{"title":"Deployment","description":"A deployment created as the result of an Actions check run from a workflow that references an environment","type":"object","properties":{"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/example/deployments/1"]},"id":{"description":"Unique identifier of the deployment","type":"integer","examples":[42]},"node_id":{"type":"string","examples":["MDEwOkRlcGxveW1lbnQx"]},"task":{"description":"Parameter to specify a task to execute","type":"string","examples":["deploy"]},"original_environment":{"type":"string","examples":["staging"]},"environment":{"description":"Name for the target deployment environment.","type":"string","examples":["production"]},"description":{"type":["string","null"],"examples":["Deploy request from hubot"]},"created_at":{"type":"string","format":"date-time","examples":["2012-07-20T01:19:13Z"]},"updated_at":{"type":"string","format":"date-time","examples":["2012-07-20T01:19:13Z"]},"statuses_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/example/deployments/1/statuses"]},"repository_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/example"]},"transient_environment":{"description":"Specifies if the given environment is will no longer exist at some point in the future. Default: false.","type":"boolean","examples":[true]},"production_environment":{"description":"Specifies if the given environment is one that end-users directly interact with. Default: false.","type":"boolean","examples":[true]},"performed_via_github_app":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/integration"}]}},"required":["id","node_id","task","environment","description","statuses_url","repository_url","url","created_at","updated_at"]},"deployment-status":{"title":"Deployment Status","description":"The status of a deployment.","type":"object","properties":{"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/example/deployments/42/statuses/1"]},"id":{"type":"integer","format":"int64","examples":[1]},"node_id":{"type":"string","examples":["MDE2OkRlcGxveW1lbnRTdGF0dXMx"]},"state":{"description":"The state of the status.","enum":["error","failure","inactive","pending","success","queued","in_progress"],"type":"string","examples":["success"]},"creator":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]},"description":{"description":"A short description of the status.","default":"","type":"string","maxLength":140,"examples":["Deployment finished successfully."]},"environment":{"description":"The environment of the deployment that the status is for.","default":"","type":"string","examples":["production"]},"target_url":{"description":"Closing down notice: the URL to associate with this status.","default":"","type":"string","format":"uri","examples":["https://example.com/deployment/42/output"]},"created_at":{"type":"string","format":"date-time","examples":["2012-07-20T01:19:13Z"]},"updated_at":{"type":"string","format":"date-time","examples":["2012-07-20T01:19:13Z"]},"deployment_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/example/deployments/42"]},"repository_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/example"]},"environment_url":{"description":"The URL for accessing your environment.","default":"","type":"string","format":"uri","examples":["https://staging.example.com/"]},"log_url":{"description":"The URL to associate with this status.","default":"","type":"string","format":"uri","examples":["https://example.com/deployment/42/output"]},"performed_via_github_app":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/integration"}]}},"required":["id","node_id","state","creator","description","deployment_url","target_url","repository_url","url","created_at","updated_at"]},"diff-entry":{"title":"Diff Entry","description":"Diff Entry","type":"object","properties":{"sha":{"type":["string","null"],"examples":["bbcd538c8e72b8c175046e27cc8f907076331401"]},"filename":{"type":"string","examples":["file1.txt"]},"status":{"type":"string","enum":["added","removed","modified","renamed","copied","changed","unchanged"],"examples":["added"]},"additions":{"type":"integer","examples":[103]},"deletions":{"type":"integer","examples":[21]},"changes":{"type":"integer","examples":[124]},"blob_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World/blob/6dcb09b5b57875f334f61aebed695e2e4193db5e/file1.txt"]},"raw_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World/raw/6dcb09b5b57875f334f61aebed695e2e4193db5e/file1.txt"]},"contents_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/contents/file1.txt?ref=6dcb09b5b57875f334f61aebed695e2e4193db5e"]},"patch":{"type":"string","examples":["@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test"]},"previous_filename":{"type":"string","examples":["file.txt"]}},"required":["additions","blob_url","changes","contents_url","deletions","filename","raw_url","sha","status"]},"empty-object":{"title":"Empty Object","description":"An object without any properties.","type":"object","properties":{},"additionalProperties":false},"enterprise":{"title":"Enterprise","description":"An enterprise on GitHub.","type":"object","properties":{"description":{"description":"A short description of the enterprise.","type":["string","null"]},"html_url":{"type":"string","format":"uri","examples":["https://github.com/enterprises/octo-business"]},"website_url":{"description":"The enterprise's website URL.","type":["string","null"],"format":"uri"},"id":{"description":"Unique identifier of the enterprise","type":"integer","examples":[42]},"node_id":{"type":"string","examples":["MDEwOlJlcG9zaXRvcnkxMjk2MjY5"]},"name":{"description":"The name of the enterprise.","type":"string","examples":["Octo Business"]},"slug":{"description":"The slug url identifier for the enterprise.","type":"string","examples":["octo-business"]},"created_at":{"type":["string","null"],"format":"date-time","examples":["2019-01-26T19:01:12Z"]},"updated_at":{"type":["string","null"],"format":"date-time","examples":["2019-01-26T19:14:43Z"]},"avatar_url":{"type":"string","format":"uri"}},"required":["id","node_id","name","slug","html_url","created_at","updated_at","avatar_url"]},"file-commit":{"title":"File Commit","description":"File Commit","type":"object","required":["content","commit"],"properties":{"content":{"type":["object","null"],"properties":{"name":{"type":"string"},"path":{"type":"string"},"sha":{"type":"string"},"size":{"type":"integer"},"url":{"type":"string"},"html_url":{"type":"string"},"git_url":{"type":"string"},"download_url":{"type":"string"},"type":{"type":"string"},"_links":{"type":"object","properties":{"self":{"type":"string"},"git":{"type":"string"},"html":{"type":"string"}}}}},"commit":{"type":"object","properties":{"sha":{"type":"string"},"node_id":{"type":"string"},"url":{"type":"string"},"html_url":{"type":"string"},"author":{"type":"object","properties":{"date":{"type":"string"},"name":{"type":"string"},"email":{"type":"string"}}},"committer":{"type":"object","properties":{"date":{"type":"string"},"name":{"type":"string"},"email":{"type":"string"}}},"message":{"type":"string"},"tree":{"type":"object","properties":{"url":{"type":"string"},"sha":{"type":"string"}}},"parents":{"type":"array","items":{"type":"object","properties":{"url":{"type":"string"},"html_url":{"type":"string"},"sha":{"type":"string"}}}},"verification":{"type":"object","properties":{"verified":{"type":"boolean"},"reason":{"type":"string"},"signature":{"type":["string","null"]},"payload":{"type":["string","null"]},"verified_at":{"type":["string","null"]}}}}}}},"full-repository":{"title":"Full Repository","description":"Full Repository","type":"object","properties":{"id":{"type":"integer","format":"int64","examples":[1296269]},"node_id":{"type":"string","examples":["MDEwOlJlcG9zaXRvcnkxMjk2MjY5"]},"name":{"type":"string","examples":["Hello-World"]},"full_name":{"type":"string","examples":["octocat/Hello-World"]},"owner":{"$ref":"#/$defs/simple-user"},"private":{"type":"boolean"},"html_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World"]},"description":{"type":["string","null"],"examples":["This your first repo!"]},"fork":{"type":"boolean"},"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World"]},"archive_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}"]},"assignees_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/assignees{/user}"]},"blobs_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}"]},"branches_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/branches{/branch}"]},"collaborators_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}"]},"comments_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/comments{/number}"]},"commits_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/commits{/sha}"]},"compare_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}"]},"contents_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/contents/{+path}"]},"contributors_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/contributors"]},"deployments_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/deployments"]},"downloads_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/downloads"]},"events_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/events"]},"forks_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/forks"]},"git_commits_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}"]},"git_refs_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}"]},"git_tags_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}"]},"git_url":{"type":"string","examples":["git:github.com/octocat/Hello-World.git"]},"issue_comment_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}"]},"issue_events_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/issues/events{/number}"]},"issues_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/issues{/number}"]},"keys_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/keys{/key_id}"]},"labels_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/labels{/name}"]},"languages_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/languages"]},"merges_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/merges"]},"milestones_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/milestones{/number}"]},"notifications_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}"]},"pulls_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/pulls{/number}"]},"releases_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/releases{/id}"]},"ssh_url":{"type":"string","examples":["git@github.com:octocat/Hello-World.git"]},"stargazers_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/stargazers"]},"statuses_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/statuses/{sha}"]},"subscribers_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/subscribers"]},"subscription_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/subscription"]},"tags_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/tags"]},"teams_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/teams"]},"trees_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}"]},"clone_url":{"type":"string","examples":["https://github.com/octocat/Hello-World.git"]},"mirror_url":{"type":["string","null"],"format":"uri","examples":["git:git.example.com/octocat/Hello-World"]},"hooks_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/hooks"]},"svn_url":{"type":"string","format":"uri","examples":["https://svn.github.com/octocat/Hello-World"]},"homepage":{"type":["string","null"],"format":"uri","examples":["https://github.com"]},"language":{"type":["string","null"]},"forks_count":{"type":"integer","examples":[9]},"stargazers_count":{"type":"integer","examples":[80]},"watchers_count":{"type":"integer","examples":[80]},"size":{"description":"The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.","type":"integer","examples":[108]},"default_branch":{"type":"string","examples":["master"]},"open_issues_count":{"type":"integer","examples":[0]},"is_template":{"type":"boolean","examples":[true]},"topics":{"type":"array","items":{"type":"string"},"examples":["octocat","atom","electron","API"]},"has_issues":{"type":"boolean","examples":[true]},"has_projects":{"type":"boolean","examples":[true]},"has_wiki":{"type":"boolean","examples":[true]},"has_pages":{"type":"boolean"},"has_discussions":{"type":"boolean","examples":[true]},"has_pull_requests":{"type":"boolean","examples":[true]},"pull_request_creation_policy":{"description":"The policy controlling who can create pull requests: all or collaborators_only.","type":"string","enum":["all","collaborators_only"],"examples":["all"]},"archived":{"type":"boolean"},"disabled":{"type":"boolean","description":"Returns whether or not this repository disabled."},"visibility":{"description":"The repository visibility: public, private, or internal.","type":"string","examples":["public"]},"pushed_at":{"type":"string","format":"date-time","examples":["2011-01-26T19:06:43Z"]},"created_at":{"type":"string","format":"date-time","examples":["2011-01-26T19:01:12Z"]},"updated_at":{"type":"string","format":"date-time","examples":["2011-01-26T19:14:43Z"]},"permissions":{"type":"object","properties":{"admin":{"type":"boolean"},"maintain":{"type":"boolean"},"push":{"type":"boolean"},"triage":{"type":"boolean"},"pull":{"type":"boolean"}},"required":["admin","pull","push"]},"allow_rebase_merge":{"type":"boolean","examples":[true]},"template_repository":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/repository"}]},"temp_clone_token":{"type":["string","null"]},"allow_squash_merge":{"type":"boolean","examples":[true]},"allow_auto_merge":{"type":"boolean","examples":[false]},"delete_branch_on_merge":{"type":"boolean","examples":[false]},"allow_merge_commit":{"type":"boolean","examples":[true]},"allow_update_branch":{"type":"boolean","examples":[true]},"squash_merge_commit_title":{"type":"string","enum":["PR_TITLE","COMMIT_OR_PR_TITLE"],"description":"The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).","examples":["PR_TITLE"]},"squash_merge_commit_message":{"type":"string","enum":["PR_BODY","COMMIT_MESSAGES","BLANK"],"description":"The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message.","examples":["PR_BODY"]},"merge_commit_title":{"type":"string","enum":["PR_TITLE","MERGE_MESSAGE"],"description":"The default value for a merge commit title.\n\n - `PR_TITLE` - default to the pull request's title.\n - `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).","examples":["PR_TITLE"]},"merge_commit_message":{"type":"string","enum":["PR_BODY","PR_TITLE","BLANK"],"description":"The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message.","examples":["PR_BODY"]},"allow_forking":{"type":"boolean","examples":[true]},"web_commit_signoff_required":{"type":"boolean","examples":[false]},"subscribers_count":{"type":"integer","examples":[42]},"network_count":{"type":"integer","examples":[0]},"license":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/license-simple"}]},"organization":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]},"parent":{"$ref":"#/$defs/repository"},"source":{"$ref":"#/$defs/repository"},"forks":{"type":"integer"},"master_branch":{"type":"string"},"open_issues":{"type":"integer"},"watchers":{"type":"integer"},"anonymous_access_enabled":{"description":"Whether anonymous git access is allowed.","default":true,"type":"boolean"},"code_of_conduct":{"$ref":"#/$defs/code-of-conduct-simple"},"security_and_analysis":{"$ref":"#/$defs/security-and-analysis"},"custom_properties":{"type":"object","description":"The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.","additionalProperties":true}},"required":["archive_url","assignees_url","blobs_url","branches_url","collaborators_url","comments_url","commits_url","compare_url","contents_url","contributors_url","deployments_url","description","downloads_url","events_url","fork","forks_url","full_name","git_commits_url","git_refs_url","git_tags_url","hooks_url","html_url","id","node_id","issue_comment_url","issue_events_url","issues_url","keys_url","labels_url","languages_url","merges_url","milestones_url","name","notifications_url","owner","private","pulls_url","releases_url","stargazers_url","statuses_url","subscribers_url","subscription_url","tags_url","teams_url","trees_url","url","clone_url","default_branch","forks","forks_count","git_url","has_issues","has_projects","has_wiki","has_pages","has_discussions","homepage","language","archived","disabled","mirror_url","open_issues","open_issues_count","license","pushed_at","size","ssh_url","stargazers_count","svn_url","watchers","watchers_count","created_at","updated_at","network_count","subscribers_count"]},"git-ref":{"title":"Git Reference","description":"Git references within a repository","type":"object","properties":{"ref":{"type":"string"},"node_id":{"type":"string"},"url":{"type":"string","format":"uri"},"object":{"type":"object","properties":{"type":{"type":"string"},"sha":{"description":"SHA for the reference","type":"string","minLength":40,"maxLength":40,"examples":["7638417db6d59f3c431d3e1f261cc637155684cd"]},"url":{"type":"string","format":"uri"}},"required":["type","sha","url"]}},"required":["ref","node_id","url","object"]},"git-user":{"title":"Git User","description":"Metaproperties for Git author/committer information.","type":"object","properties":{"name":{"type":"string","examples":["\"Chris Wanstrath\""]},"email":{"type":"string","examples":["\"chris@ozmm.org\""]},"date":{"type":"string","format":"date-time","examples":["\"2007-10-29T02:42:39.000-07:00\""]}}},"integration":{"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","null"],"properties":{"id":{"description":"Unique identifier of the GitHub app","type":"integer","examples":[37]},"slug":{"description":"The slug name of the GitHub app","type":"string","examples":["probot-owners"]},"node_id":{"type":"string","examples":["MDExOkludGVncmF0aW9uMQ=="]},"client_id":{"type":"string","examples":["\"Iv1.25b5d1e65ffc4022\""]},"owner":{"oneOf":[{"$ref":"#/$defs/simple-user"},{"$ref":"#/$defs/enterprise"}]},"name":{"description":"The name of the GitHub app","type":"string","examples":["Probot Owners"]},"description":{"type":["string","null"],"examples":["The description of the app."]},"external_url":{"type":"string","format":"uri","examples":["https://example.com"]},"html_url":{"type":"string","format":"uri","examples":["https://github.com/apps/super-ci"]},"created_at":{"type":"string","format":"date-time","examples":["2017-07-08T16:18:44-04:00"]},"updated_at":{"type":"string","format":"date-time","examples":["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. Note that the `installation_target`, `security_advisory`, and `meta` events are not included because they are global events and not specific to an installation.","type":"array","items":{"type":"string"},"examples":["label","deployment"]},"installations_count":{"description":"The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.","type":"integer","examples":[5]}},"required":["id","node_id","owner","name","description","external_url","html_url","created_at","updated_at","permissions","events"]},"issue":{"title":"Issue","description":"Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.","type":"object","properties":{"id":{"type":"integer","format":"int64"},"node_id":{"type":"string"},"url":{"description":"URL for the issue","type":"string","format":"uri","examples":["https://api.github.com/repositories/42/issues/1"]},"repository_url":{"type":"string","format":"uri"},"labels_url":{"type":"string"},"comments_url":{"type":"string","format":"uri"},"events_url":{"type":"string","format":"uri"},"html_url":{"type":"string","format":"uri"},"number":{"description":"Number uniquely identifying the issue within its repository","type":"integer","examples":[42]},"state":{"description":"State of the issue; either 'open' or 'closed'","type":"string","examples":["open"]},"state_reason":{"description":"The reason for the current state","type":["string","null"],"enum":["completed","reopened","not_planned","duplicate",null],"examples":["not_planned"]},"title":{"description":"Title of the issue","type":"string","examples":["Widget creation fails in Safari on OS X 10.8"]},"body":{"description":"Contents of the issue","type":["string","null"],"examples":["It looks like the new widget form is broken on Safari. When I try and create the widget, Safari crashes. This is reproducible on 10.8, but not 10.9. Maybe a browser bug?"]},"user":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]},"labels":{"description":"Labels to associate with this issue; pass one or more label names to replace the set of labels on this issue; send an empty array to clear all labels from the issue; note that the labels are silently dropped for users without push access to the repository","type":"array","items":{"oneOf":[{"type":"string"},{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"node_id":{"type":"string"},"url":{"type":"string","format":"uri"},"name":{"type":"string"},"description":{"type":["string","null"]},"color":{"type":["string","null"]},"default":{"type":"boolean"}}}]},"examples":["bug","registration"]},"assignees":{"type":"array","items":{"$ref":"#/$defs/simple-user"}},"milestone":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/milestone"}]},"locked":{"type":"boolean"},"active_lock_reason":{"type":["string","null"]},"comments":{"type":"integer"},"pull_request":{"type":"object","properties":{"merged_at":{"type":["string","null"],"format":"date-time","nullable":false},"diff_url":{"type":["string","null"],"format":"uri","nullable":false},"html_url":{"type":["string","null"],"format":"uri","nullable":false},"patch_url":{"type":["string","null"],"format":"uri","nullable":false},"url":{"type":["string","null"],"format":"uri","nullable":false}},"required":["diff_url","html_url","patch_url","url"]},"closed_at":{"type":["string","null"],"format":"date-time"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"draft":{"type":"boolean"},"closed_by":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]},"body_html":{"type":"string"},"body_text":{"type":"string"},"timeline_url":{"type":"string","format":"uri"},"type":{"$ref":"#/$defs/issue-type"},"repository":{"$ref":"#/$defs/repository"},"performed_via_github_app":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/integration"}]},"author_association":{"$ref":"#/$defs/author-association"},"reactions":{"$ref":"#/$defs/reaction-rollup"},"sub_issues_summary":{"$ref":"#/$defs/sub-issues-summary"},"parent_issue_url":{"description":"URL to get the parent issue of this issue, if it is a sub-issue","type":["string","null"],"format":"uri"},"pinned_comment":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/issue-comment"}]},"issue_dependencies_summary":{"$ref":"#/$defs/issue-dependencies-summary"},"issue_field_values":{"type":"array","items":{"$ref":"#/$defs/issue-field-value"}}},"required":["closed_at","comments","comments_url","events_url","html_url","id","node_id","labels","labels_url","milestone","number","repository_url","state","locked","title","url","user","created_at","updated_at"]},"issue-comment":{"title":"Issue Comment","description":"Comments provide a way for people to collaborate on an issue.","type":"object","properties":{"id":{"description":"Unique identifier of the issue comment","type":"integer","format":"int64","examples":[42]},"node_id":{"type":"string"},"url":{"description":"URL for the issue comment","type":"string","format":"uri","examples":["https://api.github.com/repositories/42/issues/comments/1"]},"body":{"description":"Contents of the issue comment","type":"string","examples":["What version of Safari were you using when you observed this bug?"]},"body_text":{"type":"string"},"body_html":{"type":"string"},"html_url":{"type":"string","format":"uri"},"user":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]},"created_at":{"type":"string","format":"date-time","examples":["2011-04-14T16:00:49Z"]},"updated_at":{"type":"string","format":"date-time","examples":["2011-04-14T16:00:49Z"]},"issue_url":{"type":"string","format":"uri"},"author_association":{"$ref":"#/$defs/author-association"},"performed_via_github_app":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/integration"}]},"reactions":{"$ref":"#/$defs/reaction-rollup"},"pin":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/pinned-issue-comment"}]},"minimized":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/issue-comment-minimized"}]}},"required":["id","node_id","html_url","issue_url","user","url","created_at","updated_at"]},"issue-comment-minimized":{"title":"Minimized Issue Comment","description":"Details about why an issue comment was minimized.","type":"object","properties":{"reason":{"description":"The reason the comment was minimized.","type":["string","null"],"examples":["low-quality"]}},"required":["reason"]},"issue-dependencies-summary":{"title":"Issue Dependencies Summary","type":"object","properties":{"blocked_by":{"type":"integer"},"blocking":{"type":"integer"},"total_blocked_by":{"type":"integer"},"total_blocking":{"type":"integer"}},"required":["blocked_by","blocking","total_blocked_by","total_blocking"]},"issue-field-value":{"title":"Issue Field Value","description":"A value assigned to an issue field","type":"object","properties":{"issue_field_id":{"description":"Unique identifier for the issue field.","type":"integer","format":"int64","examples":[1]},"issue_field_name":{"description":"The human-readable name of the issue field.","type":"string","examples":["Priority"]},"node_id":{"type":"string","examples":["IFT_GDKND"]},"data_type":{"description":"The data type of the issue field","type":"string","enum":["text","single_select","multi_select","number","date"],"examples":["text"]},"value":{"description":"The value of the issue field","anyOf":[{"type":"string","examples":["Sample text"]},{"type":"number","examples":[42.5]},{"type":"integer","examples":[1]}],"type":["null","string","number","integer"]},"single_select_option":{"description":"Details about the selected option (only present for single_select fields)","type":["object","null"],"properties":{"id":{"description":"Unique identifier for the option.","type":"integer","format":"int64","examples":[1]},"name":{"description":"The name of the option","type":"string","examples":["High"]},"color":{"description":"The color of the option","type":"string","examples":["red"]}},"required":["id","name","color"]},"multi_select_options":{"description":"Details about the selected options","type":["array","null"],"items":{"type":"object","properties":{"id":{"description":"Unique identifier for the option.","type":"integer","format":"int64","examples":[1]},"name":{"description":"The name of the option","type":"string","examples":["High"]},"color":{"description":"The color of the option","type":"string","examples":["red"]}},"required":["id","name","color"]}}},"required":["issue_field_id","node_id","data_type","value"]},"issue-type":{"title":"Issue Type","description":"The type assigned to the issue. This is only present for issues in repositories where issue types are supported.","type":["object","null"],"properties":{"id":{"type":"integer","description":"The unique identifier of the issue type."},"node_id":{"type":"string","description":"The node identifier of the issue type."},"name":{"type":"string","description":"The name of the issue type."},"description":{"type":["string","null"],"description":"The description of the issue type."},"color":{"type":["string","null"],"description":"The color of the issue type.","enum":["gray","blue","green","yellow","orange","red","pink","purple",null]},"created_at":{"type":"string","description":"The time the issue type created.","format":"date-time"},"updated_at":{"type":"string","description":"The time the issue type last updated.","format":"date-time"},"is_enabled":{"type":"boolean","description":"The enabled state of the issue type."}},"required":["id","node_id","name","description"]},"job":{"title":"Job","description":"Information of a job execution in a workflow run","type":"object","properties":{"id":{"description":"The id of the job.","type":"integer","format":"int64","examples":[21]},"run_id":{"description":"The id of the associated workflow run.","type":"integer","format":"int64","examples":[5]},"run_url":{"type":"string","examples":["https://api.github.com/repos/github/hello-world/actions/runs/5"]},"run_attempt":{"type":"integer","description":"Attempt number of the associated workflow run, 1 for first attempt and higher if the workflow was re-run.","examples":[1]},"node_id":{"type":"string","examples":["MDg6Q2hlY2tSdW40"]},"head_sha":{"description":"The SHA of the commit that is being run.","type":"string","examples":["009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d"]},"url":{"type":"string","examples":["https://api.github.com/repos/github/hello-world/actions/jobs/21"]},"html_url":{"type":["string","null"],"examples":["https://github.com/github/hello-world/runs/4"]},"status":{"description":"The phase of the lifecycle that the job is currently in.","type":"string","enum":["queued","in_progress","completed","waiting","requested","pending"],"examples":["queued"]},"conclusion":{"description":"The outcome of the job.","type":["string","null"],"enum":["success","failure","neutral","cancelled","skipped","timed_out","action_required",null],"examples":["success"]},"created_at":{"description":"The time that the job created, in ISO 8601 format.","format":"date-time","type":"string","examples":["2019-08-08T08:00:00-07:00"]},"started_at":{"description":"The time that the job started, in ISO 8601 format.","format":"date-time","type":"string","examples":["2019-08-08T08:00:00-07:00"]},"completed_at":{"description":"The time that the job finished, in ISO 8601 format.","format":"date-time","type":["string","null"],"examples":["2019-08-08T08:00:00-07:00"]},"name":{"description":"The name of the job.","type":"string","examples":["test-coverage"]},"steps":{"description":"Steps in this job.","type":"array","items":{"type":"object","required":["name","status","conclusion","number"],"properties":{"status":{"description":"The phase of the lifecycle that the job is currently in.","type":"string","enum":["queued","in_progress","completed"],"examples":["queued"]},"conclusion":{"description":"The outcome of the job.","type":["string","null"],"examples":["success"]},"name":{"description":"The name of the job.","type":"string","examples":["test-coverage"]},"number":{"type":"integer","examples":[1]},"started_at":{"description":"The time that the step started, in ISO 8601 format.","format":"date-time","type":["string","null"],"examples":["2019-08-08T08:00:00-07:00"]},"completed_at":{"description":"The time that the job finished, in ISO 8601 format.","format":"date-time","type":["string","null"],"examples":["2019-08-08T08:00:00-07:00"]}}}},"check_run_url":{"type":"string","examples":["https://api.github.com/repos/github/hello-world/check-runs/4"]},"labels":{"type":"array","items":{"type":"string"},"description":"Labels for the workflow job. Specified by the \"runs_on\" attribute in the action's workflow file.","examples":["self-hosted","foo","bar"]},"runner_id":{"type":["integer","null"],"description":"The ID of the runner to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)","examples":[1]},"runner_name":{"type":["string","null"],"description":"The name of the runner to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)","examples":["my runner"]},"runner_group_id":{"type":["integer","null"],"description":"The ID of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)","examples":[2]},"runner_group_name":{"type":["string","null"],"description":"The name of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)","examples":["my runner group"]},"workflow_name":{"type":["string","null"],"description":"The name of the workflow.","examples":["Build"]},"head_branch":{"type":["string","null"],"description":"The name of the current branch.","examples":["main"]}},"required":["id","node_id","run_id","run_url","head_sha","workflow_name","head_branch","name","url","html_url","status","conclusion","started_at","completed_at","check_run_url","labels","runner_id","runner_name","runner_group_id","runner_group_name","created_at"]},"license-simple":{"title":"License Simple","description":"License Simple","type":"object","properties":{"key":{"type":"string","examples":["mit"]},"name":{"type":"string","examples":["MIT License"]},"url":{"type":["string","null"],"format":"uri","examples":["https://api.github.com/licenses/mit"]},"spdx_id":{"type":["string","null"],"examples":["MIT"]},"node_id":{"type":"string","examples":["MDc6TGljZW5zZW1pdA=="]},"html_url":{"type":"string","format":"uri"}},"required":["key","name","url","spdx_id","node_id"]},"link":{"title":"Link","description":"Hypermedia Link","type":"object","properties":{"href":{"type":"string"}},"required":["href"]},"milestone":{"title":"Milestone","description":"A collection of related issues and pull requests.","type":"object","properties":{"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/milestones/1"]},"html_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World/milestones/v1.0"]},"labels_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/milestones/1/labels"]},"id":{"type":"integer","examples":[1002604]},"node_id":{"type":"string","examples":["MDk6TWlsZXN0b25lMTAwMjYwNA=="]},"number":{"description":"The number of the milestone.","type":"integer","examples":[42]},"state":{"description":"The state of the milestone.","type":"string","enum":["open","closed"],"default":"open","examples":["open"]},"title":{"description":"The title of the milestone.","type":"string","examples":["v1.0"]},"description":{"type":["string","null"],"examples":["Tracking milestone for version 1.0"]},"creator":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]},"open_issues":{"type":"integer","examples":[4]},"closed_issues":{"type":"integer","examples":[8]},"created_at":{"type":"string","format":"date-time","examples":["2011-04-10T20:09:31Z"]},"updated_at":{"type":"string","format":"date-time","examples":["2014-03-03T18:58:10Z"]},"closed_at":{"type":["string","null"],"format":"date-time","examples":["2013-02-12T13:22:01Z"]},"due_on":{"type":["string","null"],"format":"date-time","examples":["2012-10-09T23:39:01Z"]}},"required":["closed_issues","creator","description","due_on","closed_at","id","node_id","labels_url","html_url","number","open_issues","state","title","url","created_at","updated_at"]},"minimal-repository":{"title":"Minimal Repository","description":"Minimal Repository","type":"object","properties":{"id":{"type":"integer","format":"int64","examples":[1296269]},"node_id":{"type":"string","examples":["MDEwOlJlcG9zaXRvcnkxMjk2MjY5"]},"name":{"type":"string","examples":["Hello-World"]},"full_name":{"type":"string","examples":["octocat/Hello-World"]},"owner":{"$ref":"#/$defs/simple-user"},"private":{"type":"boolean"},"html_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World"]},"description":{"type":["string","null"],"examples":["This your first repo!"]},"fork":{"type":"boolean"},"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World"]},"archive_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}"]},"assignees_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/assignees{/user}"]},"blobs_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}"]},"branches_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/branches{/branch}"]},"collaborators_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}"]},"comments_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/comments{/number}"]},"commits_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/commits{/sha}"]},"compare_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}"]},"contents_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/contents/{+path}"]},"contributors_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/contributors"]},"deployments_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/deployments"]},"downloads_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/downloads"]},"events_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/events"]},"forks_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/forks"]},"git_commits_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}"]},"git_refs_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}"]},"git_tags_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}"]},"git_url":{"type":"string"},"issue_comment_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}"]},"issue_events_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/issues/events{/number}"]},"issues_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/issues{/number}"]},"keys_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/keys{/key_id}"]},"labels_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/labels{/name}"]},"languages_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/languages"]},"merges_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/merges"]},"milestones_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/milestones{/number}"]},"notifications_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}"]},"pulls_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/pulls{/number}"]},"releases_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/releases{/id}"]},"ssh_url":{"type":"string"},"stargazers_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/stargazers"]},"statuses_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/statuses/{sha}"]},"subscribers_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/subscribers"]},"subscription_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/subscription"]},"tags_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/tags"]},"teams_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/teams"]},"trees_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}"]},"clone_url":{"type":"string"},"mirror_url":{"type":["string","null"]},"hooks_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/hooks"]},"svn_url":{"type":"string"},"homepage":{"type":["string","null"]},"language":{"type":["string","null"]},"forks_count":{"type":"integer"},"stargazers_count":{"type":"integer"},"watchers_count":{"type":"integer"},"size":{"description":"The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.","type":"integer"},"default_branch":{"type":"string"},"open_issues_count":{"type":"integer"},"is_template":{"type":"boolean"},"topics":{"type":"array","items":{"type":"string"}},"has_issues":{"type":"boolean"},"has_projects":{"type":"boolean"},"has_wiki":{"type":"boolean"},"has_pages":{"type":"boolean"},"has_discussions":{"type":"boolean"},"has_pull_requests":{"type":"boolean"},"pull_request_creation_policy":{"description":"The policy controlling who can create pull requests: all or collaborators_only.","type":"string","enum":["all","collaborators_only"]},"archived":{"type":"boolean"},"disabled":{"type":"boolean"},"visibility":{"type":"string"},"pushed_at":{"type":["string","null"],"format":"date-time","examples":["2011-01-26T19:06:43Z"]},"created_at":{"type":["string","null"],"format":"date-time","examples":["2011-01-26T19:01:12Z"]},"updated_at":{"type":["string","null"],"format":"date-time","examples":["2011-01-26T19:14:43Z"]},"permissions":{"type":"object","properties":{"admin":{"type":"boolean"},"maintain":{"type":"boolean"},"push":{"type":"boolean"},"triage":{"type":"boolean"},"pull":{"type":"boolean"}}},"role_name":{"type":"string","examples":["admin"]},"temp_clone_token":{"type":"string"},"delete_branch_on_merge":{"type":"boolean"},"subscribers_count":{"type":"integer"},"network_count":{"type":"integer"},"code_of_conduct":{"$ref":"#/$defs/code-of-conduct"},"license":{"type":["object","null"],"properties":{"key":{"type":"string"},"name":{"type":"string"},"spdx_id":{"type":"string"},"url":{"type":["string","null"]},"node_id":{"type":"string"}}},"forks":{"type":"integer","examples":[0]},"open_issues":{"type":"integer","examples":[0]},"watchers":{"type":"integer","examples":[0]},"allow_forking":{"type":"boolean"},"web_commit_signoff_required":{"type":"boolean","examples":[false]},"security_and_analysis":{"$ref":"#/$defs/security-and-analysis"},"custom_properties":{"type":"object","description":"The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.","additionalProperties":true}},"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"]},"pinned-issue-comment":{"title":"Pinned Issue Comment","description":"Context around who pinned an issue comment and when it was pinned.","type":"object","properties":{"pinned_at":{"type":"string","format":"date-time","examples":["2011-04-14T16:00:49Z"]},"pinned_by":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]}},"required":["pinned_at","pinned_by"]},"protected-branch-admin-enforced":{"title":"Protected Branch Admin Enforced","description":"Protected Branch Admin Enforced","type":"object","properties":{"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins"]},"enabled":{"type":"boolean","examples":[true]}},"required":["url","enabled"]},"protected-branch-pull-request-review":{"title":"Protected Branch Pull Request Review","description":"Protected Branch Pull Request Review","type":"object","properties":{"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/branches/master/protection/dismissal_restrictions"]},"dismissal_restrictions":{"type":"object","properties":{"users":{"description":"The list of users with review dismissal access.","type":"array","items":{"$ref":"#/$defs/simple-user"}},"teams":{"description":"The list of teams with review dismissal access.","type":"array","items":{"$ref":"#/$defs/team"}},"apps":{"description":"The list of apps with review dismissal access.","type":"array","items":{"$ref":"#/$defs/integration"}},"url":{"type":"string","examples":["\"https://api.github.com/repos/the-org/an-org-repo/branches/master/protection/dismissal_restrictions\""]},"users_url":{"type":"string","examples":["\"https://api.github.com/repos/the-org/an-org-repo/branches/master/protection/dismissal_restrictions/users\""]},"teams_url":{"type":"string","examples":["\"https://api.github.com/repos/the-org/an-org-repo/branches/master/protection/dismissal_restrictions/teams\""]}}},"bypass_pull_request_allowances":{"type":"object","description":"Allow specific users, teams, or apps to bypass pull request requirements.","properties":{"users":{"description":"The list of users allowed to bypass pull request requirements.","type":"array","items":{"$ref":"#/$defs/simple-user"}},"teams":{"description":"The list of teams allowed to bypass pull request requirements.","type":"array","items":{"$ref":"#/$defs/team"}},"apps":{"description":"The list of apps allowed to bypass pull request requirements.","type":"array","items":{"$ref":"#/$defs/integration"}}}},"dismiss_stale_reviews":{"type":"boolean","examples":[true]},"require_code_owner_reviews":{"type":"boolean","examples":[true]},"required_approving_review_count":{"type":"integer","minimum":0,"maximum":6,"examples":[2]},"require_last_push_approval":{"description":"Whether the most recent push must be approved by someone other than the person who pushed it.","type":"boolean","default":false,"examples":[true]}},"required":["dismiss_stale_reviews","require_code_owner_reviews"]},"protected-branch-required-status-check":{"title":"Protected Branch Required Status Check","description":"Protected Branch Required Status Check","type":"object","properties":{"url":{"type":"string"},"enforcement_level":{"type":"string"},"contexts":{"type":"array","items":{"type":"string"}},"checks":{"type":"array","items":{"type":"object","properties":{"context":{"type":"string"},"app_id":{"type":["integer","null"]}},"required":["context","app_id"]}},"contexts_url":{"type":"string"},"strict":{"type":"boolean"}},"required":["contexts","checks"]},"pull-request":{"type":"object","title":"Pull Request","description":"Pull requests let you tell others about changes you've pushed to a repository on GitHub. Once a pull request is sent, interested parties can review the set of changes, discuss potential modifications, and even push follow-up commits if necessary.","properties":{"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/pulls/1347"]},"id":{"type":"integer","format":"int64","examples":[1]},"node_id":{"type":"string","examples":["MDExOlB1bGxSZXF1ZXN0MQ=="]},"html_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World/pull/1347"]},"diff_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World/pull/1347.diff"]},"patch_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World/pull/1347.patch"]},"issue_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/issues/1347"]},"commits_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/pulls/1347/commits"]},"review_comments_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/pulls/1347/comments"]},"review_comment_url":{"type":"string","examples":["https://api.github.com/repos/octocat/Hello-World/pulls/comments{/number}"]},"comments_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/issues/1347/comments"]},"statuses_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/statuses/6dcb09b5b57875f334f61aebed695e2e4193db5e"]},"number":{"description":"Number uniquely identifying the pull request within its repository.","type":"integer","examples":[42]},"state":{"description":"State of this Pull Request. Either `open` or `closed`.","enum":["open","closed"],"type":"string","examples":["open"]},"locked":{"type":"boolean","examples":[true]},"title":{"description":"The title of the pull request.","type":"string","examples":["Amazing new feature"]},"user":{"$ref":"#/$defs/simple-user"},"body":{"type":["string","null"],"examples":["Please pull these awesome changes"]},"labels":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"node_id":{"type":"string"},"url":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"color":{"type":"string"},"default":{"type":"boolean"}},"required":["id","node_id","url","name","description","color","default"]}},"milestone":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/milestone"}]},"active_lock_reason":{"type":["string","null"],"examples":["too heated"]},"created_at":{"type":"string","format":"date-time","examples":["2011-01-26T19:01:12Z"]},"updated_at":{"type":"string","format":"date-time","examples":["2011-01-26T19:01:12Z"]},"closed_at":{"type":["string","null"],"format":"date-time","examples":["2011-01-26T19:01:12Z"]},"merged_at":{"type":["string","null"],"format":"date-time","examples":["2011-01-26T19:01:12Z"]},"assignees":{"type":"array","items":{"$ref":"#/$defs/simple-user"}},"requested_reviewers":{"type":"array","items":{"$ref":"#/$defs/simple-user"}},"requested_teams":{"type":"array","items":{"$ref":"#/$defs/team-simple"}},"head":{"type":"object","properties":{"label":{"type":"string"},"ref":{"type":"string"},"repo":{"$ref":"#/$defs/repository"},"sha":{"type":"string"},"user":{"$ref":"#/$defs/simple-user"}},"required":["label","ref","repo","sha","user"]},"base":{"type":"object","properties":{"label":{"type":"string"},"ref":{"type":"string"},"repo":{"$ref":"#/$defs/repository"},"sha":{"type":"string"},"user":{"$ref":"#/$defs/simple-user"}},"required":["label","ref","repo","sha","user"]},"_links":{"type":"object","properties":{"comments":{"$ref":"#/$defs/link"},"commits":{"$ref":"#/$defs/link"},"statuses":{"$ref":"#/$defs/link"},"html":{"$ref":"#/$defs/link"},"issue":{"$ref":"#/$defs/link"},"review_comments":{"$ref":"#/$defs/link"},"review_comment":{"$ref":"#/$defs/link"},"self":{"$ref":"#/$defs/link"}},"required":["comments","commits","statuses","html","issue","review_comments","review_comment","self"]},"author_association":{"$ref":"#/$defs/author-association"},"auto_merge":{"$ref":"#/$defs/auto-merge"},"stack":{"$ref":"#/$defs/pull-request-stack"},"draft":{"description":"Indicates whether or not the pull request is a draft.","type":"boolean","examples":[false]},"merged":{"type":"boolean"},"mergeable":{"type":["boolean","null"],"examples":[true]},"rebaseable":{"type":["boolean","null"],"examples":[true]},"mergeable_state":{"type":"string","examples":["clean"]},"merged_by":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]},"comments":{"type":"integer","examples":[10]},"review_comments":{"type":"integer","examples":[0]},"maintainer_can_modify":{"description":"Indicates whether maintainers can modify the pull request.","type":"boolean","examples":[true]},"commits":{"type":"integer","examples":[3]},"additions":{"type":"integer","examples":[100]},"deletions":{"type":"integer","examples":[3]},"changed_files":{"type":"integer","examples":[5]}},"required":["_links","labels","base","body","closed_at","comments_url","commits_url","created_at","diff_url","head","html_url","id","node_id","issue_url","merged_at","milestone","number","patch_url","review_comment_url","review_comments_url","statuses_url","state","locked","title","updated_at","url","user","author_association","auto_merge","additions","changed_files","comments","commits","deletions","mergeable","mergeable_state","merged","maintainer_can_modify","merged_by","review_comments"]},"pull-request-merge-result":{"title":"Pull Request Merge Result","description":"Pull Request Merge Result","type":"object","properties":{"sha":{"type":"string"},"merged":{"type":"boolean"},"message":{"type":"string"}},"required":["merged","message","sha"]},"pull-request-minimal":{"title":"Pull Request Minimal","type":"object","properties":{"id":{"type":"integer","format":"int64"},"number":{"type":"integer"},"url":{"type":"string"},"head":{"type":"object","properties":{"ref":{"type":"string"},"sha":{"type":"string"},"repo":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"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","format":"int64"},"url":{"type":"string"},"name":{"type":"string"}},"required":["id","url","name"]}},"required":["ref","sha","repo"]}},"required":["id","number","url","head","base"]},"pull-request-review":{"title":"Pull Request Review","description":"Pull Request Reviews are reviews on pull requests.","type":"object","properties":{"id":{"description":"Unique identifier of the review","type":"integer","format":"int64","examples":[42]},"node_id":{"type":"string","examples":["MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA="]},"user":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]},"body":{"description":"The text of the review.","type":"string","examples":["This looks great."]},"state":{"type":"string","examples":["CHANGES_REQUESTED"]},"html_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World/pull/12#pullrequestreview-80"]},"pull_request_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/pulls/12"]},"_links":{"type":"object","properties":{"html":{"type":"object","properties":{"href":{"type":"string"}},"required":["href"]},"pull_request":{"type":"object","properties":{"href":{"type":"string"}},"required":["href"]}},"required":["html","pull_request"]},"submitted_at":{"type":"string","format":"date-time"},"commit_id":{"description":"A commit SHA for the review. If the commit object was garbage collected or forcibly deleted, then it no longer exists in Git and this value will be `null`.","type":["string","null"],"examples":["54bb654c9e6025347f57900a4a5c2313a96b8035"]},"body_html":{"type":"string"},"body_text":{"type":"string"},"author_association":{"$ref":"#/$defs/author-association"}},"required":["id","node_id","user","body","state","commit_id","html_url","pull_request_url","_links","author_association"]},"pull-request-review-comment":{"title":"Pull Request Review Comment","description":"Pull Request Review Comments are comments on a portion of the Pull Request's diff.","type":"object","properties":{"url":{"description":"URL for the pull request review comment","type":"string","examples":["https://api.github.com/repos/octocat/Hello-World/pulls/comments/1"]},"pull_request_review_id":{"description":"The ID of the pull request review to which the comment belongs.","type":["integer","null"],"format":"int64","examples":[42]},"id":{"description":"The ID of the pull request review comment.","type":"integer","format":"int64","examples":[1]},"node_id":{"description":"The node ID of the pull request review comment.","type":"string","examples":["MDI0OlB1bGxSZXF1ZXN0UmV2aWV3Q29tbWVudDEw"]},"diff_hunk":{"description":"The diff of the line that the comment refers to.","type":"string","examples":["@@ -16,33 +16,40 @@ public class Connection : IConnection..."]},"path":{"description":"The relative path of the file to which the comment applies.","type":"string","examples":["config/database.yaml"]},"position":{"description":"The line index in the diff to which the comment applies. This field is closing down; use `line` instead.","type":"integer","examples":[1]},"original_position":{"description":"The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.","type":"integer","examples":[4]},"commit_id":{"description":"The SHA of the commit to which the comment applies.","type":"string","examples":["6dcb09b5b57875f334f61aebed695e2e4193db5e"]},"original_commit_id":{"description":"The SHA of the original commit to which the comment applies.","type":"string","examples":["9c48853fa3dc5c1c3d6f1f1cd1f2743e72652840"]},"in_reply_to_id":{"description":"The comment ID to reply to.","type":"integer","examples":[8]},"user":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]},"body":{"description":"The text of the comment.","type":"string","examples":["We should probably include a check for null values here."]},"created_at":{"type":"string","format":"date-time","examples":["2011-04-14T16:00:49Z"]},"updated_at":{"type":"string","format":"date-time","examples":["2011-04-14T16:00:49Z"]},"html_url":{"description":"HTML URL for the pull request review comment.","type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World/pull/1#discussion-diff-1"]},"pull_request_url":{"description":"URL for the pull request that the review comment belongs to.","type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/pulls/1"]},"author_association":{"$ref":"#/$defs/author-association"},"_links":{"type":"object","properties":{"self":{"type":"object","properties":{"href":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/pulls/comments/1"]}},"required":["href"]},"html":{"type":"object","properties":{"href":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World/pull/1#discussion-diff-1"]}},"required":["href"]},"pull_request":{"type":"object","properties":{"href":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/pulls/1"]}},"required":["href"]}},"required":["self","html","pull_request"]},"start_line":{"type":["integer","null"],"description":"The first line of the range for a multi-line comment.","examples":[2]},"original_start_line":{"type":["integer","null"],"description":"The first line of the range for a multi-line comment.","examples":[2]},"start_side":{"type":["string","null"],"description":"The side of the first line of the range for a multi-line comment.","enum":["LEFT","RIGHT",null],"default":"RIGHT"},"line":{"description":"The line of the blob to which the comment applies. The last line of the range for a multi-line comment","type":"integer","examples":[2]},"original_line":{"description":"The line of the blob to which the comment applies. The last line of the range for a multi-line comment","type":"integer","examples":[2]},"side":{"description":"The side of the diff to which the comment applies. The side of the last line of the range for a multi-line comment","enum":["LEFT","RIGHT"],"default":"RIGHT","type":"string"},"subject_type":{"description":"The level at which the comment is targeted, can be a diff line or a file.","type":"string","enum":["line","file"]},"reactions":{"$ref":"#/$defs/reaction-rollup"},"body_html":{"type":"string","examples":["\"<p>comment body</p>\""]},"body_text":{"type":"string","examples":["\"comment body\""]}},"required":["url","id","node_id","pull_request_review_id","diff_hunk","path","commit_id","original_commit_id","user","body","created_at","updated_at","html_url","pull_request_url","author_association","_links"]},"pull-request-simple":{"title":"Pull Request Simple","description":"Pull Request Simple","type":"object","properties":{"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/pulls/1347"]},"id":{"type":"integer","format":"int64","examples":[1]},"node_id":{"type":"string","examples":["MDExOlB1bGxSZXF1ZXN0MQ=="]},"html_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World/pull/1347"]},"diff_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World/pull/1347.diff"]},"patch_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World/pull/1347.patch"]},"issue_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/issues/1347"]},"commits_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/pulls/1347/commits"]},"review_comments_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/pulls/1347/comments"]},"review_comment_url":{"type":"string","examples":["https://api.github.com/repos/octocat/Hello-World/pulls/comments{/number}"]},"comments_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/issues/1347/comments"]},"statuses_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/statuses/6dcb09b5b57875f334f61aebed695e2e4193db5e"]},"number":{"type":"integer","examples":[1347]},"state":{"type":"string","examples":["open"]},"locked":{"type":"boolean","examples":[true]},"title":{"type":"string","examples":["new-feature"]},"user":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]},"body":{"type":["string","null"],"examples":["Please pull these awesome changes"]},"labels":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"node_id":{"type":"string"},"url":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"color":{"type":"string"},"default":{"type":"boolean"}},"required":["id","node_id","url","name","description","color","default"]}},"milestone":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/milestone"}]},"active_lock_reason":{"type":["string","null"],"examples":["too heated"]},"created_at":{"type":"string","format":"date-time","examples":["2011-01-26T19:01:12Z"]},"updated_at":{"type":"string","format":"date-time","examples":["2011-01-26T19:01:12Z"]},"closed_at":{"type":["string","null"],"format":"date-time","examples":["2011-01-26T19:01:12Z"]},"merged_at":{"type":["string","null"],"format":"date-time","examples":["2011-01-26T19:01:12Z"]},"assignees":{"type":"array","items":{"$ref":"#/$defs/simple-user"}},"requested_reviewers":{"type":"array","items":{"$ref":"#/$defs/simple-user"}},"requested_teams":{"type":"array","items":{"$ref":"#/$defs/team"}},"head":{"type":"object","properties":{"label":{"type":"string"},"ref":{"type":"string"},"repo":{"$ref":"#/$defs/repository"},"sha":{"type":"string"},"user":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]}},"required":["label","ref","repo","sha","user"]},"base":{"type":"object","properties":{"label":{"type":"string"},"ref":{"type":"string"},"repo":{"$ref":"#/$defs/repository"},"sha":{"type":"string"},"user":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]}},"required":["label","ref","repo","sha","user"]},"_links":{"type":"object","properties":{"comments":{"$ref":"#/$defs/link"},"commits":{"$ref":"#/$defs/link"},"statuses":{"$ref":"#/$defs/link"},"html":{"$ref":"#/$defs/link"},"issue":{"$ref":"#/$defs/link"},"review_comments":{"$ref":"#/$defs/link"},"review_comment":{"$ref":"#/$defs/link"},"self":{"$ref":"#/$defs/link"}},"required":["comments","commits","statuses","html","issue","review_comments","review_comment","self"]},"author_association":{"$ref":"#/$defs/author-association"},"auto_merge":{"$ref":"#/$defs/auto-merge"},"stack":{"$ref":"#/$defs/pull-request-stack"},"draft":{"description":"Indicates whether or not the pull request is a draft.","type":"boolean","examples":[false]}},"required":["_links","labels","base","body","closed_at","comments_url","commits_url","created_at","diff_url","head","html_url","id","node_id","issue_url","merged_at","milestone","number","patch_url","review_comment_url","review_comments_url","statuses_url","state","locked","title","updated_at","url","user","author_association","auto_merge"]},"pull-request-stack":{"title":"Pull Request Stack","description":"The stack information associated with a pull request.","type":["object","null"],"properties":{"base":{"type":"object","properties":{"ref":{"type":"string","description":"The base ref of the stack this pull request belongs to."},"sha":{"type":"string","description":"The base SHA of the stack this pull request belongs to."}},"required":["ref","sha"]},"size":{"type":"integer","description":"The total number of pull requests in the stack."},"position":{"type":"integer","description":"The one-based position of this pull request within the stack, where 1 is the bottom of the stack."},"id":{"type":"integer","description":"The ID of the stack that this pull request belongs to."},"number":{"type":"integer","description":"The number of the stack that this pull request belongs to."}},"required":["base"]},"reaction-rollup":{"title":"Reaction Rollup","type":"object","properties":{"url":{"type":"string","format":"uri"},"total_count":{"type":"integer"},"+1":{"type":"integer"},"-1":{"type":"integer"},"laugh":{"type":"integer"},"confused":{"type":"integer"},"heart":{"type":"integer"},"hooray":{"type":"integer"},"eyes":{"type":"integer"},"rocket":{"type":"integer"}},"required":["url","total_count","+1","-1","laugh","confused","heart","hooray","eyes","rocket"]},"referenced-workflow":{"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"]},"release":{"title":"Release","description":"A release.","type":"object","properties":{"url":{"type":"string","format":"uri"},"html_url":{"type":"string","format":"uri"},"assets_url":{"type":"string","format":"uri"},"upload_url":{"type":"string"},"tarball_url":{"type":["string","null"],"format":"uri"},"zipball_url":{"type":["string","null"],"format":"uri"},"id":{"type":"integer"},"node_id":{"type":"string"},"tag_name":{"description":"The name of the tag.","type":"string","examples":["v1.0.0"]},"target_commitish":{"description":"Specifies the commitish value that determines where the Git tag is created from.","type":"string","examples":["master"]},"name":{"type":["string","null"]},"body":{"type":["string","null"]},"draft":{"description":"true to create a draft (unpublished) release, false to create a published one.","type":"boolean","examples":[false]},"prerelease":{"description":"Whether to identify the release as a prerelease or a full release.","type":"boolean","examples":[false]},"immutable":{"description":"Whether or not the release is immutable.","type":"boolean","examples":[false]},"created_at":{"type":"string","format":"date-time"},"published_at":{"type":["string","null"],"format":"date-time"},"updated_at":{"type":["string","null"],"format":"date-time"},"author":{"$ref":"#/$defs/simple-user"},"assets":{"type":"array","items":{"$ref":"#/$defs/release-asset"}},"body_html":{"type":"string"},"body_text":{"type":"string"},"mentions_count":{"type":"integer"},"discussion_url":{"description":"The URL of the release discussion.","type":"string","format":"uri"},"reactions":{"$ref":"#/$defs/reaction-rollup"}},"required":["assets_url","upload_url","tarball_url","zipball_url","created_at","published_at","draft","id","node_id","author","html_url","name","prerelease","tag_name","target_commitish","assets","url"]},"release-asset":{"title":"Release Asset","description":"Data related to a release.","type":"object","properties":{"url":{"type":"string","format":"uri"},"browser_download_url":{"type":"string","format":"uri"},"id":{"type":"integer"},"node_id":{"type":"string"},"name":{"description":"The file name of the asset.","type":"string","examples":["Team Environment"]},"label":{"type":["string","null"]},"state":{"description":"State of the release asset.","type":"string","enum":["uploaded","open"]},"content_type":{"type":"string"},"size":{"type":"integer"},"digest":{"type":["string","null"]},"download_count":{"type":"integer"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"uploader":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]}},"required":["id","name","content_type","size","digest","state","url","node_id","download_count","label","uploader","browser_download_url","created_at","updated_at"]},"repository":{"title":"Repository","description":"A repository on GitHub.","type":"object","properties":{"id":{"description":"Unique identifier of the repository","type":"integer","format":"int64","examples":[42]},"node_id":{"type":"string","examples":["MDEwOlJlcG9zaXRvcnkxMjk2MjY5"]},"name":{"description":"The name of the repository.","type":"string","examples":["Team Environment"]},"full_name":{"type":"string","examples":["octocat/Hello-World"]},"license":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/license-simple"}]},"forks":{"type":"integer"},"permissions":{"type":"object","properties":{"admin":{"type":"boolean"},"pull":{"type":"boolean"},"triage":{"type":"boolean"},"push":{"type":"boolean"},"maintain":{"type":"boolean"}},"required":["admin","pull","push"]},"owner":{"$ref":"#/$defs/simple-user"},"private":{"description":"Whether the repository is private or public.","default":false,"type":"boolean"},"html_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World"]},"description":{"type":["string","null"],"examples":["This your first repo!"]},"fork":{"type":"boolean"},"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World"]},"archive_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}"]},"assignees_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/assignees{/user}"]},"blobs_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}"]},"branches_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/branches{/branch}"]},"collaborators_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}"]},"comments_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/comments{/number}"]},"commits_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/commits{/sha}"]},"compare_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}"]},"contents_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/contents/{+path}"]},"contributors_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/contributors"]},"deployments_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/deployments"]},"downloads_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/downloads"]},"events_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/events"]},"forks_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/forks"]},"git_commits_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}"]},"git_refs_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}"]},"git_tags_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}"]},"git_url":{"type":"string","examples":["git:github.com/octocat/Hello-World.git"]},"issue_comment_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}"]},"issue_events_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/issues/events{/number}"]},"issues_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/issues{/number}"]},"keys_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/keys{/key_id}"]},"labels_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/labels{/name}"]},"languages_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/languages"]},"merges_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/merges"]},"milestones_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/milestones{/number}"]},"notifications_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}"]},"pulls_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/pulls{/number}"]},"releases_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/releases{/id}"]},"ssh_url":{"type":"string","examples":["git@github.com:octocat/Hello-World.git"]},"stargazers_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/stargazers"]},"statuses_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/statuses/{sha}"]},"subscribers_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/subscribers"]},"subscription_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/subscription"]},"tags_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/tags"]},"teams_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/teams"]},"trees_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}"]},"clone_url":{"type":"string","examples":["https://github.com/octocat/Hello-World.git"]},"mirror_url":{"type":["string","null"],"format":"uri","examples":["git:git.example.com/octocat/Hello-World"]},"hooks_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/hooks"]},"svn_url":{"type":"string","format":"uri","examples":["https://svn.github.com/octocat/Hello-World"]},"homepage":{"type":["string","null"],"format":"uri","examples":["https://github.com"]},"language":{"type":["string","null"]},"forks_count":{"type":"integer","examples":[9]},"stargazers_count":{"type":"integer","examples":[80]},"watchers_count":{"type":"integer","examples":[80]},"size":{"description":"The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.","type":"integer","examples":[108]},"default_branch":{"description":"The default branch of the repository.","type":"string","examples":["master"]},"open_issues_count":{"type":"integer","examples":[0]},"is_template":{"description":"Whether this repository acts as a template that can be used to generate new repositories.","default":false,"type":"boolean","examples":[true]},"topics":{"type":"array","items":{"type":"string"}},"has_issues":{"description":"Whether issues are enabled.","default":true,"type":"boolean","examples":[true]},"has_projects":{"description":"Whether projects are enabled.","default":true,"type":"boolean","examples":[true]},"has_wiki":{"description":"Whether the wiki is enabled.","default":true,"type":"boolean","examples":[true]},"has_pages":{"type":"boolean"},"has_discussions":{"description":"Whether discussions are enabled.","default":false,"type":"boolean","examples":[true]},"has_pull_requests":{"description":"Whether pull requests are enabled.","default":true,"type":"boolean","examples":[true]},"pull_request_creation_policy":{"description":"The policy controlling who can create pull requests: all or collaborators_only.","type":"string","enum":["all","collaborators_only"],"examples":["all"]},"archived":{"description":"Whether the repository is archived.","default":false,"type":"boolean"},"disabled":{"type":"boolean","description":"Returns whether or not this repository disabled."},"visibility":{"description":"The repository visibility: public, private, or internal.","default":"public","type":"string"},"pushed_at":{"type":["string","null"],"format":"date-time","examples":["2011-01-26T19:06:43Z"]},"created_at":{"type":["string","null"],"format":"date-time","examples":["2011-01-26T19:01:12Z"]},"updated_at":{"type":["string","null"],"format":"date-time","examples":["2011-01-26T19:14:43Z"]},"allow_rebase_merge":{"description":"Whether to allow rebase merges for pull requests.","default":true,"type":"boolean","examples":[true]},"temp_clone_token":{"type":"string"},"allow_squash_merge":{"description":"Whether to allow squash merges for pull requests.","default":true,"type":"boolean","examples":[true]},"allow_auto_merge":{"description":"Whether to allow Auto-merge to be used on pull requests.","default":false,"type":"boolean","examples":[false]},"delete_branch_on_merge":{"description":"Whether to delete head branches when pull requests are merged","default":false,"type":"boolean","examples":[false]},"allow_update_branch":{"description":"Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.","default":false,"type":"boolean","examples":[false]},"squash_merge_commit_title":{"type":"string","enum":["PR_TITLE","COMMIT_OR_PR_TITLE"],"description":"The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."},"squash_merge_commit_message":{"type":"string","enum":["PR_BODY","COMMIT_MESSAGES","BLANK"],"description":"The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."},"merge_commit_title":{"type":"string","enum":["PR_TITLE","MERGE_MESSAGE"],"description":"The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."},"merge_commit_message":{"type":"string","enum":["PR_BODY","PR_TITLE","BLANK"],"description":"The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."},"allow_merge_commit":{"description":"Whether to allow merge commits for pull requests.","default":true,"type":"boolean","examples":[true]},"allow_forking":{"description":"Whether to allow forking this repo","type":"boolean"},"web_commit_signoff_required":{"description":"Whether to require contributors to sign off on web-based commits","default":false,"type":"boolean"},"open_issues":{"type":"integer"},"watchers":{"type":"integer"},"starred_at":{"type":"string","examples":["\"2020-07-09T00:17:42Z\""]},"anonymous_access_enabled":{"type":"boolean","description":"Whether anonymous git access is enabled for this repository"},"code_search_index_status":{"type":"object","description":"The status of the code search index for this repository","properties":{"lexical_search_ok":{"type":"boolean"},"lexical_commit_sha":{"type":"string"}}}},"required":["archive_url","assignees_url","blobs_url","branches_url","collaborators_url","comments_url","commits_url","compare_url","contents_url","contributors_url","deployments_url","description","downloads_url","events_url","fork","forks_url","full_name","git_commits_url","git_refs_url","git_tags_url","hooks_url","html_url","id","node_id","issue_comment_url","issue_events_url","issues_url","keys_url","labels_url","languages_url","merges_url","milestones_url","name","notifications_url","owner","private","pulls_url","releases_url","stargazers_url","statuses_url","subscribers_url","subscription_url","tags_url","teams_url","trees_url","url","clone_url","default_branch","forks","forks_count","git_url","has_issues","has_projects","has_wiki","has_pages","homepage","language","archived","disabled","mirror_url","open_issues","open_issues_count","license","pushed_at","size","ssh_url","stargazers_count","svn_url","watchers","watchers_count","created_at","updated_at"]},"security-and-analysis":{"type":["object","null"],"properties":{"advanced_security":{"description":"Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n","type":"object","properties":{"status":{"type":"string","enum":["enabled","disabled"]}}},"code_security":{"type":"object","properties":{"status":{"type":"string","enum":["enabled","disabled"]}}},"dependabot_security_updates":{"description":"Enable or disable Dependabot security updates for the repository.","type":"object","properties":{"status":{"description":"The enablement status of Dependabot security updates for the repository.","type":"string","enum":["enabled","disabled"]}}},"secret_scanning":{"type":"object","properties":{"status":{"type":"string","enum":["enabled","disabled"]}}},"secret_scanning_push_protection":{"type":"object","properties":{"status":{"type":"string","enum":["enabled","disabled"]}}},"secret_scanning_non_provider_patterns":{"type":"object","properties":{"status":{"type":"string","enum":["enabled","disabled"]}}},"secret_scanning_ai_detection":{"type":"object","properties":{"status":{"type":"string","enum":["enabled","disabled"]}}},"secret_scanning_delegated_alert_dismissal":{"type":"object","properties":{"status":{"type":"string","enum":["enabled","disabled"]}}},"secret_scanning_delegated_bypass":{"type":"object","properties":{"status":{"type":"string","enum":["enabled","disabled"]}}},"secret_scanning_delegated_bypass_options":{"type":"object","properties":{"reviewers":{"type":"array","description":"The bypass reviewers for secret scanning delegated bypass","items":{"type":"object","required":["reviewer_id","reviewer_type"],"properties":{"reviewer_id":{"type":"integer","description":"The ID of the team or role selected as a bypass reviewer"},"reviewer_type":{"type":"string","description":"The type of the bypass reviewer","enum":["TEAM","ROLE"]},"mode":{"type":"string","description":"The bypass mode for the reviewer","enum":["ALWAYS","EXEMPT"],"default":"ALWAYS"}}}}}}}},"short-branch":{"title":"Short Branch","description":"Short Branch","type":"object","properties":{"name":{"type":"string"},"commit":{"type":"object","properties":{"sha":{"type":"string"},"url":{"type":"string","format":"uri"}},"required":["sha","url"]},"protected":{"type":"boolean"},"protection":{"$ref":"#/$defs/branch-protection"},"protection_url":{"type":"string","format":"uri"}},"required":["name","commit","protected"]},"simple-commit":{"title":"Simple Commit","description":"A commit.","type":"object","properties":{"id":{"type":"string","description":"SHA for the commit","examples":["7638417db6d59f3c431d3e1f261cc637155684cd"]},"tree_id":{"type":"string","description":"SHA for the commit's tree"},"message":{"description":"Message describing the purpose of the commit","type":"string","examples":["Fix #42"]},"timestamp":{"description":"Timestamp of the commit","format":"date-time","type":"string","examples":["2014-08-09T08:02:04+12:00"]},"author":{"type":["object","null"],"description":"Information about the Git author","properties":{"name":{"description":"Name of the commit's author","type":"string","examples":["Monalisa Octocat"]},"email":{"description":"Git email address of the commit's author","type":"string","format":"email","examples":["monalisa.octocat@example.com"]}},"required":["name","email"]},"committer":{"type":["object","null"],"description":"Information about the Git committer","properties":{"name":{"description":"Name of the commit's committer","type":"string","examples":["Monalisa Octocat"]},"email":{"description":"Git email address of the commit's committer","type":"string","format":"email","examples":["monalisa.octocat@example.com"]}},"required":["name","email"]}},"required":["id","tree_id","message","timestamp","author","committer"]},"simple-commit-status":{"title":"Simple Commit Status","type":"object","properties":{"description":{"type":["string","null"]},"id":{"type":"integer"},"node_id":{"type":"string"},"state":{"type":"string"},"context":{"type":"string"},"target_url":{"type":["string","null"],"format":"uri"},"required":{"type":["boolean","null"]},"avatar_url":{"type":["string","null"],"format":"uri"},"url":{"type":"string","format":"uri"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}},"required":["description","id","node_id","state","context","target_url","avatar_url","url","created_at","updated_at"]},"simple-user":{"title":"Simple User","description":"A GitHub user.","type":"object","properties":{"name":{"type":["string","null"]},"email":{"type":["string","null"]},"login":{"type":"string","examples":["octocat"]},"id":{"type":"integer","format":"int64","examples":[1]},"node_id":{"type":"string","examples":["MDQ6VXNlcjE="]},"avatar_url":{"type":"string","format":"uri","examples":["https://github.com/images/error/octocat_happy.gif"]},"gravatar_id":{"type":["string","null"],"examples":["41d064eb2195891e12d0413f63227ea7"]},"url":{"type":"string","format":"uri","examples":["https://api.github.com/users/octocat"]},"html_url":{"type":"string","format":"uri","examples":["https://github.com/octocat"]},"followers_url":{"type":"string","format":"uri","examples":["https://api.github.com/users/octocat/followers"]},"following_url":{"type":"string","examples":["https://api.github.com/users/octocat/following{/other_user}"]},"gists_url":{"type":"string","examples":["https://api.github.com/users/octocat/gists{/gist_id}"]},"starred_url":{"type":"string","examples":["https://api.github.com/users/octocat/starred{/owner}{/repo}"]},"subscriptions_url":{"type":"string","format":"uri","examples":["https://api.github.com/users/octocat/subscriptions"]},"organizations_url":{"type":"string","format":"uri","examples":["https://api.github.com/users/octocat/orgs"]},"repos_url":{"type":"string","format":"uri","examples":["https://api.github.com/users/octocat/repos"]},"events_url":{"type":"string","examples":["https://api.github.com/users/octocat/events{/privacy}"]},"received_events_url":{"type":"string","format":"uri","examples":["https://api.github.com/users/octocat/received_events"]},"type":{"type":"string","examples":["User"]},"site_admin":{"type":"boolean"},"starred_at":{"type":"string","examples":["\"2020-07-09T00:17:55Z\""]},"user_view_type":{"type":"string","examples":["public"]}},"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"]},"status":{"title":"Status","description":"The status of a commit.","type":"object","properties":{"url":{"type":"string"},"avatar_url":{"type":["string","null"]},"id":{"type":"integer"},"node_id":{"type":"string"},"state":{"type":"string"},"description":{"type":["string","null"]},"target_url":{"type":["string","null"]},"context":{"type":"string"},"created_at":{"type":"string"},"updated_at":{"type":"string"},"creator":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]}},"required":["url","avatar_url","id","node_id","state","description","target_url","context","created_at","updated_at","creator"]},"sub-issues-summary":{"title":"Sub-issues Summary","type":"object","properties":{"total":{"type":"integer"},"completed":{"type":"integer"},"percent_completed":{"type":"integer"}},"required":["total","completed","percent_completed"]},"team":{"title":"Team","description":"Groups of organization members that gives permissions on specified repositories.","type":"object","properties":{"id":{"type":"integer"},"node_id":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"description":{"type":["string","null"]},"privacy":{"type":"string"},"notification_setting":{"type":"string"},"permission":{"type":"string"},"permissions":{"type":"object","properties":{"pull":{"type":"boolean"},"triage":{"type":"boolean"},"push":{"type":"boolean"},"maintain":{"type":"boolean"},"admin":{"type":"boolean"}},"required":["pull","triage","push","maintain","admin"]},"url":{"type":"string","format":"uri"},"html_url":{"type":"string","format":"uri","examples":["https://github.com/orgs/rails/teams/core"]},"members_url":{"type":"string"},"repositories_url":{"type":"string","format":"uri"},"type":{"description":"The ownership type of the team","type":"string","enum":["enterprise","organization"]},"access_source":{"description":"How the team's access to the repository was granted. This property is only\npresent when the team is returned in a repository context, such as\n`GET /repos/{owner}/{repo}/teams`.","type":"string","enum":["direct","organization","enterprise"],"examples":["direct"]},"organization_id":{"type":"integer","description":"Unique identifier of the organization to which this team belongs","examples":[37]},"enterprise_id":{"type":"integer","description":"Unique identifier of the enterprise to which this team belongs","examples":[42]},"parent":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/team-simple"}]}},"required":["id","node_id","url","members_url","name","description","permission","html_url","repositories_url","slug","parent","type"]},"team-simple":{"title":"Team Simple","description":"Groups of organization members that gives permissions on specified repositories.","type":"object","properties":{"id":{"description":"Unique identifier of the team","type":"integer","examples":[1]},"node_id":{"type":"string","examples":["MDQ6VGVhbTE="]},"url":{"description":"URL for the team","type":"string","format":"uri","examples":["https://api.github.com/organizations/1/team/1"]},"members_url":{"type":"string","examples":["https://api.github.com/organizations/1/team/1/members{/member}"]},"name":{"description":"Name of the team","type":"string","examples":["Justice League"]},"description":{"description":"Description of the team","type":["string","null"],"examples":["A great team."]},"permission":{"description":"Permission that the team will have for its repositories","type":"string","examples":["admin"]},"privacy":{"description":"The level of privacy this team should have","type":"string","examples":["closed"]},"notification_setting":{"description":"The notification setting the team has set","type":"string","examples":["notifications_enabled"]},"html_url":{"type":"string","format":"uri","examples":["https://github.com/orgs/rails/teams/core"]},"repositories_url":{"type":"string","format":"uri","examples":["https://api.github.com/organizations/1/team/1/repos"]},"slug":{"type":"string","examples":["justice-league"]},"ldap_dn":{"description":"Distinguished Name (DN) that team maps to within LDAP environment","type":"string","examples":["uid=example,ou=users,dc=github,dc=com"]},"type":{"description":"The ownership type of the team","type":"string","enum":["enterprise","organization"]},"organization_id":{"type":"integer","description":"Unique identifier of the organization to which this team belongs","examples":[37]},"enterprise_id":{"type":"integer","description":"Unique identifier of the enterprise to which this team belongs","examples":[42]}},"required":["id","node_id","url","members_url","name","description","permission","html_url","repositories_url","slug","type"]},"verification":{"title":"Verification","type":"object","properties":{"verified":{"type":"boolean"},"reason":{"type":"string"},"payload":{"type":["string","null"]},"signature":{"type":["string","null"]},"verified_at":{"type":["string","null"]}},"required":["verified","reason","payload","signature","verified_at"]},"workflow":{"title":"Workflow","description":"A GitHub Actions workflow","type":"object","properties":{"id":{"type":"integer","examples":[5]},"node_id":{"type":"string","examples":["MDg6V29ya2Zsb3cxMg=="]},"name":{"type":"string","examples":["CI"]},"path":{"type":"string","examples":["ruby.yaml"]},"state":{"type":"string","enum":["active","deleted","disabled_fork","disabled_inactivity","disabled_manually"],"examples":["active"]},"created_at":{"type":"string","format":"date-time","examples":["2019-12-06T14:20:20.000Z"]},"updated_at":{"type":"string","format":"date-time","examples":["2019-12-06T14:20:20.000Z"]},"url":{"type":"string","examples":["https://api.github.com/repos/actions/setup-ruby/workflows/5"]},"html_url":{"type":"string","examples":["https://github.com/actions/setup-ruby/blob/master/.github/workflows/ruby.yaml"]},"badge_url":{"type":"string","examples":["https://github.com/actions/setup-ruby/workflows/CI/badge.svg"]},"deleted_at":{"type":"string","format":"date-time","examples":["2019-12-06T14:20:20.000Z"]}},"required":["id","node_id","name","path","state","url","html_url","badge_url","created_at","updated_at"]},"workflow-dispatch-response":{"title":"Workflow Dispatch Response","description":"Response containing the workflow run ID and URLs.","type":"object","properties":{"workflow_run_id":{"$ref":"#/$defs/workflow-run-id"},"run_url":{"type":"string","format":"uri","description":"The URL to the workflow run."},"html_url":{"type":"string","format":"uri"}},"required":["workflow_run_id","run_url","html_url"]},"workflow-run":{"title":"Workflow Run","description":"An invocation of a workflow","type":"object","properties":{"id":{"type":"integer","format":"int64","description":"The ID of the workflow run.","examples":[5]},"name":{"type":["string","null"],"description":"The name of the workflow run.","examples":["Build"]},"node_id":{"type":"string","examples":["MDEwOkNoZWNrU3VpdGU1"]},"check_suite_id":{"type":"integer","format":"int64","description":"The ID of the associated check suite.","examples":[42]},"check_suite_node_id":{"type":"string","description":"The node ID of the associated check suite.","examples":["MDEwOkNoZWNrU3VpdGU0Mg=="]},"head_branch":{"type":["string","null"],"examples":["master"]},"head_sha":{"description":"The SHA of the head commit that points to the version of the workflow being run.","type":"string","examples":["009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d"]},"path":{"description":"The full path of the workflow","type":"string","examples":["octocat/octo-repo/.github/workflows/ci.yml@main"]},"run_number":{"type":"integer","description":"The auto incrementing run number for the workflow run.","examples":[106]},"run_attempt":{"type":"integer","description":"Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.","examples":[1]},"referenced_workflows":{"type":["array","null"],"items":{"$ref":"#/$defs/referenced-workflow"}},"event":{"type":"string","examples":["push"]},"status":{"type":["string","null"],"examples":["completed"]},"conclusion":{"type":["string","null"],"examples":["neutral"]},"workflow_id":{"type":"integer","description":"The ID of the parent workflow.","examples":[5]},"url":{"type":"string","description":"The URL to the workflow run.","examples":["https://api.github.com/repos/github/hello-world/actions/runs/5"]},"html_url":{"type":"string","examples":["https://github.com/github/hello-world/suites/4"]},"pull_requests":{"description":"Pull requests that are open with a `head_sha` or `head_branch` that matches the workflow run. The returned pull requests do not necessarily indicate pull requests that triggered the run.","type":["array","null"],"items":{"$ref":"#/$defs/pull-request-minimal"}},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"actor":{"$ref":"#/$defs/simple-user"},"triggering_actor":{"$ref":"#/$defs/simple-user"},"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","examples":["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","examples":["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","examples":["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","examples":["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","examples":["https://api.github.com/repos/github/hello-world/actions/runs/5/cancel"]},"rerun_url":{"description":"The URL to rerun the workflow run.","type":"string","examples":["https://api.github.com/repos/github/hello-world/actions/runs/5/rerun"]},"previous_attempt_url":{"description":"The URL to the previous attempted run of this workflow, if one exists.","type":["string","null"],"examples":["https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3"]},"workflow_url":{"description":"The URL to the workflow.","type":"string","examples":["https://api.github.com/repos/github/hello-world/actions/workflows/main.yaml"]},"head_commit":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-commit"}]},"repository":{"$ref":"#/$defs/minimal-repository"},"head_repository":{"$ref":"#/$defs/minimal-repository"},"head_repository_id":{"type":"integer","examples":[5]},"display_title":{"type":"string","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.","examples":["Simple 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"]},"workflow-run-id":{"title":"Workflow Run ID","description":"The ID of the workflow run.","type":"integer","format":"int64"}},"resources":{"branch":{"$ref":"#/$defs/branch-with-protection"},"branch-summary":{"$ref":"#/$defs/short-branch"},"check-run":{"anyOf":[{"$ref":"#/$defs/check-run"},{"$ref":"#/$defs/check-run"},{"$ref":"#/$defs/check-run"}]},"combined-commit-status":{"$ref":"#/$defs/combined-commit-status"},"combined-commit-status-item":{"$ref":"#/$defs/simple-commit-status"},"commit-status":{"$ref":"#/$defs/status"},"deployment":{"anyOf":[{"$ref":"#/$defs/deployment"},{"$ref":"#/$defs/deployment"}]},"deployment-creation":{"anyOf":[{"$ref":"#/$defs/deployment"},{"type":"object","properties":{"message":{"type":"string"}}}]},"deployment-status":{"anyOf":[{"$ref":"#/$defs/deployment-status"},{"$ref":"#/$defs/deployment-status"},{"$ref":"#/$defs/deployment-status"}]},"file-commit":{"anyOf":[{"$ref":"#/$defs/file-commit"},{"$ref":"#/$defs/file-commit"}]},"file-deletion":{"$ref":"#/$defs/file-commit"},"issue":{"anyOf":[{"$ref":"#/$defs/issue"},{"$ref":"#/$defs/issue"},{"allOf":[{"$ref":"#/$defs/issue"},{"type":"object","properties":{"suggestions":{"type":"object","description":"Pending suggestions for each suggestible field (`type`,\n`issue_field_values`, `labels`, `assignees`, `state`) the\nrequest touched. Omitted for fields not in the request or\nwith no pending or ignored suggestions. Items tagged\n`ignored` are echoes of the current request's inputs that\nwere not persisted as pending suggestions.\n","properties":{"type":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"rationale":{"type":"string"},"suggest":{"type":"boolean"},"confidence":{"type":"string","enum":["low","medium","high"]},"ignored":{"type":"boolean"},"ignored_reason":{"type":"string","enum":["already_applied","issue_already_closed"]}}}},"issue_field_values":{"type":"array","items":{"type":"object","properties":{"field_id":{"type":"integer"},"value":{"oneOf":[{"type":"string"},{"type":"number"},{"type":"array","items":{"type":"string"}}]},"rationale":{"type":"string"},"suggest":{"type":"boolean"},"confidence":{"type":"string","enum":["low","medium","high"]},"ignored":{"type":"boolean"},"ignored_reason":{"type":"string","enum":["already_applied","issue_already_closed"]}}}},"labels":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"rationale":{"type":"string"},"suggest":{"type":"boolean"},"confidence":{"type":"string","enum":["low","medium","high"]},"ignored":{"type":"boolean"},"ignored_reason":{"type":"string","enum":["already_applied","issue_already_closed"]}}}},"assignees":{"type":"array","items":{"type":"object","properties":{"login":{"type":"string"},"rationale":{"type":"string"},"suggest":{"type":"boolean"},"confidence":{"type":"string","enum":["low","medium","high"]},"ignored":{"type":"boolean"},"ignored_reason":{"type":"string","enum":["already_applied","issue_already_closed"]}}}},"state":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"state_reason":{"type":"string"},"duplicate_issue_id":{"type":"integer"},"rationale":{"type":"string"},"suggest":{"type":"boolean"},"confidence":{"type":"string","enum":["low","medium","high"]},"ignored":{"type":"boolean"},"ignored_reason":{"type":"string","enum":["already_applied","issue_already_closed"]}}}}}}}}]}]},"issue-comment":{"anyOf":[{"$ref":"#/$defs/issue-comment"},{"$ref":"#/$defs/issue-comment"},{"$ref":"#/$defs/issue-comment"},{"$ref":"#/$defs/issue-comment"}]},"pull-request":{"anyOf":[{"$ref":"#/$defs/pull-request"},{"$ref":"#/$defs/pull-request"},{"$ref":"#/$defs/pull-request"}]},"pull-request-branch-update":{"type":"object","properties":{"message":{"type":"string"},"url":{"type":"string"}}},"pull-request-file":{"$ref":"#/$defs/diff-entry"},"pull-request-merge":{"$ref":"#/$defs/pull-request-merge-result"},"pull-request-review":{"anyOf":[{"$ref":"#/$defs/pull-request-review"},{"$ref":"#/$defs/pull-request-review"}]},"pull-request-review-comment":{"anyOf":[{"$ref":"#/$defs/pull-request-review-comment"},{"$ref":"#/$defs/pull-request-review-comment"},{"$ref":"#/$defs/pull-request-review-comment"},{"$ref":"#/$defs/pull-request-review-comment"},{"$ref":"#/$defs/pull-request-review-comment"}]},"pull-request-review-request":{"anyOf":[{"$ref":"#/$defs/pull-request-simple"},{"$ref":"#/$defs/pull-request-simple"}]},"pull-request-summary":{"$ref":"#/$defs/pull-request-simple"},"reference":{"$ref":"#/$defs/git-ref"},"release":{"anyOf":[{"$ref":"#/$defs/release"},{"$ref":"#/$defs/release"},{"$ref":"#/$defs/release"},{"$ref":"#/$defs/release"}]},"release-asset":{"anyOf":[{"$ref":"#/$defs/release-asset"},{"$ref":"#/$defs/release-asset"},{"$ref":"#/$defs/release-asset"}]},"repository":{"$ref":"#/$defs/full-repository"},"repository-content":{"oneOf":[{"$ref":"#/$defs/content-directory"},{"$ref":"#/$defs/content-file"},{"$ref":"#/$defs/content-symlink"},{"$ref":"#/$defs/content-submodule"}],"discriminator":{"propertyName":"type","mapping":{"array":"#/components/schemas/content-directory","file":"#/components/schemas/content-file","symlink":"#/components/schemas/content-symlink","submodule":"#/components/schemas/content-submodule"}}},"repository-content-directory":{"$ref":"#/$defs/content-directory"},"repository-content-directory-item":{"type":"object","properties":{"type":{"type":"string","enum":["dir","file","submodule","symlink"]},"size":{"type":"integer"},"name":{"type":"string"},"path":{"type":"string"},"content":{"type":"string"},"sha":{"type":"string"},"url":{"type":"string","format":"uri"},"git_url":{"type":["string","null"],"format":"uri"},"html_url":{"type":["string","null"],"format":"uri"},"download_url":{"type":["string","null"],"format":"uri"},"_links":{"type":"object","properties":{"git":{"type":["string","null"],"format":"uri"},"html":{"type":["string","null"],"format":"uri"},"self":{"type":"string","format":"uri"}},"required":["git","html","self"]}},"required":["_links","git_url","html_url","download_url","name","path","sha","size","type","url"]},"repository-content-file":{"$ref":"#/$defs/content-file"},"repository-content-submodule":{"$ref":"#/$defs/content-submodule"},"repository-content-symlink":{"$ref":"#/$defs/content-symlink"},"repository-summary":{"allOf":[{"$ref":"#/$defs/repository"},{"type":"object","properties":{"custom_properties":{"type":"object","description":"The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. Present for org repos only.","additionalProperties":true}}}]},"workflow":{"anyOf":[{"$ref":"#/$defs/workflow"},{"$ref":"#/$defs/workflow"}]},"workflow-dispatch":{"$ref":"#/$defs/workflow-dispatch-response"},"workflow-job":{"anyOf":[{"$ref":"#/$defs/job"},{"$ref":"#/$defs/job"}]},"workflow-run":{"anyOf":[{"$ref":"#/$defs/workflow-run"},{"$ref":"#/$defs/workflow-run"},{"$ref":"#/$defs/workflow-run"}]}},"source":{"apiVersion":"2026-03-10","commit":"fee3373e1517aa7a3510c5db165154f47baf8d97","path":"descriptions-next/api.github.com/api.github.com.2026-03-10.json","sha256":"28e1078329af8754ccbf62c18c5fb27002a1b9f896041f7cb610066d001055d8"}}
1
+ {"definitions":{"author-association":{"title":"author_association","type":"string","description":"How the author is associated with the repository.","enum":["COLLABORATOR","CONTRIBUTOR","FIRST_TIMER","FIRST_TIME_CONTRIBUTOR","MANNEQUIN","MEMBER","NONE","OWNER"],"examples":["OWNER"]},"auto-merge":{"title":"Auto merge","description":"The status of auto merging a pull request.","type":["object","null"],"properties":{"enabled_by":{"$ref":"#/$defs/simple-user"},"merge_method":{"type":"string","description":"The merge method to use.","enum":["merge","squash","rebase"]},"commit_title":{"type":"string","description":"Title for the merge commit message."},"commit_message":{"type":"string","description":"Commit message for the merge commit."}},"required":["enabled_by","merge_method","commit_title","commit_message"]},"branch-protection":{"title":"Branch Protection","description":"Branch Protection","type":"object","properties":{"url":{"type":"string"},"enabled":{"type":"boolean"},"required_status_checks":{"$ref":"#/$defs/protected-branch-required-status-check"},"enforce_admins":{"$ref":"#/$defs/protected-branch-admin-enforced"},"required_pull_request_reviews":{"$ref":"#/$defs/protected-branch-pull-request-review"},"restrictions":{"$ref":"#/$defs/branch-restriction-policy"},"required_linear_history":{"type":"object","properties":{"enabled":{"type":"boolean"}}},"allow_force_pushes":{"type":"object","properties":{"enabled":{"type":"boolean"}}},"allow_deletions":{"type":"object","properties":{"enabled":{"type":"boolean"}}},"block_creations":{"type":"object","properties":{"enabled":{"type":"boolean"}}},"required_conversation_resolution":{"type":"object","properties":{"enabled":{"type":"boolean"}}},"name":{"type":"string","examples":["\"branch/with/protection\""]},"protection_url":{"type":"string","examples":["\"https://api.github.com/repos/owner-79e94e2d36b3fd06a32bb213/AAA_Public_Repo/branches/branch/with/protection/protection\""]},"required_signatures":{"type":"object","properties":{"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures"]},"enabled":{"type":"boolean","examples":[true]}},"required":["url","enabled"]},"lock_branch":{"type":"object","description":"Whether to set the branch as read-only. If this is true, users will not be able to push to the branch.","properties":{"enabled":{"default":false,"type":"boolean"}}},"allow_fork_syncing":{"type":"object","description":"Whether users can pull changes from upstream when the branch is locked. Set to `true` to allow fork syncing. Set to `false` to prevent fork syncing.","properties":{"enabled":{"default":false,"type":"boolean"}}}}},"branch-restriction-policy":{"title":"Branch Restriction Policy","description":"Branch Restriction Policy","type":"object","properties":{"url":{"type":"string","format":"uri"},"users_url":{"type":"string","format":"uri"},"teams_url":{"type":"string","format":"uri"},"apps_url":{"type":"string","format":"uri"},"users":{"type":"array","items":{"type":"object","properties":{"login":{"type":"string"},"id":{"type":"integer","format":"int64"},"node_id":{"type":"string"},"avatar_url":{"type":"string"},"gravatar_id":{"type":"string"},"url":{"type":"string"},"html_url":{"type":"string"},"followers_url":{"type":"string"},"following_url":{"type":"string"},"gists_url":{"type":"string"},"starred_url":{"type":"string"},"subscriptions_url":{"type":"string"},"organizations_url":{"type":"string"},"repos_url":{"type":"string"},"events_url":{"type":"string"},"received_events_url":{"type":"string"},"type":{"type":"string"},"site_admin":{"type":"boolean"},"user_view_type":{"type":"string"}}}},"teams":{"type":"array","items":{"$ref":"#/$defs/team"}},"apps":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer"},"slug":{"type":"string"},"node_id":{"type":"string"},"owner":{"type":"object","properties":{"login":{"type":"string"},"id":{"type":"integer"},"node_id":{"type":"string"},"url":{"type":"string"},"repos_url":{"type":"string"},"events_url":{"type":"string"},"hooks_url":{"type":"string"},"issues_url":{"type":"string"},"members_url":{"type":"string"},"public_members_url":{"type":"string"},"avatar_url":{"type":"string"},"description":{"type":"string"},"gravatar_id":{"type":"string","examples":["\"\""]},"html_url":{"type":"string","examples":["\"https://github.com/testorg-ea8ec76d71c3af4b\""]},"followers_url":{"type":"string","examples":["\"https://api.github.com/users/testorg-ea8ec76d71c3af4b/followers\""]},"following_url":{"type":"string","examples":["\"https://api.github.com/users/testorg-ea8ec76d71c3af4b/following{/other_user}\""]},"gists_url":{"type":"string","examples":["\"https://api.github.com/users/testorg-ea8ec76d71c3af4b/gists{/gist_id}\""]},"starred_url":{"type":"string","examples":["\"https://api.github.com/users/testorg-ea8ec76d71c3af4b/starred{/owner}{/repo}\""]},"subscriptions_url":{"type":"string","examples":["\"https://api.github.com/users/testorg-ea8ec76d71c3af4b/subscriptions\""]},"organizations_url":{"type":"string","examples":["\"https://api.github.com/users/testorg-ea8ec76d71c3af4b/orgs\""]},"received_events_url":{"type":"string","examples":["\"https://api.github.com/users/testorg-ea8ec76d71c3af4b/received_events\""]},"type":{"type":"string","examples":["\"Organization\""]},"site_admin":{"type":"boolean","examples":[false]},"user_view_type":{"type":"string","examples":["public"]}}},"name":{"type":"string"},"client_id":{"type":"string"},"description":{"type":"string"},"external_url":{"type":"string"},"html_url":{"type":"string"},"created_at":{"type":"string"},"updated_at":{"type":"string"},"permissions":{"type":"object","properties":{"metadata":{"type":"string"},"contents":{"type":"string"},"issues":{"type":"string"},"single_file":{"type":"string"}}},"events":{"type":"array","items":{"type":"string"}}}}}},"required":["url","users_url","teams_url","apps_url","users","teams","apps"]},"branch-with-protection":{"title":"Branch With Protection","description":"Branch With Protection","type":"object","properties":{"name":{"type":"string"},"commit":{"$ref":"#/$defs/commit"},"_links":{"type":"object","properties":{"html":{"type":"string"},"self":{"type":"string","format":"uri"}},"required":["html","self"]},"protected":{"type":"boolean"},"protection":{"$ref":"#/$defs/branch-protection"},"protection_url":{"type":"string","format":"uri"},"pattern":{"type":"string","examples":["\"mas*\""]},"required_approving_review_count":{"type":"integer","examples":[1]}},"required":["name","commit","_links","protection","protected","protection_url"]},"check-run":{"title":"CheckRun","description":"A check performed on the code of a given code change","type":"object","properties":{"id":{"description":"The id of the check.","type":"integer","format":"int64","examples":[21]},"head_sha":{"description":"The SHA of the commit that is being checked.","type":"string","examples":["009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d"]},"node_id":{"type":"string","examples":["MDg6Q2hlY2tSdW40"]},"external_id":{"type":["string","null"],"examples":["42"]},"url":{"type":"string","examples":["https://api.github.com/repos/github/hello-world/check-runs/4"]},"html_url":{"type":["string","null"],"examples":["https://github.com/github/hello-world/runs/4"]},"details_url":{"type":["string","null"],"examples":["https://example.com"]},"status":{"description":"The phase of the lifecycle that the check is currently in. Statuses of waiting, requested, and pending are reserved for GitHub Actions check runs.","type":"string","enum":["queued","in_progress","completed","waiting","requested","pending"],"examples":["queued"]},"conclusion":{"type":["string","null"],"enum":["success","failure","neutral","cancelled","skipped","timed_out","action_required",null],"examples":["neutral"]},"started_at":{"type":["string","null"],"format":"date-time","examples":["2018-05-04T01:14:52Z"]},"completed_at":{"type":["string","null"],"format":"date-time","examples":["2018-05-04T01:14:52Z"]},"output":{"type":"object","properties":{"title":{"type":["string","null"]},"summary":{"type":["string","null"]},"text":{"type":["string","null"]},"annotations_count":{"type":"integer"},"annotations_url":{"type":"string","format":"uri"}},"required":["title","summary","text","annotations_count","annotations_url"]},"name":{"description":"The name of the check.","type":"string","examples":["test-coverage"]},"check_suite":{"type":["object","null"],"properties":{"id":{"type":"integer"}},"required":["id"]},"app":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/integration"}]},"pull_requests":{"description":"Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check.","type":"array","items":{"$ref":"#/$defs/pull-request-minimal"}},"deployment":{"$ref":"#/$defs/deployment-simple"}},"required":["id","node_id","head_sha","name","url","html_url","details_url","status","conclusion","started_at","completed_at","external_id","check_suite","output","app","pull_requests"]},"code-of-conduct":{"title":"Code Of Conduct","description":"Code Of Conduct","type":"object","properties":{"key":{"type":"string","examples":["contributor_covenant"]},"name":{"type":"string","examples":["Contributor Covenant"]},"url":{"type":"string","format":"uri","examples":["https://api.github.com/codes_of_conduct/contributor_covenant"]},"body":{"type":"string","examples":["# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\n\n## Our Standards\n\nExamples of behavior that contributes to creating a positive environment include:\n\n* Using welcoming and inclusive language\n* Being respectful of differing viewpoints and experiences\n* Gracefully accepting constructive criticism\n* Focusing on what is best for the community\n* Showing empathy towards other community members\n\nExamples of unacceptable behavior by participants include:\n\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\n* Trolling, insulting/derogatory comments, and personal or political attacks\n* Public or private harassment\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\n* Other conduct which could reasonably be considered inappropriate in a professional setting\n\n## Our Responsibilities\n\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\n to any instances of unacceptable behavior.\n\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\n\n## Scope\n\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\n\n## Enforcement\n\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\n\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\n\n## Attribution\n\nThis Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.4, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4/).\n"]},"html_url":{"type":["string","null"],"format":"uri"}},"required":["url","html_url","key","name"]},"code-of-conduct-simple":{"title":"Code Of Conduct Simple","description":"Code of Conduct Simple","type":"object","properties":{"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/github/docs/community/code_of_conduct"]},"key":{"type":"string","examples":["citizen_code_of_conduct"]},"name":{"type":"string","examples":["Citizen Code of Conduct"]},"html_url":{"type":["string","null"],"format":"uri","examples":["https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md"]}},"required":["url","key","name","html_url"]},"combined-commit-status":{"title":"Combined Commit Status","description":"Combined Commit Status","type":"object","properties":{"state":{"type":"string"},"statuses":{"type":"array","items":{"$ref":"#/$defs/simple-commit-status"}},"sha":{"type":"string"},"total_count":{"type":"integer"},"repository":{"$ref":"#/$defs/minimal-repository"},"commit_url":{"type":"string","format":"uri"},"url":{"type":"string","format":"uri"}},"required":["state","sha","total_count","statuses","repository","commit_url","url"]},"commit":{"title":"Commit","description":"Commit","type":"object","properties":{"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e"]},"sha":{"type":"string","examples":["6dcb09b5b57875f334f61aebed695e2e4193db5e"]},"node_id":{"type":"string","examples":["MDY6Q29tbWl0NmRjYjA5YjViNTc4NzVmMzM0ZjYxYWViZWQ2OTVlMmU0MTkzZGI1ZQ=="]},"html_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e"]},"comments_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e/comments"]},"commit":{"type":"object","properties":{"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e"]},"author":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/git-user"}]},"committer":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/git-user"}]},"message":{"type":"string","examples":["Fix all the bugs"]},"comment_count":{"type":"integer","examples":[0]},"tree":{"type":"object","properties":{"sha":{"type":"string","examples":["827efc6d56897b048c772eb4087f854f46256132"]},"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/tree/827efc6d56897b048c772eb4087f854f46256132"]}},"required":["sha","url"]},"verification":{"$ref":"#/$defs/verification"}},"required":["author","committer","comment_count","message","tree","url"]},"author":{"oneOf":[{"$ref":"#/$defs/simple-user"},{"$ref":"#/$defs/empty-object"}],"type":["null","object"]},"committer":{"oneOf":[{"$ref":"#/$defs/simple-user"},{"$ref":"#/$defs/empty-object"}],"type":["null","object"]},"parents":{"type":"array","items":{"type":"object","properties":{"sha":{"type":"string","examples":["7638417db6d59f3c431d3e1f261cc637155684cd"]},"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/commits/7638417db6d59f3c431d3e1f261cc637155684cd"]},"html_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World/commit/7638417db6d59f3c431d3e1f261cc637155684cd"]}},"required":["sha","url"]}},"stats":{"type":"object","properties":{"additions":{"type":"integer"},"deletions":{"type":"integer"},"total":{"type":"integer"}}},"files":{"type":"array","items":{"$ref":"#/$defs/diff-entry"}}},"required":["url","sha","node_id","html_url","comments_url","commit","author","committer","parents"]},"content-directory":{"title":"Content Directory","description":"A list of directory items","type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["dir","file","submodule","symlink"]},"size":{"type":"integer"},"name":{"type":"string"},"path":{"type":"string"},"content":{"type":"string"},"sha":{"type":"string"},"url":{"type":"string","format":"uri"},"git_url":{"type":["string","null"],"format":"uri"},"html_url":{"type":["string","null"],"format":"uri"},"download_url":{"type":["string","null"],"format":"uri"},"_links":{"type":"object","properties":{"git":{"type":["string","null"],"format":"uri"},"html":{"type":["string","null"],"format":"uri"},"self":{"type":"string","format":"uri"}},"required":["git","html","self"]}},"required":["_links","git_url","html_url","download_url","name","path","sha","size","type","url"]}},"content-file":{"title":"Content File","description":"Content File","type":"object","properties":{"type":{"type":"string","enum":["file"]},"encoding":{"type":"string"},"size":{"type":"integer"},"name":{"type":"string"},"path":{"type":"string"},"content":{"type":"string"},"sha":{"type":"string"},"url":{"type":"string","format":"uri"},"git_url":{"type":["string","null"],"format":"uri"},"html_url":{"type":["string","null"],"format":"uri"},"download_url":{"type":["string","null"],"format":"uri"},"_links":{"type":"object","properties":{"git":{"type":["string","null"],"format":"uri"},"html":{"type":["string","null"],"format":"uri"},"self":{"type":"string","format":"uri"}},"required":["git","html","self"]},"target":{"type":"string","examples":["\"actual/actual.md\""]},"submodule_git_url":{"type":"string","examples":["\"git://example.com/defunkt/dotjs.git\""]}},"required":["_links","git_url","html_url","download_url","name","path","sha","size","type","url","content","encoding"]},"content-submodule":{"title":"Submodule Content","description":"An object describing a submodule","type":"object","properties":{"type":{"type":"string","enum":["submodule"]},"submodule_git_url":{"type":"string","format":"uri"},"size":{"type":"integer"},"name":{"type":"string"},"path":{"type":"string"},"sha":{"type":"string"},"url":{"type":"string","format":"uri"},"git_url":{"type":["string","null"],"format":"uri"},"html_url":{"type":["string","null"],"format":"uri"},"download_url":{"type":["string","null"],"format":"uri"},"_links":{"type":"object","properties":{"git":{"type":["string","null"],"format":"uri"},"html":{"type":["string","null"],"format":"uri"},"self":{"type":"string","format":"uri"}},"required":["git","html","self"]}},"required":["_links","git_url","html_url","download_url","name","path","sha","size","type","url","submodule_git_url"]},"content-symlink":{"title":"Symlink Content","description":"An object describing a symlink","type":"object","properties":{"type":{"type":"string","enum":["symlink"]},"target":{"type":"string"},"size":{"type":"integer"},"name":{"type":"string"},"path":{"type":"string"},"sha":{"type":"string"},"url":{"type":"string","format":"uri"},"git_url":{"type":["string","null"],"format":"uri"},"html_url":{"type":["string","null"],"format":"uri"},"download_url":{"type":["string","null"],"format":"uri"},"_links":{"type":"object","properties":{"git":{"type":["string","null"],"format":"uri"},"html":{"type":["string","null"],"format":"uri"},"self":{"type":"string","format":"uri"}},"required":["git","html","self"]}},"required":["_links","git_url","html_url","download_url","name","path","sha","size","type","url","target"]},"deployment":{"title":"Deployment","description":"A request for a specific ref(branch,sha,tag) to be deployed","type":"object","properties":{"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/example/deployments/1"]},"id":{"description":"Unique identifier of the deployment","type":"integer","format":"int64","examples":[42]},"node_id":{"type":"string","examples":["MDEwOkRlcGxveW1lbnQx"]},"sha":{"type":"string","examples":["a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d"]},"ref":{"description":"The ref to deploy. This can be a branch, tag, or sha.","type":"string","examples":["topic-branch"]},"task":{"description":"Parameter to specify a task to execute","type":"string","examples":["deploy"]},"payload":{"oneOf":[{"type":"object","additionalProperties":true},{"type":"string"}]},"original_environment":{"type":"string","examples":["staging"]},"environment":{"description":"Name for the target deployment environment.","type":"string","examples":["production"]},"description":{"type":["string","null"],"examples":["Deploy request from hubot"]},"creator":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]},"created_at":{"type":"string","format":"date-time","examples":["2012-07-20T01:19:13Z"]},"updated_at":{"type":"string","format":"date-time","examples":["2012-07-20T01:19:13Z"]},"statuses_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/example/deployments/1/statuses"]},"repository_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/example"]},"transient_environment":{"description":"Specifies if the given environment is will no longer exist at some point in the future. Default: false.","type":"boolean","examples":[true]},"production_environment":{"description":"Specifies if the given environment is one that end-users directly interact with. Default: false.","type":"boolean","examples":[true]},"performed_via_github_app":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/integration"}]}},"required":["id","node_id","sha","ref","task","environment","creator","payload","description","statuses_url","repository_url","url","created_at","updated_at"]},"deployment-simple":{"title":"Deployment","description":"A deployment created as the result of an Actions check run from a workflow that references an environment","type":"object","properties":{"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/example/deployments/1"]},"id":{"description":"Unique identifier of the deployment","type":"integer","examples":[42]},"node_id":{"type":"string","examples":["MDEwOkRlcGxveW1lbnQx"]},"task":{"description":"Parameter to specify a task to execute","type":"string","examples":["deploy"]},"original_environment":{"type":"string","examples":["staging"]},"environment":{"description":"Name for the target deployment environment.","type":"string","examples":["production"]},"description":{"type":["string","null"],"examples":["Deploy request from hubot"]},"created_at":{"type":"string","format":"date-time","examples":["2012-07-20T01:19:13Z"]},"updated_at":{"type":"string","format":"date-time","examples":["2012-07-20T01:19:13Z"]},"statuses_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/example/deployments/1/statuses"]},"repository_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/example"]},"transient_environment":{"description":"Specifies if the given environment is will no longer exist at some point in the future. Default: false.","type":"boolean","examples":[true]},"production_environment":{"description":"Specifies if the given environment is one that end-users directly interact with. Default: false.","type":"boolean","examples":[true]},"performed_via_github_app":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/integration"}]}},"required":["id","node_id","task","environment","description","statuses_url","repository_url","url","created_at","updated_at"]},"deployment-status":{"title":"Deployment Status","description":"The status of a deployment.","type":"object","properties":{"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/example/deployments/42/statuses/1"]},"id":{"type":"integer","format":"int64","examples":[1]},"node_id":{"type":"string","examples":["MDE2OkRlcGxveW1lbnRTdGF0dXMx"]},"state":{"description":"The state of the status.","enum":["error","failure","inactive","pending","success","queued","in_progress"],"type":"string","examples":["success"]},"creator":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]},"description":{"description":"A short description of the status.","default":"","type":"string","maxLength":140,"examples":["Deployment finished successfully."]},"environment":{"description":"The environment of the deployment that the status is for.","default":"","type":"string","examples":["production"]},"target_url":{"description":"Closing down notice: the URL to associate with this status.","default":"","examples":["https://example.com/deployment/42/output"],"anyOf":[{"format":"uri","type":"string"},{"const":"","type":"string"}]},"created_at":{"type":"string","format":"date-time","examples":["2012-07-20T01:19:13Z"]},"updated_at":{"type":"string","format":"date-time","examples":["2012-07-20T01:19:13Z"]},"deployment_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/example/deployments/42"]},"repository_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/example"]},"environment_url":{"description":"The URL for accessing your environment.","default":"","examples":["https://staging.example.com/"],"anyOf":[{"format":"uri","type":"string"},{"const":"","type":"string"}]},"log_url":{"description":"The URL to associate with this status.","default":"","examples":["https://example.com/deployment/42/output"],"anyOf":[{"format":"uri","type":"string"},{"const":"","type":"string"}]},"performed_via_github_app":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/integration"}]}},"required":["id","node_id","state","creator","description","deployment_url","target_url","repository_url","url","created_at","updated_at"]},"diff-entry":{"title":"Diff Entry","description":"Diff Entry","type":"object","properties":{"sha":{"type":["string","null"],"examples":["bbcd538c8e72b8c175046e27cc8f907076331401"]},"filename":{"type":"string","examples":["file1.txt"]},"status":{"type":"string","enum":["added","removed","modified","renamed","copied","changed","unchanged"],"examples":["added"]},"additions":{"type":"integer","examples":[103]},"deletions":{"type":"integer","examples":[21]},"changes":{"type":"integer","examples":[124]},"blob_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World/blob/6dcb09b5b57875f334f61aebed695e2e4193db5e/file1.txt"]},"raw_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World/raw/6dcb09b5b57875f334f61aebed695e2e4193db5e/file1.txt"]},"contents_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/contents/file1.txt?ref=6dcb09b5b57875f334f61aebed695e2e4193db5e"]},"patch":{"type":"string","examples":["@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test"]},"previous_filename":{"type":"string","examples":["file.txt"]}},"required":["additions","blob_url","changes","contents_url","deletions","filename","raw_url","sha","status"]},"empty-object":{"title":"Empty Object","description":"An object without any properties.","type":"object","properties":{},"additionalProperties":false},"enterprise":{"title":"Enterprise","description":"An enterprise on GitHub.","type":"object","properties":{"description":{"description":"A short description of the enterprise.","type":["string","null"]},"html_url":{"type":"string","format":"uri","examples":["https://github.com/enterprises/octo-business"]},"website_url":{"description":"The enterprise's website URL.","type":["string","null"],"format":"uri"},"id":{"description":"Unique identifier of the enterprise","type":"integer","examples":[42]},"node_id":{"type":"string","examples":["MDEwOlJlcG9zaXRvcnkxMjk2MjY5"]},"name":{"description":"The name of the enterprise.","type":"string","examples":["Octo Business"]},"slug":{"description":"The slug url identifier for the enterprise.","type":"string","examples":["octo-business"]},"created_at":{"type":["string","null"],"format":"date-time","examples":["2019-01-26T19:01:12Z"]},"updated_at":{"type":["string","null"],"format":"date-time","examples":["2019-01-26T19:14:43Z"]},"avatar_url":{"type":"string","format":"uri"}},"required":["id","node_id","name","slug","html_url","created_at","updated_at","avatar_url"]},"file-commit":{"title":"File Commit","description":"File Commit","type":"object","required":["content","commit"],"properties":{"content":{"type":["object","null"],"properties":{"name":{"type":"string"},"path":{"type":"string"},"sha":{"type":"string"},"size":{"type":"integer"},"url":{"type":"string"},"html_url":{"type":"string"},"git_url":{"type":"string"},"download_url":{"type":"string"},"type":{"type":"string"},"_links":{"type":"object","properties":{"self":{"type":"string"},"git":{"type":"string"},"html":{"type":"string"}}}}},"commit":{"type":"object","properties":{"sha":{"type":"string"},"node_id":{"type":"string"},"url":{"type":"string"},"html_url":{"type":"string"},"author":{"type":"object","properties":{"date":{"type":"string"},"name":{"type":"string"},"email":{"type":"string"}}},"committer":{"type":"object","properties":{"date":{"type":"string"},"name":{"type":"string"},"email":{"type":"string"}}},"message":{"type":"string"},"tree":{"type":"object","properties":{"url":{"type":"string"},"sha":{"type":"string"}}},"parents":{"type":"array","items":{"type":"object","properties":{"url":{"type":"string"},"html_url":{"type":"string"},"sha":{"type":"string"}}}},"verification":{"type":"object","properties":{"verified":{"type":"boolean"},"reason":{"type":"string"},"signature":{"type":["string","null"]},"payload":{"type":["string","null"]},"verified_at":{"type":["string","null"]}}}}}}},"full-repository":{"title":"Full Repository","description":"Full Repository","type":"object","properties":{"id":{"type":"integer","format":"int64","examples":[1296269]},"node_id":{"type":"string","examples":["MDEwOlJlcG9zaXRvcnkxMjk2MjY5"]},"name":{"type":"string","examples":["Hello-World"]},"full_name":{"type":"string","examples":["octocat/Hello-World"]},"owner":{"$ref":"#/$defs/simple-user"},"private":{"type":"boolean"},"html_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World"]},"description":{"type":["string","null"],"examples":["This your first repo!"]},"fork":{"type":"boolean"},"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World"]},"archive_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}"]},"assignees_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/assignees{/user}"]},"blobs_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}"]},"branches_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/branches{/branch}"]},"collaborators_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}"]},"comments_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/comments{/number}"]},"commits_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/commits{/sha}"]},"compare_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}"]},"contents_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/contents/{+path}"]},"contributors_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/contributors"]},"deployments_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/deployments"]},"downloads_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/downloads"]},"events_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/events"]},"forks_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/forks"]},"git_commits_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}"]},"git_refs_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}"]},"git_tags_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}"]},"git_url":{"type":"string","examples":["git:github.com/octocat/Hello-World.git"]},"issue_comment_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}"]},"issue_events_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/issues/events{/number}"]},"issues_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/issues{/number}"]},"keys_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/keys{/key_id}"]},"labels_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/labels{/name}"]},"languages_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/languages"]},"merges_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/merges"]},"milestones_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/milestones{/number}"]},"notifications_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}"]},"pulls_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/pulls{/number}"]},"releases_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/releases{/id}"]},"ssh_url":{"type":"string","examples":["git@github.com:octocat/Hello-World.git"]},"stargazers_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/stargazers"]},"statuses_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/statuses/{sha}"]},"subscribers_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/subscribers"]},"subscription_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/subscription"]},"tags_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/tags"]},"teams_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/teams"]},"trees_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}"]},"clone_url":{"type":"string","examples":["https://github.com/octocat/Hello-World.git"]},"mirror_url":{"type":["string","null"],"format":"uri","examples":["git:git.example.com/octocat/Hello-World"]},"hooks_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/hooks"]},"svn_url":{"type":"string","format":"uri","examples":["https://svn.github.com/octocat/Hello-World"]},"homepage":{"type":["string","null"],"format":"uri","examples":["https://github.com"]},"language":{"type":["string","null"]},"forks_count":{"type":"integer","examples":[9]},"stargazers_count":{"type":"integer","examples":[80]},"watchers_count":{"type":"integer","examples":[80]},"size":{"description":"The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.","type":"integer","examples":[108]},"default_branch":{"type":"string","examples":["master"]},"open_issues_count":{"type":"integer","examples":[0]},"is_template":{"type":"boolean","examples":[true]},"topics":{"type":"array","items":{"type":"string"},"examples":["octocat","atom","electron","API"]},"has_issues":{"type":"boolean","examples":[true]},"has_projects":{"type":"boolean","examples":[true]},"has_wiki":{"type":"boolean","examples":[true]},"has_pages":{"type":"boolean"},"has_discussions":{"type":"boolean","examples":[true]},"has_pull_requests":{"type":"boolean","examples":[true]},"pull_request_creation_policy":{"description":"The policy controlling who can create pull requests: all or collaborators_only.","type":"string","enum":["all","collaborators_only"],"examples":["all"]},"archived":{"type":"boolean"},"disabled":{"type":"boolean","description":"Returns whether or not this repository disabled."},"visibility":{"description":"The repository visibility: public, private, or internal.","type":"string","examples":["public"]},"pushed_at":{"type":"string","format":"date-time","examples":["2011-01-26T19:06:43Z"]},"created_at":{"type":"string","format":"date-time","examples":["2011-01-26T19:01:12Z"]},"updated_at":{"type":"string","format":"date-time","examples":["2011-01-26T19:14:43Z"]},"permissions":{"type":"object","properties":{"admin":{"type":"boolean"},"maintain":{"type":"boolean"},"push":{"type":"boolean"},"triage":{"type":"boolean"},"pull":{"type":"boolean"}},"required":["admin","pull","push"]},"allow_rebase_merge":{"type":"boolean","examples":[true]},"template_repository":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/repository"}]},"temp_clone_token":{"type":["string","null"]},"allow_squash_merge":{"type":"boolean","examples":[true]},"allow_auto_merge":{"type":"boolean","examples":[false]},"delete_branch_on_merge":{"type":"boolean","examples":[false]},"allow_merge_commit":{"type":"boolean","examples":[true]},"allow_update_branch":{"type":"boolean","examples":[true]},"squash_merge_commit_title":{"type":"string","enum":["PR_TITLE","COMMIT_OR_PR_TITLE"],"description":"The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).","examples":["PR_TITLE"]},"squash_merge_commit_message":{"type":"string","enum":["PR_BODY","COMMIT_MESSAGES","BLANK"],"description":"The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message.","examples":["PR_BODY"]},"merge_commit_title":{"type":"string","enum":["PR_TITLE","MERGE_MESSAGE"],"description":"The default value for a merge commit title.\n\n - `PR_TITLE` - default to the pull request's title.\n - `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).","examples":["PR_TITLE"]},"merge_commit_message":{"type":"string","enum":["PR_BODY","PR_TITLE","BLANK"],"description":"The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message.","examples":["PR_BODY"]},"allow_forking":{"type":"boolean","examples":[true]},"web_commit_signoff_required":{"type":"boolean","examples":[false]},"subscribers_count":{"type":"integer","examples":[42]},"network_count":{"type":"integer","examples":[0]},"license":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/license-simple"}]},"organization":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]},"parent":{"$ref":"#/$defs/repository"},"source":{"$ref":"#/$defs/repository"},"forks":{"type":"integer"},"master_branch":{"type":"string"},"open_issues":{"type":"integer"},"watchers":{"type":"integer"},"anonymous_access_enabled":{"description":"Whether anonymous git access is allowed.","default":true,"type":"boolean"},"code_of_conduct":{"$ref":"#/$defs/code-of-conduct-simple"},"security_and_analysis":{"$ref":"#/$defs/security-and-analysis"},"custom_properties":{"type":"object","description":"The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.","additionalProperties":true}},"required":["archive_url","assignees_url","blobs_url","branches_url","collaborators_url","comments_url","commits_url","compare_url","contents_url","contributors_url","deployments_url","description","downloads_url","events_url","fork","forks_url","full_name","git_commits_url","git_refs_url","git_tags_url","hooks_url","html_url","id","node_id","issue_comment_url","issue_events_url","issues_url","keys_url","labels_url","languages_url","merges_url","milestones_url","name","notifications_url","owner","private","pulls_url","releases_url","stargazers_url","statuses_url","subscribers_url","subscription_url","tags_url","teams_url","trees_url","url","clone_url","default_branch","forks","forks_count","git_url","has_issues","has_projects","has_wiki","has_pages","has_discussions","homepage","language","archived","disabled","mirror_url","open_issues","open_issues_count","license","pushed_at","size","ssh_url","stargazers_count","svn_url","watchers","watchers_count","created_at","updated_at","network_count","subscribers_count"]},"git-ref":{"title":"Git Reference","description":"Git references within a repository","type":"object","properties":{"ref":{"type":"string"},"node_id":{"type":"string"},"url":{"type":"string","format":"uri"},"object":{"type":"object","properties":{"type":{"type":"string"},"sha":{"description":"SHA for the reference","type":"string","minLength":40,"maxLength":40,"examples":["7638417db6d59f3c431d3e1f261cc637155684cd"]},"url":{"type":"string","format":"uri"}},"required":["type","sha","url"]}},"required":["ref","node_id","url","object"]},"git-user":{"title":"Git User","description":"Metaproperties for Git author/committer information.","type":"object","properties":{"name":{"type":"string","examples":["\"Chris Wanstrath\""]},"email":{"type":"string","examples":["\"chris@ozmm.org\""]},"date":{"type":"string","format":"date-time","examples":["\"2007-10-29T02:42:39.000-07:00\""]}}},"integration":{"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","null"],"properties":{"id":{"description":"Unique identifier of the GitHub app","type":"integer","examples":[37]},"slug":{"description":"The slug name of the GitHub app","type":"string","examples":["probot-owners"]},"node_id":{"type":"string","examples":["MDExOkludGVncmF0aW9uMQ=="]},"client_id":{"type":"string","examples":["\"Iv1.25b5d1e65ffc4022\""]},"owner":{"oneOf":[{"$ref":"#/$defs/simple-user"},{"$ref":"#/$defs/enterprise"}]},"name":{"description":"The name of the GitHub app","type":"string","examples":["Probot Owners"]},"description":{"type":["string","null"],"examples":["The description of the app."]},"external_url":{"type":"string","format":"uri","examples":["https://example.com"]},"html_url":{"type":"string","format":"uri","examples":["https://github.com/apps/super-ci"]},"created_at":{"type":"string","format":"date-time","examples":["2017-07-08T16:18:44-04:00"]},"updated_at":{"type":"string","format":"date-time","examples":["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. Note that the `installation_target`, `security_advisory`, and `meta` events are not included because they are global events and not specific to an installation.","type":"array","items":{"type":"string"},"examples":["label","deployment"]},"installations_count":{"description":"The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.","type":"integer","examples":[5]}},"required":["id","node_id","owner","name","description","external_url","html_url","created_at","updated_at","permissions","events"]},"issue":{"title":"Issue","description":"Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.","type":"object","properties":{"id":{"type":"integer","format":"int64"},"node_id":{"type":"string"},"url":{"description":"URL for the issue","type":"string","format":"uri","examples":["https://api.github.com/repositories/42/issues/1"]},"repository_url":{"type":"string","format":"uri"},"labels_url":{"type":"string"},"comments_url":{"type":"string","format":"uri"},"events_url":{"type":"string","format":"uri"},"html_url":{"type":"string","format":"uri"},"number":{"description":"Number uniquely identifying the issue within its repository","type":"integer","examples":[42]},"state":{"description":"State of the issue; either 'open' or 'closed'","type":"string","examples":["open"]},"state_reason":{"description":"The reason for the current state","type":["string","null"],"enum":["completed","reopened","not_planned","duplicate",null],"examples":["not_planned"]},"title":{"description":"Title of the issue","type":"string","examples":["Widget creation fails in Safari on OS X 10.8"]},"body":{"description":"Contents of the issue","type":["string","null"],"examples":["It looks like the new widget form is broken on Safari. When I try and create the widget, Safari crashes. This is reproducible on 10.8, but not 10.9. Maybe a browser bug?"]},"user":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]},"labels":{"description":"Labels to associate with this issue; pass one or more label names to replace the set of labels on this issue; send an empty array to clear all labels from the issue; note that the labels are silently dropped for users without push access to the repository","type":"array","items":{"oneOf":[{"type":"string"},{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"node_id":{"type":"string"},"url":{"type":"string","format":"uri"},"name":{"type":"string"},"description":{"type":["string","null"]},"color":{"type":["string","null"]},"default":{"type":"boolean"}}}]},"examples":["bug","registration"]},"assignees":{"type":"array","items":{"$ref":"#/$defs/simple-user"}},"milestone":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/milestone"}]},"locked":{"type":"boolean"},"active_lock_reason":{"type":["string","null"]},"comments":{"type":"integer"},"pull_request":{"type":"object","properties":{"merged_at":{"type":["string","null"],"format":"date-time","nullable":false},"diff_url":{"type":["string","null"],"format":"uri","nullable":false},"html_url":{"type":["string","null"],"format":"uri","nullable":false},"patch_url":{"type":["string","null"],"format":"uri","nullable":false},"url":{"type":["string","null"],"format":"uri","nullable":false}},"required":["diff_url","html_url","patch_url","url"]},"closed_at":{"type":["string","null"],"format":"date-time"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"draft":{"type":"boolean"},"closed_by":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]},"body_html":{"type":"string"},"body_text":{"type":"string"},"timeline_url":{"type":"string","format":"uri"},"type":{"$ref":"#/$defs/issue-type"},"repository":{"$ref":"#/$defs/repository"},"performed_via_github_app":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/integration"}]},"author_association":{"$ref":"#/$defs/author-association"},"reactions":{"$ref":"#/$defs/reaction-rollup"},"sub_issues_summary":{"$ref":"#/$defs/sub-issues-summary"},"parent_issue_url":{"description":"URL to get the parent issue of this issue, if it is a sub-issue","type":["string","null"],"format":"uri"},"pinned_comment":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/issue-comment"}]},"issue_dependencies_summary":{"$ref":"#/$defs/issue-dependencies-summary"},"issue_field_values":{"type":"array","items":{"$ref":"#/$defs/issue-field-value"}}},"required":["closed_at","comments","comments_url","events_url","html_url","id","node_id","labels","labels_url","milestone","number","repository_url","state","locked","title","url","user","created_at","updated_at"]},"issue-comment":{"title":"Issue Comment","description":"Comments provide a way for people to collaborate on an issue.","type":"object","properties":{"id":{"description":"Unique identifier of the issue comment","type":"integer","format":"int64","examples":[42]},"node_id":{"type":"string"},"url":{"description":"URL for the issue comment","type":"string","format":"uri","examples":["https://api.github.com/repositories/42/issues/comments/1"]},"body":{"description":"Contents of the issue comment","type":"string","examples":["What version of Safari were you using when you observed this bug?"]},"body_text":{"type":"string"},"body_html":{"type":"string"},"html_url":{"type":"string","format":"uri"},"user":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]},"created_at":{"type":"string","format":"date-time","examples":["2011-04-14T16:00:49Z"]},"updated_at":{"type":"string","format":"date-time","examples":["2011-04-14T16:00:49Z"]},"issue_url":{"type":"string","format":"uri"},"author_association":{"$ref":"#/$defs/author-association"},"performed_via_github_app":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/integration"}]},"reactions":{"$ref":"#/$defs/reaction-rollup"},"pin":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/pinned-issue-comment"}]},"minimized":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/issue-comment-minimized"}]}},"required":["id","node_id","html_url","issue_url","user","url","created_at","updated_at"]},"issue-comment-minimized":{"title":"Minimized Issue Comment","description":"Details about why an issue comment was minimized.","type":"object","properties":{"reason":{"description":"The reason the comment was minimized.","type":["string","null"],"examples":["low-quality"]}},"required":["reason"]},"issue-dependencies-summary":{"title":"Issue Dependencies Summary","type":"object","properties":{"blocked_by":{"type":"integer"},"blocking":{"type":"integer"},"total_blocked_by":{"type":"integer"},"total_blocking":{"type":"integer"}},"required":["blocked_by","blocking","total_blocked_by","total_blocking"]},"issue-field-value":{"title":"Issue Field Value","description":"A value assigned to an issue field","type":"object","properties":{"issue_field_id":{"description":"Unique identifier for the issue field.","type":"integer","format":"int64","examples":[1]},"issue_field_name":{"description":"The human-readable name of the issue field.","type":"string","examples":["Priority"]},"node_id":{"type":"string","examples":["IFT_GDKND"]},"data_type":{"description":"The data type of the issue field","type":"string","enum":["text","single_select","multi_select","number","date"],"examples":["text"]},"value":{"description":"The value of the issue field","anyOf":[{"type":"string","examples":["Sample text"]},{"type":"number","examples":[42.5]},{"type":"integer","examples":[1]}],"type":["null","string","number","integer"]},"single_select_option":{"description":"Details about the selected option (only present for single_select fields)","type":["object","null"],"properties":{"id":{"description":"Unique identifier for the option.","type":"integer","format":"int64","examples":[1]},"name":{"description":"The name of the option","type":"string","examples":["High"]},"color":{"description":"The color of the option","type":"string","examples":["red"]}},"required":["id","name","color"]},"multi_select_options":{"description":"Details about the selected options","type":["array","null"],"items":{"type":"object","properties":{"id":{"description":"Unique identifier for the option.","type":"integer","format":"int64","examples":[1]},"name":{"description":"The name of the option","type":"string","examples":["High"]},"color":{"description":"The color of the option","type":"string","examples":["red"]}},"required":["id","name","color"]}}},"required":["issue_field_id","node_id","data_type","value"]},"issue-type":{"title":"Issue Type","description":"The type assigned to the issue. This is only present for issues in repositories where issue types are supported.","type":["object","null"],"properties":{"id":{"type":"integer","description":"The unique identifier of the issue type."},"node_id":{"type":"string","description":"The node identifier of the issue type."},"name":{"type":"string","description":"The name of the issue type."},"description":{"type":["string","null"],"description":"The description of the issue type."},"color":{"type":["string","null"],"description":"The color of the issue type.","enum":["gray","blue","green","yellow","orange","red","pink","purple",null]},"created_at":{"type":"string","description":"The time the issue type created.","format":"date-time"},"updated_at":{"type":"string","description":"The time the issue type last updated.","format":"date-time"},"is_enabled":{"type":"boolean","description":"The enabled state of the issue type."}},"required":["id","node_id","name","description"]},"job":{"title":"Job","description":"Information of a job execution in a workflow run","type":"object","properties":{"id":{"description":"The id of the job.","type":"integer","format":"int64","examples":[21]},"run_id":{"description":"The id of the associated workflow run.","type":"integer","format":"int64","examples":[5]},"run_url":{"type":"string","examples":["https://api.github.com/repos/github/hello-world/actions/runs/5"]},"run_attempt":{"type":"integer","description":"Attempt number of the associated workflow run, 1 for first attempt and higher if the workflow was re-run.","examples":[1]},"node_id":{"type":"string","examples":["MDg6Q2hlY2tSdW40"]},"head_sha":{"description":"The SHA of the commit that is being run.","type":"string","examples":["009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d"]},"url":{"type":"string","examples":["https://api.github.com/repos/github/hello-world/actions/jobs/21"]},"html_url":{"type":["string","null"],"examples":["https://github.com/github/hello-world/runs/4"]},"status":{"description":"The phase of the lifecycle that the job is currently in.","type":"string","enum":["queued","in_progress","completed","waiting","requested","pending"],"examples":["queued"]},"conclusion":{"description":"The outcome of the job.","type":["string","null"],"enum":["success","failure","neutral","cancelled","skipped","timed_out","action_required",null],"examples":["success"]},"created_at":{"description":"The time that the job created, in ISO 8601 format.","format":"date-time","type":"string","examples":["2019-08-08T08:00:00-07:00"]},"started_at":{"description":"The time that the job started, in ISO 8601 format.","format":"date-time","type":"string","examples":["2019-08-08T08:00:00-07:00"]},"completed_at":{"description":"The time that the job finished, in ISO 8601 format.","format":"date-time","type":["string","null"],"examples":["2019-08-08T08:00:00-07:00"]},"name":{"description":"The name of the job.","type":"string","examples":["test-coverage"]},"steps":{"description":"Steps in this job.","type":"array","items":{"type":"object","required":["name","status","conclusion","number"],"properties":{"status":{"description":"The phase of the lifecycle that the job is currently in.","type":"string","enum":["queued","in_progress","completed"],"examples":["queued"]},"conclusion":{"description":"The outcome of the job.","type":["string","null"],"examples":["success"]},"name":{"description":"The name of the job.","type":"string","examples":["test-coverage"]},"number":{"type":"integer","examples":[1]},"started_at":{"description":"The time that the step started, in ISO 8601 format.","format":"date-time","type":["string","null"],"examples":["2019-08-08T08:00:00-07:00"]},"completed_at":{"description":"The time that the job finished, in ISO 8601 format.","format":"date-time","type":["string","null"],"examples":["2019-08-08T08:00:00-07:00"]}}}},"check_run_url":{"type":"string","examples":["https://api.github.com/repos/github/hello-world/check-runs/4"]},"labels":{"type":"array","items":{"type":"string"},"description":"Labels for the workflow job. Specified by the \"runs_on\" attribute in the action's workflow file.","examples":["self-hosted","foo","bar"]},"runner_id":{"type":["integer","null"],"description":"The ID of the runner to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)","examples":[1]},"runner_name":{"type":["string","null"],"description":"The name of the runner to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)","examples":["my runner"]},"runner_group_id":{"type":["integer","null"],"description":"The ID of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)","examples":[2]},"runner_group_name":{"type":["string","null"],"description":"The name of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)","examples":["my runner group"]},"workflow_name":{"type":["string","null"],"description":"The name of the workflow.","examples":["Build"]},"head_branch":{"type":["string","null"],"description":"The name of the current branch.","examples":["main"]}},"required":["id","node_id","run_id","run_url","head_sha","workflow_name","head_branch","name","url","html_url","status","conclusion","started_at","completed_at","check_run_url","labels","runner_id","runner_name","runner_group_id","runner_group_name","created_at"]},"license-simple":{"title":"License Simple","description":"License Simple","type":"object","properties":{"key":{"type":"string","examples":["mit"]},"name":{"type":"string","examples":["MIT License"]},"url":{"type":["string","null"],"format":"uri","examples":["https://api.github.com/licenses/mit"]},"spdx_id":{"type":["string","null"],"examples":["MIT"]},"node_id":{"type":"string","examples":["MDc6TGljZW5zZW1pdA=="]},"html_url":{"type":"string","format":"uri"}},"required":["key","name","url","spdx_id","node_id"]},"link":{"title":"Link","description":"Hypermedia Link","type":"object","properties":{"href":{"type":"string"}},"required":["href"]},"milestone":{"title":"Milestone","description":"A collection of related issues and pull requests.","type":"object","properties":{"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/milestones/1"]},"html_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World/milestones/v1.0"]},"labels_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/milestones/1/labels"]},"id":{"type":"integer","examples":[1002604]},"node_id":{"type":"string","examples":["MDk6TWlsZXN0b25lMTAwMjYwNA=="]},"number":{"description":"The number of the milestone.","type":"integer","examples":[42]},"state":{"description":"The state of the milestone.","type":"string","enum":["open","closed"],"default":"open","examples":["open"]},"title":{"description":"The title of the milestone.","type":"string","examples":["v1.0"]},"description":{"type":["string","null"],"examples":["Tracking milestone for version 1.0"]},"creator":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]},"open_issues":{"type":"integer","examples":[4]},"closed_issues":{"type":"integer","examples":[8]},"created_at":{"type":"string","format":"date-time","examples":["2011-04-10T20:09:31Z"]},"updated_at":{"type":"string","format":"date-time","examples":["2014-03-03T18:58:10Z"]},"closed_at":{"type":["string","null"],"format":"date-time","examples":["2013-02-12T13:22:01Z"]},"due_on":{"type":["string","null"],"format":"date-time","examples":["2012-10-09T23:39:01Z"]}},"required":["closed_issues","creator","description","due_on","closed_at","id","node_id","labels_url","html_url","number","open_issues","state","title","url","created_at","updated_at"]},"minimal-repository":{"title":"Minimal Repository","description":"Minimal Repository","type":"object","properties":{"id":{"type":"integer","format":"int64","examples":[1296269]},"node_id":{"type":"string","examples":["MDEwOlJlcG9zaXRvcnkxMjk2MjY5"]},"name":{"type":"string","examples":["Hello-World"]},"full_name":{"type":"string","examples":["octocat/Hello-World"]},"owner":{"$ref":"#/$defs/simple-user"},"private":{"type":"boolean"},"html_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World"]},"description":{"type":["string","null"],"examples":["This your first repo!"]},"fork":{"type":"boolean"},"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World"]},"archive_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}"]},"assignees_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/assignees{/user}"]},"blobs_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}"]},"branches_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/branches{/branch}"]},"collaborators_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}"]},"comments_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/comments{/number}"]},"commits_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/commits{/sha}"]},"compare_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}"]},"contents_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/contents/{+path}"]},"contributors_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/contributors"]},"deployments_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/deployments"]},"downloads_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/downloads"]},"events_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/events"]},"forks_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/forks"]},"git_commits_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}"]},"git_refs_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}"]},"git_tags_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}"]},"git_url":{"type":"string"},"issue_comment_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}"]},"issue_events_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/issues/events{/number}"]},"issues_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/issues{/number}"]},"keys_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/keys{/key_id}"]},"labels_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/labels{/name}"]},"languages_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/languages"]},"merges_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/merges"]},"milestones_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/milestones{/number}"]},"notifications_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}"]},"pulls_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/pulls{/number}"]},"releases_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/releases{/id}"]},"ssh_url":{"type":"string"},"stargazers_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/stargazers"]},"statuses_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/statuses/{sha}"]},"subscribers_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/subscribers"]},"subscription_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/subscription"]},"tags_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/tags"]},"teams_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/teams"]},"trees_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}"]},"clone_url":{"type":"string"},"mirror_url":{"type":["string","null"]},"hooks_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/hooks"]},"svn_url":{"type":"string"},"homepage":{"type":["string","null"]},"language":{"type":["string","null"]},"forks_count":{"type":"integer"},"stargazers_count":{"type":"integer"},"watchers_count":{"type":"integer"},"size":{"description":"The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.","type":"integer"},"default_branch":{"type":"string"},"open_issues_count":{"type":"integer"},"is_template":{"type":"boolean"},"topics":{"type":"array","items":{"type":"string"}},"has_issues":{"type":"boolean"},"has_projects":{"type":"boolean"},"has_wiki":{"type":"boolean"},"has_pages":{"type":"boolean"},"has_discussions":{"type":"boolean"},"has_pull_requests":{"type":"boolean"},"pull_request_creation_policy":{"description":"The policy controlling who can create pull requests: all or collaborators_only.","type":"string","enum":["all","collaborators_only"]},"archived":{"type":"boolean"},"disabled":{"type":"boolean"},"visibility":{"type":"string"},"pushed_at":{"type":["string","null"],"format":"date-time","examples":["2011-01-26T19:06:43Z"]},"created_at":{"type":["string","null"],"format":"date-time","examples":["2011-01-26T19:01:12Z"]},"updated_at":{"type":["string","null"],"format":"date-time","examples":["2011-01-26T19:14:43Z"]},"permissions":{"type":"object","properties":{"admin":{"type":"boolean"},"maintain":{"type":"boolean"},"push":{"type":"boolean"},"triage":{"type":"boolean"},"pull":{"type":"boolean"}}},"role_name":{"type":"string","examples":["admin"]},"temp_clone_token":{"type":"string"},"delete_branch_on_merge":{"type":"boolean"},"subscribers_count":{"type":"integer"},"network_count":{"type":"integer"},"code_of_conduct":{"$ref":"#/$defs/code-of-conduct"},"license":{"type":["object","null"],"properties":{"key":{"type":"string"},"name":{"type":"string"},"spdx_id":{"type":"string"},"url":{"type":["string","null"]},"node_id":{"type":"string"}}},"forks":{"type":"integer","examples":[0]},"open_issues":{"type":"integer","examples":[0]},"watchers":{"type":"integer","examples":[0]},"allow_forking":{"type":"boolean"},"web_commit_signoff_required":{"type":"boolean","examples":[false]},"security_and_analysis":{"$ref":"#/$defs/security-and-analysis"},"custom_properties":{"type":"object","description":"The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.","additionalProperties":true}},"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"]},"pinned-issue-comment":{"title":"Pinned Issue Comment","description":"Context around who pinned an issue comment and when it was pinned.","type":"object","properties":{"pinned_at":{"type":"string","format":"date-time","examples":["2011-04-14T16:00:49Z"]},"pinned_by":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]}},"required":["pinned_at","pinned_by"]},"protected-branch-admin-enforced":{"title":"Protected Branch Admin Enforced","description":"Protected Branch Admin Enforced","type":"object","properties":{"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins"]},"enabled":{"type":"boolean","examples":[true]}},"required":["url","enabled"]},"protected-branch-pull-request-review":{"title":"Protected Branch Pull Request Review","description":"Protected Branch Pull Request Review","type":"object","properties":{"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/branches/master/protection/dismissal_restrictions"]},"dismissal_restrictions":{"type":"object","properties":{"users":{"description":"The list of users with review dismissal access.","type":"array","items":{"$ref":"#/$defs/simple-user"}},"teams":{"description":"The list of teams with review dismissal access.","type":"array","items":{"$ref":"#/$defs/team"}},"apps":{"description":"The list of apps with review dismissal access.","type":"array","items":{"$ref":"#/$defs/integration"}},"url":{"type":"string","examples":["\"https://api.github.com/repos/the-org/an-org-repo/branches/master/protection/dismissal_restrictions\""]},"users_url":{"type":"string","examples":["\"https://api.github.com/repos/the-org/an-org-repo/branches/master/protection/dismissal_restrictions/users\""]},"teams_url":{"type":"string","examples":["\"https://api.github.com/repos/the-org/an-org-repo/branches/master/protection/dismissal_restrictions/teams\""]}}},"bypass_pull_request_allowances":{"type":"object","description":"Allow specific users, teams, or apps to bypass pull request requirements.","properties":{"users":{"description":"The list of users allowed to bypass pull request requirements.","type":"array","items":{"$ref":"#/$defs/simple-user"}},"teams":{"description":"The list of teams allowed to bypass pull request requirements.","type":"array","items":{"$ref":"#/$defs/team"}},"apps":{"description":"The list of apps allowed to bypass pull request requirements.","type":"array","items":{"$ref":"#/$defs/integration"}}}},"dismiss_stale_reviews":{"type":"boolean","examples":[true]},"require_code_owner_reviews":{"type":"boolean","examples":[true]},"required_approving_review_count":{"type":"integer","minimum":0,"maximum":6,"examples":[2]},"require_last_push_approval":{"description":"Whether the most recent push must be approved by someone other than the person who pushed it.","type":"boolean","default":false,"examples":[true]}},"required":["dismiss_stale_reviews","require_code_owner_reviews"]},"protected-branch-required-status-check":{"title":"Protected Branch Required Status Check","description":"Protected Branch Required Status Check","type":"object","properties":{"url":{"type":"string"},"enforcement_level":{"type":"string"},"contexts":{"type":"array","items":{"type":"string"}},"checks":{"type":"array","items":{"type":"object","properties":{"context":{"type":"string"},"app_id":{"type":["integer","null"]}},"required":["context","app_id"]}},"contexts_url":{"type":"string"},"strict":{"type":"boolean"}},"required":["contexts","checks"]},"pull-request":{"type":"object","title":"Pull Request","description":"Pull requests let you tell others about changes you've pushed to a repository on GitHub. Once a pull request is sent, interested parties can review the set of changes, discuss potential modifications, and even push follow-up commits if necessary.","properties":{"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/pulls/1347"]},"id":{"type":"integer","format":"int64","examples":[1]},"node_id":{"type":"string","examples":["MDExOlB1bGxSZXF1ZXN0MQ=="]},"html_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World/pull/1347"]},"diff_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World/pull/1347.diff"]},"patch_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World/pull/1347.patch"]},"issue_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/issues/1347"]},"commits_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/pulls/1347/commits"]},"review_comments_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/pulls/1347/comments"]},"review_comment_url":{"type":"string","examples":["https://api.github.com/repos/octocat/Hello-World/pulls/comments{/number}"]},"comments_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/issues/1347/comments"]},"statuses_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/statuses/6dcb09b5b57875f334f61aebed695e2e4193db5e"]},"number":{"description":"Number uniquely identifying the pull request within its repository.","type":"integer","examples":[42]},"state":{"description":"State of this Pull Request. Either `open` or `closed`.","enum":["open","closed"],"type":"string","examples":["open"]},"locked":{"type":"boolean","examples":[true]},"title":{"description":"The title of the pull request.","type":"string","examples":["Amazing new feature"]},"user":{"$ref":"#/$defs/simple-user"},"body":{"type":["string","null"],"examples":["Please pull these awesome changes"]},"labels":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"node_id":{"type":"string"},"url":{"type":"string"},"name":{"type":"string"},"description":{"type":["string","null"]},"color":{"type":"string"},"default":{"type":"boolean"}},"required":["id","node_id","url","name","description","color","default"]}},"milestone":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/milestone"}]},"active_lock_reason":{"type":["string","null"],"examples":["too heated"]},"created_at":{"type":"string","format":"date-time","examples":["2011-01-26T19:01:12Z"]},"updated_at":{"type":"string","format":"date-time","examples":["2011-01-26T19:01:12Z"]},"closed_at":{"type":["string","null"],"format":"date-time","examples":["2011-01-26T19:01:12Z"]},"merged_at":{"type":["string","null"],"format":"date-time","examples":["2011-01-26T19:01:12Z"]},"assignees":{"type":"array","items":{"$ref":"#/$defs/simple-user"}},"requested_reviewers":{"type":"array","items":{"$ref":"#/$defs/simple-user"}},"requested_teams":{"type":"array","items":{"$ref":"#/$defs/team-simple"}},"head":{"type":"object","properties":{"label":{"type":"string"},"ref":{"type":"string"},"repo":{"$ref":"#/$defs/repository"},"sha":{"type":"string"},"user":{"$ref":"#/$defs/simple-user"}},"required":["label","ref","repo","sha","user"]},"base":{"type":"object","properties":{"label":{"type":"string"},"ref":{"type":"string"},"repo":{"$ref":"#/$defs/repository"},"sha":{"type":"string"},"user":{"$ref":"#/$defs/simple-user"}},"required":["label","ref","repo","sha","user"]},"_links":{"type":"object","properties":{"comments":{"$ref":"#/$defs/link"},"commits":{"$ref":"#/$defs/link"},"statuses":{"$ref":"#/$defs/link"},"html":{"$ref":"#/$defs/link"},"issue":{"$ref":"#/$defs/link"},"review_comments":{"$ref":"#/$defs/link"},"review_comment":{"$ref":"#/$defs/link"},"self":{"$ref":"#/$defs/link"}},"required":["comments","commits","statuses","html","issue","review_comments","review_comment","self"]},"author_association":{"$ref":"#/$defs/author-association"},"auto_merge":{"$ref":"#/$defs/auto-merge"},"stack":{"$ref":"#/$defs/pull-request-stack"},"draft":{"description":"Indicates whether or not the pull request is a draft.","type":"boolean","examples":[false]},"merged":{"type":"boolean"},"mergeable":{"type":["boolean","null"],"examples":[true]},"rebaseable":{"type":["boolean","null"],"examples":[true]},"mergeable_state":{"type":"string","examples":["clean"]},"merged_by":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]},"comments":{"type":"integer","examples":[10]},"review_comments":{"type":"integer","examples":[0]},"maintainer_can_modify":{"description":"Indicates whether maintainers can modify the pull request.","type":"boolean","examples":[true]},"commits":{"type":"integer","examples":[3]},"additions":{"type":"integer","examples":[100]},"deletions":{"type":"integer","examples":[3]},"changed_files":{"type":"integer","examples":[5]}},"required":["_links","labels","base","body","closed_at","comments_url","commits_url","created_at","diff_url","head","html_url","id","node_id","issue_url","merged_at","milestone","number","patch_url","review_comment_url","review_comments_url","statuses_url","state","locked","title","updated_at","url","user","author_association","auto_merge","additions","changed_files","comments","commits","deletions","mergeable","mergeable_state","merged","maintainer_can_modify","merged_by","review_comments"]},"pull-request-merge-result":{"title":"Pull Request Merge Result","description":"Pull Request Merge Result","type":"object","properties":{"sha":{"type":"string"},"merged":{"type":"boolean"},"message":{"type":"string"}},"required":["merged","message","sha"]},"pull-request-minimal":{"title":"Pull Request Minimal","type":"object","properties":{"id":{"type":"integer","format":"int64"},"number":{"type":"integer"},"url":{"type":"string"},"head":{"type":"object","properties":{"ref":{"type":"string"},"sha":{"type":"string"},"repo":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"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","format":"int64"},"url":{"type":"string"},"name":{"type":"string"}},"required":["id","url","name"]}},"required":["ref","sha","repo"]}},"required":["id","number","url","head","base"]},"pull-request-review":{"title":"Pull Request Review","description":"Pull Request Reviews are reviews on pull requests.","type":"object","properties":{"id":{"description":"Unique identifier of the review","type":"integer","format":"int64","examples":[42]},"node_id":{"type":"string","examples":["MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA="]},"user":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]},"body":{"description":"The text of the review.","type":"string","examples":["This looks great."]},"state":{"type":"string","examples":["CHANGES_REQUESTED"]},"html_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World/pull/12#pullrequestreview-80"]},"pull_request_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/pulls/12"]},"_links":{"type":"object","properties":{"html":{"type":"object","properties":{"href":{"type":"string"}},"required":["href"]},"pull_request":{"type":"object","properties":{"href":{"type":"string"}},"required":["href"]}},"required":["html","pull_request"]},"submitted_at":{"type":"string","format":"date-time"},"commit_id":{"description":"A commit SHA for the review. If the commit object was garbage collected or forcibly deleted, then it no longer exists in Git and this value will be `null`.","type":["string","null"],"examples":["54bb654c9e6025347f57900a4a5c2313a96b8035"]},"body_html":{"type":"string"},"body_text":{"type":"string"},"author_association":{"$ref":"#/$defs/author-association"}},"required":["id","node_id","user","body","state","commit_id","html_url","pull_request_url","_links","author_association"]},"pull-request-review-comment":{"title":"Pull Request Review Comment","description":"Pull Request Review Comments are comments on a portion of the Pull Request's diff.","type":"object","properties":{"url":{"description":"URL for the pull request review comment","type":"string","examples":["https://api.github.com/repos/octocat/Hello-World/pulls/comments/1"]},"pull_request_review_id":{"description":"The ID of the pull request review to which the comment belongs.","type":["integer","null"],"format":"int64","examples":[42]},"id":{"description":"The ID of the pull request review comment.","type":"integer","format":"int64","examples":[1]},"node_id":{"description":"The node ID of the pull request review comment.","type":"string","examples":["MDI0OlB1bGxSZXF1ZXN0UmV2aWV3Q29tbWVudDEw"]},"diff_hunk":{"description":"The diff of the line that the comment refers to.","type":"string","examples":["@@ -16,33 +16,40 @@ public class Connection : IConnection..."]},"path":{"description":"The relative path of the file to which the comment applies.","type":"string","examples":["config/database.yaml"]},"position":{"description":"The line index in the diff to which the comment applies. This field is closing down; use `line` instead.","type":"integer","examples":[1]},"original_position":{"description":"The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.","type":"integer","examples":[4]},"commit_id":{"description":"The SHA of the commit to which the comment applies.","type":"string","examples":["6dcb09b5b57875f334f61aebed695e2e4193db5e"]},"original_commit_id":{"description":"The SHA of the original commit to which the comment applies.","type":"string","examples":["9c48853fa3dc5c1c3d6f1f1cd1f2743e72652840"]},"in_reply_to_id":{"description":"The comment ID to reply to.","type":"integer","examples":[8]},"user":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]},"body":{"description":"The text of the comment.","type":"string","examples":["We should probably include a check for null values here."]},"created_at":{"type":"string","format":"date-time","examples":["2011-04-14T16:00:49Z"]},"updated_at":{"type":"string","format":"date-time","examples":["2011-04-14T16:00:49Z"]},"html_url":{"description":"HTML URL for the pull request review comment.","type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World/pull/1#discussion-diff-1"]},"pull_request_url":{"description":"URL for the pull request that the review comment belongs to.","type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/pulls/1"]},"author_association":{"$ref":"#/$defs/author-association"},"_links":{"type":"object","properties":{"self":{"type":"object","properties":{"href":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/pulls/comments/1"]}},"required":["href"]},"html":{"type":"object","properties":{"href":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World/pull/1#discussion-diff-1"]}},"required":["href"]},"pull_request":{"type":"object","properties":{"href":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/pulls/1"]}},"required":["href"]}},"required":["self","html","pull_request"]},"start_line":{"type":["integer","null"],"description":"The first line of the range for a multi-line comment.","examples":[2]},"original_start_line":{"type":["integer","null"],"description":"The first line of the range for a multi-line comment.","examples":[2]},"start_side":{"type":["string","null"],"description":"The side of the first line of the range for a multi-line comment.","enum":["LEFT","RIGHT",null],"default":"RIGHT"},"line":{"description":"The line of the blob to which the comment applies. The last line of the range for a multi-line comment","type":"integer","examples":[2]},"original_line":{"description":"The line of the blob to which the comment applies. The last line of the range for a multi-line comment","type":"integer","examples":[2]},"side":{"description":"The side of the diff to which the comment applies. The side of the last line of the range for a multi-line comment","enum":["LEFT","RIGHT"],"default":"RIGHT","type":"string"},"subject_type":{"description":"The level at which the comment is targeted, can be a diff line or a file.","type":"string","enum":["line","file"]},"reactions":{"$ref":"#/$defs/reaction-rollup"},"body_html":{"type":"string","examples":["\"<p>comment body</p>\""]},"body_text":{"type":"string","examples":["\"comment body\""]}},"required":["url","id","node_id","pull_request_review_id","diff_hunk","path","commit_id","original_commit_id","user","body","created_at","updated_at","html_url","pull_request_url","author_association","_links"]},"pull-request-simple":{"title":"Pull Request Simple","description":"Pull Request Simple","type":"object","properties":{"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/pulls/1347"]},"id":{"type":"integer","format":"int64","examples":[1]},"node_id":{"type":"string","examples":["MDExOlB1bGxSZXF1ZXN0MQ=="]},"html_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World/pull/1347"]},"diff_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World/pull/1347.diff"]},"patch_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World/pull/1347.patch"]},"issue_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/issues/1347"]},"commits_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/pulls/1347/commits"]},"review_comments_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/pulls/1347/comments"]},"review_comment_url":{"type":"string","examples":["https://api.github.com/repos/octocat/Hello-World/pulls/comments{/number}"]},"comments_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/issues/1347/comments"]},"statuses_url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World/statuses/6dcb09b5b57875f334f61aebed695e2e4193db5e"]},"number":{"type":"integer","examples":[1347]},"state":{"type":"string","examples":["open"]},"locked":{"type":"boolean","examples":[true]},"title":{"type":"string","examples":["new-feature"]},"user":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]},"body":{"type":["string","null"],"examples":["Please pull these awesome changes"]},"labels":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"node_id":{"type":"string"},"url":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"color":{"type":"string"},"default":{"type":"boolean"}},"required":["id","node_id","url","name","description","color","default"]}},"milestone":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/milestone"}]},"active_lock_reason":{"type":["string","null"],"examples":["too heated"]},"created_at":{"type":"string","format":"date-time","examples":["2011-01-26T19:01:12Z"]},"updated_at":{"type":"string","format":"date-time","examples":["2011-01-26T19:01:12Z"]},"closed_at":{"type":["string","null"],"format":"date-time","examples":["2011-01-26T19:01:12Z"]},"merged_at":{"type":["string","null"],"format":"date-time","examples":["2011-01-26T19:01:12Z"]},"assignees":{"type":"array","items":{"$ref":"#/$defs/simple-user"}},"requested_reviewers":{"type":"array","items":{"$ref":"#/$defs/simple-user"}},"requested_teams":{"type":"array","items":{"$ref":"#/$defs/team"}},"head":{"type":"object","properties":{"label":{"type":"string"},"ref":{"type":"string"},"repo":{"$ref":"#/$defs/repository"},"sha":{"type":"string"},"user":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]}},"required":["label","ref","repo","sha","user"]},"base":{"type":"object","properties":{"label":{"type":"string"},"ref":{"type":"string"},"repo":{"$ref":"#/$defs/repository"},"sha":{"type":"string"},"user":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]}},"required":["label","ref","repo","sha","user"]},"_links":{"type":"object","properties":{"comments":{"$ref":"#/$defs/link"},"commits":{"$ref":"#/$defs/link"},"statuses":{"$ref":"#/$defs/link"},"html":{"$ref":"#/$defs/link"},"issue":{"$ref":"#/$defs/link"},"review_comments":{"$ref":"#/$defs/link"},"review_comment":{"$ref":"#/$defs/link"},"self":{"$ref":"#/$defs/link"}},"required":["comments","commits","statuses","html","issue","review_comments","review_comment","self"]},"author_association":{"$ref":"#/$defs/author-association"},"auto_merge":{"$ref":"#/$defs/auto-merge"},"stack":{"$ref":"#/$defs/pull-request-stack"},"draft":{"description":"Indicates whether or not the pull request is a draft.","type":"boolean","examples":[false]}},"required":["_links","labels","base","body","closed_at","comments_url","commits_url","created_at","diff_url","head","html_url","id","node_id","issue_url","merged_at","milestone","number","patch_url","review_comment_url","review_comments_url","statuses_url","state","locked","title","updated_at","url","user","author_association","auto_merge"]},"pull-request-stack":{"title":"Pull Request Stack","description":"The stack information associated with a pull request.","type":["object","null"],"properties":{"base":{"type":"object","properties":{"ref":{"type":"string","description":"The base ref of the stack this pull request belongs to."},"sha":{"type":"string","description":"The base SHA of the stack this pull request belongs to."}},"required":["ref","sha"]},"size":{"type":"integer","description":"The total number of pull requests in the stack."},"position":{"type":"integer","description":"The one-based position of this pull request within the stack, where 1 is the bottom of the stack."},"id":{"type":"integer","description":"The ID of the stack that this pull request belongs to."},"number":{"type":"integer","description":"The number of the stack that this pull request belongs to."}},"required":["base"]},"reaction-rollup":{"title":"Reaction Rollup","type":"object","properties":{"url":{"type":"string","format":"uri"},"total_count":{"type":"integer"},"+1":{"type":"integer"},"-1":{"type":"integer"},"laugh":{"type":"integer"},"confused":{"type":"integer"},"heart":{"type":"integer"},"hooray":{"type":"integer"},"eyes":{"type":"integer"},"rocket":{"type":"integer"}},"required":["url","total_count","+1","-1","laugh","confused","heart","hooray","eyes","rocket"]},"referenced-workflow":{"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"]},"release":{"title":"Release","description":"A release.","type":"object","properties":{"url":{"type":"string","format":"uri"},"html_url":{"type":"string","format":"uri"},"assets_url":{"type":"string","format":"uri"},"upload_url":{"type":"string"},"tarball_url":{"type":["string","null"],"format":"uri"},"zipball_url":{"type":["string","null"],"format":"uri"},"id":{"type":"integer"},"node_id":{"type":"string"},"tag_name":{"description":"The name of the tag.","type":"string","examples":["v1.0.0"]},"target_commitish":{"description":"Specifies the commitish value that determines where the Git tag is created from.","type":"string","examples":["master"]},"name":{"type":["string","null"]},"body":{"type":["string","null"]},"draft":{"description":"true to create a draft (unpublished) release, false to create a published one.","type":"boolean","examples":[false]},"prerelease":{"description":"Whether to identify the release as a prerelease or a full release.","type":"boolean","examples":[false]},"immutable":{"description":"Whether or not the release is immutable.","type":"boolean","examples":[false]},"created_at":{"type":"string","format":"date-time"},"published_at":{"type":["string","null"],"format":"date-time"},"updated_at":{"type":["string","null"],"format":"date-time"},"author":{"$ref":"#/$defs/simple-user"},"assets":{"type":"array","items":{"$ref":"#/$defs/release-asset"}},"body_html":{"type":"string"},"body_text":{"type":"string"},"mentions_count":{"type":"integer"},"discussion_url":{"description":"The URL of the release discussion.","type":"string","format":"uri"},"reactions":{"$ref":"#/$defs/reaction-rollup"}},"required":["assets_url","upload_url","tarball_url","zipball_url","created_at","published_at","draft","id","node_id","author","html_url","name","prerelease","tag_name","target_commitish","assets","url"]},"release-asset":{"title":"Release Asset","description":"Data related to a release.","type":"object","properties":{"url":{"type":"string","format":"uri"},"browser_download_url":{"type":"string","format":"uri"},"id":{"type":"integer"},"node_id":{"type":"string"},"name":{"description":"The file name of the asset.","type":"string","examples":["Team Environment"]},"label":{"type":["string","null"]},"state":{"description":"State of the release asset.","type":"string","enum":["uploaded","open"]},"content_type":{"type":"string"},"size":{"type":"integer"},"digest":{"type":["string","null"]},"download_count":{"type":"integer"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"uploader":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]}},"required":["id","name","content_type","size","digest","state","url","node_id","download_count","label","uploader","browser_download_url","created_at","updated_at"]},"repository":{"title":"Repository","description":"A repository on GitHub.","type":"object","properties":{"id":{"description":"Unique identifier of the repository","type":"integer","format":"int64","examples":[42]},"node_id":{"type":"string","examples":["MDEwOlJlcG9zaXRvcnkxMjk2MjY5"]},"name":{"description":"The name of the repository.","type":"string","examples":["Team Environment"]},"full_name":{"type":"string","examples":["octocat/Hello-World"]},"license":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/license-simple"}]},"forks":{"type":"integer"},"permissions":{"type":"object","properties":{"admin":{"type":"boolean"},"pull":{"type":"boolean"},"triage":{"type":"boolean"},"push":{"type":"boolean"},"maintain":{"type":"boolean"}},"required":["admin","pull","push"]},"owner":{"$ref":"#/$defs/simple-user"},"private":{"description":"Whether the repository is private or public.","default":false,"type":"boolean"},"html_url":{"type":"string","format":"uri","examples":["https://github.com/octocat/Hello-World"]},"description":{"type":["string","null"],"examples":["This your first repo!"]},"fork":{"type":"boolean"},"url":{"type":"string","format":"uri","examples":["https://api.github.com/repos/octocat/Hello-World"]},"archive_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}"]},"assignees_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/assignees{/user}"]},"blobs_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}"]},"branches_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/branches{/branch}"]},"collaborators_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}"]},"comments_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/comments{/number}"]},"commits_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/commits{/sha}"]},"compare_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}"]},"contents_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/contents/{+path}"]},"contributors_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/contributors"]},"deployments_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/deployments"]},"downloads_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/downloads"]},"events_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/events"]},"forks_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/forks"]},"git_commits_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}"]},"git_refs_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}"]},"git_tags_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}"]},"git_url":{"type":"string","examples":["git:github.com/octocat/Hello-World.git"]},"issue_comment_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}"]},"issue_events_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/issues/events{/number}"]},"issues_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/issues{/number}"]},"keys_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/keys{/key_id}"]},"labels_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/labels{/name}"]},"languages_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/languages"]},"merges_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/merges"]},"milestones_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/milestones{/number}"]},"notifications_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}"]},"pulls_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/pulls{/number}"]},"releases_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/releases{/id}"]},"ssh_url":{"type":"string","examples":["git@github.com:octocat/Hello-World.git"]},"stargazers_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/stargazers"]},"statuses_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/statuses/{sha}"]},"subscribers_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/subscribers"]},"subscription_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/subscription"]},"tags_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/tags"]},"teams_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/teams"]},"trees_url":{"type":"string","examples":["http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}"]},"clone_url":{"type":"string","examples":["https://github.com/octocat/Hello-World.git"]},"mirror_url":{"type":["string","null"],"format":"uri","examples":["git:git.example.com/octocat/Hello-World"]},"hooks_url":{"type":"string","format":"uri","examples":["http://api.github.com/repos/octocat/Hello-World/hooks"]},"svn_url":{"type":"string","format":"uri","examples":["https://svn.github.com/octocat/Hello-World"]},"homepage":{"type":["string","null"],"format":"uri","examples":["https://github.com"]},"language":{"type":["string","null"]},"forks_count":{"type":"integer","examples":[9]},"stargazers_count":{"type":"integer","examples":[80]},"watchers_count":{"type":"integer","examples":[80]},"size":{"description":"The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.","type":"integer","examples":[108]},"default_branch":{"description":"The default branch of the repository.","type":"string","examples":["master"]},"open_issues_count":{"type":"integer","examples":[0]},"is_template":{"description":"Whether this repository acts as a template that can be used to generate new repositories.","default":false,"type":"boolean","examples":[true]},"topics":{"type":"array","items":{"type":"string"}},"has_issues":{"description":"Whether issues are enabled.","default":true,"type":"boolean","examples":[true]},"has_projects":{"description":"Whether projects are enabled.","default":true,"type":"boolean","examples":[true]},"has_wiki":{"description":"Whether the wiki is enabled.","default":true,"type":"boolean","examples":[true]},"has_pages":{"type":"boolean"},"has_discussions":{"description":"Whether discussions are enabled.","default":false,"type":"boolean","examples":[true]},"has_pull_requests":{"description":"Whether pull requests are enabled.","default":true,"type":"boolean","examples":[true]},"pull_request_creation_policy":{"description":"The policy controlling who can create pull requests: all or collaborators_only.","type":"string","enum":["all","collaborators_only"],"examples":["all"]},"archived":{"description":"Whether the repository is archived.","default":false,"type":"boolean"},"disabled":{"type":"boolean","description":"Returns whether or not this repository disabled."},"visibility":{"description":"The repository visibility: public, private, or internal.","default":"public","type":"string"},"pushed_at":{"type":["string","null"],"format":"date-time","examples":["2011-01-26T19:06:43Z"]},"created_at":{"type":["string","null"],"format":"date-time","examples":["2011-01-26T19:01:12Z"]},"updated_at":{"type":["string","null"],"format":"date-time","examples":["2011-01-26T19:14:43Z"]},"allow_rebase_merge":{"description":"Whether to allow rebase merges for pull requests.","default":true,"type":"boolean","examples":[true]},"temp_clone_token":{"type":"string"},"allow_squash_merge":{"description":"Whether to allow squash merges for pull requests.","default":true,"type":"boolean","examples":[true]},"allow_auto_merge":{"description":"Whether to allow Auto-merge to be used on pull requests.","default":false,"type":"boolean","examples":[false]},"delete_branch_on_merge":{"description":"Whether to delete head branches when pull requests are merged","default":false,"type":"boolean","examples":[false]},"allow_update_branch":{"description":"Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.","default":false,"type":"boolean","examples":[false]},"squash_merge_commit_title":{"type":"string","enum":["PR_TITLE","COMMIT_OR_PR_TITLE"],"description":"The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."},"squash_merge_commit_message":{"type":"string","enum":["PR_BODY","COMMIT_MESSAGES","BLANK"],"description":"The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."},"merge_commit_title":{"type":"string","enum":["PR_TITLE","MERGE_MESSAGE"],"description":"The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."},"merge_commit_message":{"type":"string","enum":["PR_BODY","PR_TITLE","BLANK"],"description":"The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."},"allow_merge_commit":{"description":"Whether to allow merge commits for pull requests.","default":true,"type":"boolean","examples":[true]},"allow_forking":{"description":"Whether to allow forking this repo","type":"boolean"},"web_commit_signoff_required":{"description":"Whether to require contributors to sign off on web-based commits","default":false,"type":"boolean"},"open_issues":{"type":"integer"},"watchers":{"type":"integer"},"starred_at":{"type":"string","examples":["\"2020-07-09T00:17:42Z\""]},"anonymous_access_enabled":{"type":"boolean","description":"Whether anonymous git access is enabled for this repository"},"code_search_index_status":{"type":"object","description":"The status of the code search index for this repository","properties":{"lexical_search_ok":{"type":"boolean"},"lexical_commit_sha":{"type":"string"}}}},"required":["archive_url","assignees_url","blobs_url","branches_url","collaborators_url","comments_url","commits_url","compare_url","contents_url","contributors_url","deployments_url","description","downloads_url","events_url","fork","forks_url","full_name","git_commits_url","git_refs_url","git_tags_url","hooks_url","html_url","id","node_id","issue_comment_url","issue_events_url","issues_url","keys_url","labels_url","languages_url","merges_url","milestones_url","name","notifications_url","owner","private","pulls_url","releases_url","stargazers_url","statuses_url","subscribers_url","subscription_url","tags_url","teams_url","trees_url","url","clone_url","default_branch","forks","forks_count","git_url","has_issues","has_projects","has_wiki","has_pages","homepage","language","archived","disabled","mirror_url","open_issues","open_issues_count","license","pushed_at","size","ssh_url","stargazers_count","svn_url","watchers","watchers_count","created_at","updated_at"]},"security-and-analysis":{"type":["object","null"],"properties":{"advanced_security":{"description":"Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n","type":"object","properties":{"status":{"type":"string","enum":["enabled","disabled"]}}},"code_security":{"type":"object","properties":{"status":{"type":"string","enum":["enabled","disabled"]}}},"dependabot_security_updates":{"description":"Enable or disable Dependabot security updates for the repository.","type":"object","properties":{"status":{"description":"The enablement status of Dependabot security updates for the repository.","type":"string","enum":["enabled","disabled"]}}},"secret_scanning":{"type":"object","properties":{"status":{"type":"string","enum":["enabled","disabled"]}}},"secret_scanning_push_protection":{"type":"object","properties":{"status":{"type":"string","enum":["enabled","disabled"]}}},"secret_scanning_non_provider_patterns":{"type":"object","properties":{"status":{"type":"string","enum":["enabled","disabled"]}}},"secret_scanning_ai_detection":{"type":"object","properties":{"status":{"type":"string","enum":["enabled","disabled"]}}},"secret_scanning_delegated_alert_dismissal":{"type":"object","properties":{"status":{"type":"string","enum":["enabled","disabled"]}}},"secret_scanning_delegated_bypass":{"type":"object","properties":{"status":{"type":"string","enum":["enabled","disabled"]}}},"secret_scanning_delegated_bypass_options":{"type":"object","properties":{"reviewers":{"type":"array","description":"The bypass reviewers for secret scanning delegated bypass","items":{"type":"object","required":["reviewer_id","reviewer_type"],"properties":{"reviewer_id":{"type":"integer","description":"The ID of the team or role selected as a bypass reviewer"},"reviewer_type":{"type":"string","description":"The type of the bypass reviewer","enum":["TEAM","ROLE"]},"mode":{"type":"string","description":"The bypass mode for the reviewer","enum":["ALWAYS","EXEMPT"],"default":"ALWAYS"}}}}}}}},"short-branch":{"title":"Short Branch","description":"Short Branch","type":"object","properties":{"name":{"type":"string"},"commit":{"type":"object","properties":{"sha":{"type":"string"},"url":{"type":"string","format":"uri"}},"required":["sha","url"]},"protected":{"type":"boolean"},"protection":{"$ref":"#/$defs/branch-protection"},"protection_url":{"type":"string","format":"uri"}},"required":["name","commit","protected"]},"simple-commit":{"title":"Simple Commit","description":"A commit.","type":"object","properties":{"id":{"type":"string","description":"SHA for the commit","examples":["7638417db6d59f3c431d3e1f261cc637155684cd"]},"tree_id":{"type":"string","description":"SHA for the commit's tree"},"message":{"description":"Message describing the purpose of the commit","type":"string","examples":["Fix #42"]},"timestamp":{"description":"Timestamp of the commit","format":"date-time","type":"string","examples":["2014-08-09T08:02:04+12:00"]},"author":{"type":["object","null"],"description":"Information about the Git author","properties":{"name":{"description":"Name of the commit's author","type":"string","examples":["Monalisa Octocat"]},"email":{"description":"Git email address of the commit's author","type":"string","format":"email","examples":["monalisa.octocat@example.com"]}},"required":["name","email"]},"committer":{"type":["object","null"],"description":"Information about the Git committer","properties":{"name":{"description":"Name of the commit's committer","type":"string","examples":["Monalisa Octocat"]},"email":{"description":"Git email address of the commit's committer","type":"string","format":"email","examples":["monalisa.octocat@example.com"]}},"required":["name","email"]}},"required":["id","tree_id","message","timestamp","author","committer"]},"simple-commit-status":{"title":"Simple Commit Status","type":"object","properties":{"description":{"type":["string","null"]},"id":{"type":"integer"},"node_id":{"type":"string"},"state":{"type":"string"},"context":{"type":"string"},"target_url":{"type":["string","null"],"format":"uri"},"required":{"type":["boolean","null"]},"avatar_url":{"type":["string","null"],"format":"uri"},"url":{"type":"string","format":"uri"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}},"required":["description","id","node_id","state","context","target_url","avatar_url","url","created_at","updated_at"]},"simple-user":{"title":"Simple User","description":"A GitHub user.","type":"object","properties":{"name":{"type":["string","null"]},"email":{"type":["string","null"]},"login":{"type":"string","examples":["octocat"]},"id":{"type":"integer","format":"int64","examples":[1]},"node_id":{"type":"string","examples":["MDQ6VXNlcjE="]},"avatar_url":{"type":"string","format":"uri","examples":["https://github.com/images/error/octocat_happy.gif"]},"gravatar_id":{"type":["string","null"],"examples":["41d064eb2195891e12d0413f63227ea7"]},"url":{"type":"string","format":"uri","examples":["https://api.github.com/users/octocat"]},"html_url":{"type":"string","format":"uri","examples":["https://github.com/octocat"]},"followers_url":{"type":"string","format":"uri","examples":["https://api.github.com/users/octocat/followers"]},"following_url":{"type":"string","examples":["https://api.github.com/users/octocat/following{/other_user}"]},"gists_url":{"type":"string","examples":["https://api.github.com/users/octocat/gists{/gist_id}"]},"starred_url":{"type":"string","examples":["https://api.github.com/users/octocat/starred{/owner}{/repo}"]},"subscriptions_url":{"type":"string","format":"uri","examples":["https://api.github.com/users/octocat/subscriptions"]},"organizations_url":{"type":"string","format":"uri","examples":["https://api.github.com/users/octocat/orgs"]},"repos_url":{"type":"string","format":"uri","examples":["https://api.github.com/users/octocat/repos"]},"events_url":{"type":"string","examples":["https://api.github.com/users/octocat/events{/privacy}"]},"received_events_url":{"type":"string","format":"uri","examples":["https://api.github.com/users/octocat/received_events"]},"type":{"type":"string","examples":["User"]},"site_admin":{"type":"boolean"},"starred_at":{"type":"string","examples":["\"2020-07-09T00:17:55Z\""]},"user_view_type":{"type":"string","examples":["public"]}},"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"]},"status":{"title":"Status","description":"The status of a commit.","type":"object","properties":{"url":{"type":"string"},"avatar_url":{"type":["string","null"]},"id":{"type":"integer"},"node_id":{"type":"string"},"state":{"type":"string"},"description":{"type":["string","null"]},"target_url":{"type":["string","null"]},"context":{"type":"string"},"created_at":{"type":"string"},"updated_at":{"type":"string"},"creator":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-user"}]}},"required":["url","avatar_url","id","node_id","state","description","target_url","context","created_at","updated_at","creator"]},"sub-issues-summary":{"title":"Sub-issues Summary","type":"object","properties":{"total":{"type":"integer"},"completed":{"type":"integer"},"percent_completed":{"type":"integer"}},"required":["total","completed","percent_completed"]},"team":{"title":"Team","description":"Groups of organization members that gives permissions on specified repositories.","type":"object","properties":{"id":{"type":"integer"},"node_id":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"description":{"type":["string","null"]},"privacy":{"type":"string"},"notification_setting":{"type":"string"},"permission":{"type":"string"},"permissions":{"type":"object","properties":{"pull":{"type":"boolean"},"triage":{"type":"boolean"},"push":{"type":"boolean"},"maintain":{"type":"boolean"},"admin":{"type":"boolean"}},"required":["pull","triage","push","maintain","admin"]},"url":{"type":"string","format":"uri"},"html_url":{"type":"string","format":"uri","examples":["https://github.com/orgs/rails/teams/core"]},"members_url":{"type":"string"},"repositories_url":{"type":"string","format":"uri"},"type":{"description":"The ownership type of the team","type":"string","enum":["enterprise","organization"]},"access_source":{"description":"How the team's access to the repository was granted. This property is only\npresent when the team is returned in a repository context, such as\n`GET /repos/{owner}/{repo}/teams`.","type":"string","enum":["direct","organization","enterprise"],"examples":["direct"]},"organization_id":{"type":"integer","description":"Unique identifier of the organization to which this team belongs","examples":[37]},"enterprise_id":{"type":"integer","description":"Unique identifier of the enterprise to which this team belongs","examples":[42]},"parent":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/team-simple"}]}},"required":["id","node_id","url","members_url","name","description","permission","html_url","repositories_url","slug","parent","type"]},"team-simple":{"title":"Team Simple","description":"Groups of organization members that gives permissions on specified repositories.","type":"object","properties":{"id":{"description":"Unique identifier of the team","type":"integer","examples":[1]},"node_id":{"type":"string","examples":["MDQ6VGVhbTE="]},"url":{"description":"URL for the team","type":"string","format":"uri","examples":["https://api.github.com/organizations/1/team/1"]},"members_url":{"type":"string","examples":["https://api.github.com/organizations/1/team/1/members{/member}"]},"name":{"description":"Name of the team","type":"string","examples":["Justice League"]},"description":{"description":"Description of the team","type":["string","null"],"examples":["A great team."]},"permission":{"description":"Permission that the team will have for its repositories","type":"string","examples":["admin"]},"privacy":{"description":"The level of privacy this team should have","type":"string","examples":["closed"]},"notification_setting":{"description":"The notification setting the team has set","type":"string","examples":["notifications_enabled"]},"html_url":{"type":"string","format":"uri","examples":["https://github.com/orgs/rails/teams/core"]},"repositories_url":{"type":"string","format":"uri","examples":["https://api.github.com/organizations/1/team/1/repos"]},"slug":{"type":"string","examples":["justice-league"]},"ldap_dn":{"description":"Distinguished Name (DN) that team maps to within LDAP environment","type":"string","examples":["uid=example,ou=users,dc=github,dc=com"]},"type":{"description":"The ownership type of the team","type":"string","enum":["enterprise","organization"]},"organization_id":{"type":"integer","description":"Unique identifier of the organization to which this team belongs","examples":[37]},"enterprise_id":{"type":"integer","description":"Unique identifier of the enterprise to which this team belongs","examples":[42]}},"required":["id","node_id","url","members_url","name","description","permission","html_url","repositories_url","slug","type"]},"verification":{"title":"Verification","type":"object","properties":{"verified":{"type":"boolean"},"reason":{"type":"string"},"payload":{"type":["string","null"]},"signature":{"type":["string","null"]},"verified_at":{"type":["string","null"]}},"required":["verified","reason","payload","signature","verified_at"]},"workflow":{"title":"Workflow","description":"A GitHub Actions workflow","type":"object","properties":{"id":{"type":"integer","examples":[5]},"node_id":{"type":"string","examples":["MDg6V29ya2Zsb3cxMg=="]},"name":{"type":"string","examples":["CI"]},"path":{"type":"string","examples":["ruby.yaml"]},"state":{"type":"string","enum":["active","deleted","disabled_fork","disabled_inactivity","disabled_manually"],"examples":["active"]},"created_at":{"type":"string","format":"date-time","examples":["2019-12-06T14:20:20.000Z"]},"updated_at":{"type":"string","format":"date-time","examples":["2019-12-06T14:20:20.000Z"]},"url":{"type":"string","examples":["https://api.github.com/repos/actions/setup-ruby/workflows/5"]},"html_url":{"type":"string","examples":["https://github.com/actions/setup-ruby/blob/master/.github/workflows/ruby.yaml"]},"badge_url":{"type":"string","examples":["https://github.com/actions/setup-ruby/workflows/CI/badge.svg"]},"deleted_at":{"type":"string","format":"date-time","examples":["2019-12-06T14:20:20.000Z"]}},"required":["id","node_id","name","path","state","url","html_url","badge_url","created_at","updated_at"]},"workflow-dispatch-response":{"title":"Workflow Dispatch Response","description":"Response containing the workflow run ID and URLs.","type":"object","properties":{"workflow_run_id":{"$ref":"#/$defs/workflow-run-id"},"run_url":{"type":"string","format":"uri","description":"The URL to the workflow run."},"html_url":{"type":"string","format":"uri"}},"required":["workflow_run_id","run_url","html_url"]},"workflow-run":{"title":"Workflow Run","description":"An invocation of a workflow","type":"object","properties":{"id":{"type":"integer","format":"int64","description":"The ID of the workflow run.","examples":[5]},"name":{"type":["string","null"],"description":"The name of the workflow run.","examples":["Build"]},"node_id":{"type":"string","examples":["MDEwOkNoZWNrU3VpdGU1"]},"check_suite_id":{"type":"integer","format":"int64","description":"The ID of the associated check suite.","examples":[42]},"check_suite_node_id":{"type":"string","description":"The node ID of the associated check suite.","examples":["MDEwOkNoZWNrU3VpdGU0Mg=="]},"head_branch":{"type":["string","null"],"examples":["master"]},"head_sha":{"description":"The SHA of the head commit that points to the version of the workflow being run.","type":"string","examples":["009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d"]},"path":{"description":"The full path of the workflow","type":"string","examples":["octocat/octo-repo/.github/workflows/ci.yml@main"]},"run_number":{"type":"integer","description":"The auto incrementing run number for the workflow run.","examples":[106]},"run_attempt":{"type":"integer","description":"Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.","examples":[1]},"referenced_workflows":{"type":["array","null"],"items":{"$ref":"#/$defs/referenced-workflow"}},"event":{"type":"string","examples":["push"]},"status":{"type":["string","null"],"examples":["completed"]},"conclusion":{"type":["string","null"],"examples":["neutral"]},"workflow_id":{"type":"integer","description":"The ID of the parent workflow.","examples":[5]},"url":{"type":"string","description":"The URL to the workflow run.","examples":["https://api.github.com/repos/github/hello-world/actions/runs/5"]},"html_url":{"type":"string","examples":["https://github.com/github/hello-world/suites/4"]},"pull_requests":{"description":"Pull requests that are open with a `head_sha` or `head_branch` that matches the workflow run. The returned pull requests do not necessarily indicate pull requests that triggered the run.","type":["array","null"],"items":{"$ref":"#/$defs/pull-request-minimal"}},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"actor":{"$ref":"#/$defs/simple-user"},"triggering_actor":{"$ref":"#/$defs/simple-user"},"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","examples":["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","examples":["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","examples":["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","examples":["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","examples":["https://api.github.com/repos/github/hello-world/actions/runs/5/cancel"]},"rerun_url":{"description":"The URL to rerun the workflow run.","type":"string","examples":["https://api.github.com/repos/github/hello-world/actions/runs/5/rerun"]},"previous_attempt_url":{"description":"The URL to the previous attempted run of this workflow, if one exists.","type":["string","null"],"examples":["https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3"]},"workflow_url":{"description":"The URL to the workflow.","type":"string","examples":["https://api.github.com/repos/github/hello-world/actions/workflows/main.yaml"]},"head_commit":{"anyOf":[{"type":"null"},{"$ref":"#/$defs/simple-commit"}]},"repository":{"$ref":"#/$defs/minimal-repository"},"head_repository":{"$ref":"#/$defs/minimal-repository"},"head_repository_id":{"type":"integer","examples":[5]},"display_title":{"type":"string","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.","examples":["Simple 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"]},"workflow-run-id":{"title":"Workflow Run ID","description":"The ID of the workflow run.","type":"integer","format":"int64"}},"resources":{"branch":{"$ref":"#/$defs/branch-with-protection"},"branch-summary":{"$ref":"#/$defs/short-branch"},"check-run":{"anyOf":[{"$ref":"#/$defs/check-run"},{"$ref":"#/$defs/check-run"},{"$ref":"#/$defs/check-run"}]},"combined-commit-status":{"$ref":"#/$defs/combined-commit-status"},"combined-commit-status-item":{"$ref":"#/$defs/simple-commit-status"},"commit-status":{"$ref":"#/$defs/status"},"deployment":{"anyOf":[{"$ref":"#/$defs/deployment"},{"$ref":"#/$defs/deployment"}]},"deployment-creation":{"anyOf":[{"$ref":"#/$defs/deployment"},{"type":"object","properties":{"message":{"type":"string"}}}]},"deployment-status":{"anyOf":[{"$ref":"#/$defs/deployment-status"},{"$ref":"#/$defs/deployment-status"},{"$ref":"#/$defs/deployment-status"}]},"file-commit":{"anyOf":[{"$ref":"#/$defs/file-commit"},{"$ref":"#/$defs/file-commit"}]},"file-deletion":{"$ref":"#/$defs/file-commit"},"issue":{"anyOf":[{"$ref":"#/$defs/issue"},{"$ref":"#/$defs/issue"},{"allOf":[{"$ref":"#/$defs/issue"},{"type":"object","properties":{"suggestions":{"type":"object","description":"Pending suggestions for each suggestible field (`type`,\n`issue_field_values`, `labels`, `assignees`, `state`) the\nrequest touched. Omitted for fields not in the request or\nwith no pending or ignored suggestions. Items tagged\n`ignored` are echoes of the current request's inputs that\nwere not persisted as pending suggestions.\n","properties":{"type":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"rationale":{"type":"string"},"suggest":{"type":"boolean"},"confidence":{"type":"string","enum":["low","medium","high"]},"ignored":{"type":"boolean"},"ignored_reason":{"type":"string","enum":["already_applied","issue_already_closed"]}}}},"issue_field_values":{"type":"array","items":{"type":"object","properties":{"field_id":{"type":"integer"},"value":{"oneOf":[{"type":"string"},{"type":"number"},{"type":"array","items":{"type":"string"}}]},"rationale":{"type":"string"},"suggest":{"type":"boolean"},"confidence":{"type":"string","enum":["low","medium","high"]},"ignored":{"type":"boolean"},"ignored_reason":{"type":"string","enum":["already_applied","issue_already_closed"]}}}},"labels":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"rationale":{"type":"string"},"suggest":{"type":"boolean"},"confidence":{"type":"string","enum":["low","medium","high"]},"ignored":{"type":"boolean"},"ignored_reason":{"type":"string","enum":["already_applied","issue_already_closed"]}}}},"assignees":{"type":"array","items":{"type":"object","properties":{"login":{"type":"string"},"rationale":{"type":"string"},"suggest":{"type":"boolean"},"confidence":{"type":"string","enum":["low","medium","high"]},"ignored":{"type":"boolean"},"ignored_reason":{"type":"string","enum":["already_applied","issue_already_closed"]}}}},"state":{"type":"array","items":{"type":"object","properties":{"value":{"type":"string"},"state_reason":{"type":"string"},"duplicate_issue_id":{"type":"integer"},"rationale":{"type":"string"},"suggest":{"type":"boolean"},"confidence":{"type":"string","enum":["low","medium","high"]},"ignored":{"type":"boolean"},"ignored_reason":{"type":"string","enum":["already_applied","issue_already_closed"]}}}}}}}}]}]},"issue-comment":{"anyOf":[{"$ref":"#/$defs/issue-comment"},{"$ref":"#/$defs/issue-comment"},{"$ref":"#/$defs/issue-comment"},{"$ref":"#/$defs/issue-comment"}]},"pull-request":{"anyOf":[{"$ref":"#/$defs/pull-request"},{"$ref":"#/$defs/pull-request"},{"$ref":"#/$defs/pull-request"}]},"pull-request-branch-update":{"type":"object","properties":{"message":{"type":"string"},"url":{"type":"string"}}},"pull-request-file":{"$ref":"#/$defs/diff-entry"},"pull-request-merge":{"$ref":"#/$defs/pull-request-merge-result"},"pull-request-review":{"anyOf":[{"$ref":"#/$defs/pull-request-review"},{"$ref":"#/$defs/pull-request-review"}]},"pull-request-review-comment":{"anyOf":[{"$ref":"#/$defs/pull-request-review-comment"},{"$ref":"#/$defs/pull-request-review-comment"},{"$ref":"#/$defs/pull-request-review-comment"},{"$ref":"#/$defs/pull-request-review-comment"},{"$ref":"#/$defs/pull-request-review-comment"}]},"pull-request-review-request":{"anyOf":[{"$ref":"#/$defs/pull-request-simple"},{"$ref":"#/$defs/pull-request-simple"}]},"pull-request-summary":{"$ref":"#/$defs/pull-request-simple"},"reference":{"$ref":"#/$defs/git-ref"},"release":{"anyOf":[{"$ref":"#/$defs/release"},{"$ref":"#/$defs/release"},{"$ref":"#/$defs/release"},{"$ref":"#/$defs/release"}]},"release-asset":{"anyOf":[{"$ref":"#/$defs/release-asset"},{"$ref":"#/$defs/release-asset"},{"$ref":"#/$defs/release-asset"}]},"repository":{"$ref":"#/$defs/full-repository"},"repository-content":{"oneOf":[{"$ref":"#/$defs/content-directory"},{"$ref":"#/$defs/content-file"},{"$ref":"#/$defs/content-symlink"},{"$ref":"#/$defs/content-submodule"}],"discriminator":{"propertyName":"type","mapping":{"array":"#/components/schemas/content-directory","file":"#/components/schemas/content-file","symlink":"#/components/schemas/content-symlink","submodule":"#/components/schemas/content-submodule"}}},"repository-content-directory":{"$ref":"#/$defs/content-directory"},"repository-content-directory-item":{"type":"object","properties":{"type":{"type":"string","enum":["dir","file","submodule","symlink"]},"size":{"type":"integer"},"name":{"type":"string"},"path":{"type":"string"},"content":{"type":"string"},"sha":{"type":"string"},"url":{"type":"string","format":"uri"},"git_url":{"type":["string","null"],"format":"uri"},"html_url":{"type":["string","null"],"format":"uri"},"download_url":{"type":["string","null"],"format":"uri"},"_links":{"type":"object","properties":{"git":{"type":["string","null"],"format":"uri"},"html":{"type":["string","null"],"format":"uri"},"self":{"type":"string","format":"uri"}},"required":["git","html","self"]}},"required":["_links","git_url","html_url","download_url","name","path","sha","size","type","url"]},"repository-content-file":{"$ref":"#/$defs/content-file"},"repository-content-submodule":{"$ref":"#/$defs/content-submodule"},"repository-content-symlink":{"$ref":"#/$defs/content-symlink"},"repository-summary":{"allOf":[{"$ref":"#/$defs/repository"},{"type":"object","properties":{"custom_properties":{"type":"object","description":"The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. Present for org repos only.","additionalProperties":true}}}]},"workflow":{"anyOf":[{"$ref":"#/$defs/workflow"},{"$ref":"#/$defs/workflow"}]},"workflow-dispatch":{"$ref":"#/$defs/workflow-dispatch-response"},"workflow-job":{"anyOf":[{"$ref":"#/$defs/job"},{"$ref":"#/$defs/job"}]},"workflow-run":{"anyOf":[{"$ref":"#/$defs/workflow-run"},{"$ref":"#/$defs/workflow-run"},{"$ref":"#/$defs/workflow-run"}]}},"source":{"apiVersion":"2026-03-10","commit":"fee3373e1517aa7a3510c5db165154f47baf8d97","path":"descriptions-next/api.github.com/api.github.com.2026-03-10.json","sha256":"28e1078329af8754ccbf62c18c5fb27002a1b9f896041f7cb610066d001055d8"}}