From 75b2564c2b77d145983639a348d7531537022c2d Mon Sep 17 00:00:00 2001
From: docs-bot <77750099+docs-bot@users.noreply.github.com>
Date: Thu, 13 Feb 2025 05:41:08 -0500
Subject: [PATCH 1/9] Update OpenAPI Description (#54385)
Co-authored-by: Anne-Marie <102995847+am-stead@users.noreply.github.com>
---
src/github-apps/lib/config.json | 2 +-
src/rest/data/fpt-2022-11-28/schema.json | 735 ++++++++++++++
src/rest/data/ghec-2022-11-28/schema.json | 914 +++++++++++++++++-
.../data/ghes-3.10-2022-11-28/schema.json | 879 ++++++++++++++++-
.../data/ghes-3.11-2022-11-28/schema.json | 879 ++++++++++++++++-
.../data/ghes-3.12-2022-11-28/schema.json | 879 ++++++++++++++++-
.../data/ghes-3.13-2022-11-28/schema.json | 879 ++++++++++++++++-
.../data/ghes-3.14-2022-11-28/schema.json | 879 ++++++++++++++++-
.../data/ghes-3.15-2022-11-28/schema.json | 879 ++++++++++++++++-
src/rest/lib/config.json | 2 +-
src/webhooks/data/fpt/schema.json | 129 +++
src/webhooks/data/ghec/schema.json | 129 +++
src/webhooks/data/ghes-3.10/schema.json | 129 +++
src/webhooks/data/ghes-3.11/schema.json | 129 +++
src/webhooks/data/ghes-3.12/schema.json | 129 +++
src/webhooks/data/ghes-3.13/schema.json | 129 +++
src/webhooks/data/ghes-3.14/schema.json | 129 +++
src/webhooks/data/ghes-3.15/schema.json | 129 +++
src/webhooks/lib/config.json | 2 +-
19 files changed, 7944 insertions(+), 17 deletions(-)
diff --git a/src/github-apps/lib/config.json b/src/github-apps/lib/config.json
index 508058bc588f..617d6477d902 100644
--- a/src/github-apps/lib/config.json
+++ b/src/github-apps/lib/config.json
@@ -60,5 +60,5 @@
"2022-11-28"
]
},
- "sha": "e3254a3a74aa7e51a1d6d77dd3052808a0f4b44b"
+ "sha": "a06f88d7e84c4fde21c3d915cd510e858f0c8fe5"
}
\ No newline at end of file
diff --git a/src/rest/data/fpt-2022-11-28/schema.json b/src/rest/data/fpt-2022-11-28/schema.json
index 139a401774e4..a2fdcc0fafcc 100644
--- a/src/rest/data/fpt-2022-11-28/schema.json
+++ b/src/rest/data/fpt-2022-11-28/schema.json
@@ -155838,6 +155838,181 @@
"trees_url",
"url"
]
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -156640,6 +156815,181 @@
}
}
}
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -157273,6 +157623,181 @@
}
}
}
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -157941,6 +158466,181 @@
}
}
}
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -555672,6 +556372,13 @@
"null"
],
"description": "Whether the detected secret was found in multiple repositories in the same organization or enterprise."
+ },
+ "is_base64_encoded": {
+ "type": [
+ "boolean",
+ "null"
+ ],
+ "description": "A boolean value representing whether or not alert is base64 encoded"
}
}
}
@@ -557336,6 +558043,13 @@
"null"
],
"description": "Whether the detected secret was found in multiple repositories in the same organization or enterprise."
+ },
+ "is_base64_encoded": {
+ "type": [
+ "boolean",
+ "null"
+ ],
+ "description": "A boolean value representing whether or not alert is base64 encoded"
}
}
}
@@ -558325,6 +559039,13 @@
"null"
],
"description": "Whether the detected secret was found in multiple repositories under the same organization or enterprise."
+ },
+ "is_base64_encoded": {
+ "type": [
+ "boolean",
+ "null"
+ ],
+ "description": "A boolean value representing whether or not alert is base64 encoded"
}
}
}
@@ -559116,6 +559837,13 @@
"null"
],
"description": "Whether the detected secret was found in multiple repositories under the same organization or enterprise."
+ },
+ "is_base64_encoded": {
+ "type": [
+ "boolean",
+ "null"
+ ],
+ "description": "A boolean value representing whether or not alert is base64 encoded"
}
}
}
@@ -559965,6 +560693,13 @@
"null"
],
"description": "Whether the detected secret was found in multiple repositories under the same organization or enterprise."
+ },
+ "is_base64_encoded": {
+ "type": [
+ "boolean",
+ "null"
+ ],
+ "description": "A boolean value representing whether or not alert is base64 encoded"
}
}
}
diff --git a/src/rest/data/ghec-2022-11-28/schema.json b/src/rest/data/ghec-2022-11-28/schema.json
index d55a4d0ae698..fb688bbd2814 100644
--- a/src/rest/data/ghec-2022-11-28/schema.json
+++ b/src/rest/data/ghec-2022-11-28/schema.json
@@ -165326,6 +165326,181 @@
"trees_url",
"url"
]
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -166782,6 +166957,181 @@
"trees_url",
"url"
]
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -167584,6 +167934,181 @@
}
}
}
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -168217,6 +168742,181 @@
}
}
}
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -168885,6 +169585,181 @@
}
}
}
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -288046,7 +288921,7 @@
"parameters": [
{
"name": "filter",
- "description": "
If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are externalId
, id
, and displayName
. For example, ?filter='externalId eq \"9138790-10932-109120392-12321\"'
.
",
+ "description": "If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are externalId
, id
, and displayName
. For example, ?filter=externalId eq \"9138790-10932-109120392-12321\"
.
",
"in": "query",
"required": false,
"schema": {
@@ -290205,7 +291080,7 @@
"parameters": [
{
"name": "filter",
- "description": "If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are userName
, externalId
, id
, and displayName
. For example, ?filter='externalId eq \"9138790-10932-109120392-12321\"'
.
",
+ "description": "If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are userName
, externalId
, id
, and displayName
. For example, ?filter=externalId eq \"9138790-10932-109120392-12321\"
.
",
"in": "query",
"required": false,
"schema": {
@@ -596888,6 +597763,13 @@
"null"
],
"description": "Whether the detected secret was found in multiple repositories in the same organization or enterprise."
+ },
+ "is_base64_encoded": {
+ "type": [
+ "boolean",
+ "null"
+ ],
+ "description": "A boolean value representing whether or not alert is base64 encoded"
}
}
}
@@ -598552,6 +599434,13 @@
"null"
],
"description": "Whether the detected secret was found in multiple repositories in the same organization or enterprise."
+ },
+ "is_base64_encoded": {
+ "type": [
+ "boolean",
+ "null"
+ ],
+ "description": "A boolean value representing whether or not alert is base64 encoded"
}
}
}
@@ -599541,6 +600430,13 @@
"null"
],
"description": "Whether the detected secret was found in multiple repositories under the same organization or enterprise."
+ },
+ "is_base64_encoded": {
+ "type": [
+ "boolean",
+ "null"
+ ],
+ "description": "A boolean value representing whether or not alert is base64 encoded"
}
}
}
@@ -600332,6 +601228,13 @@
"null"
],
"description": "Whether the detected secret was found in multiple repositories under the same organization or enterprise."
+ },
+ "is_base64_encoded": {
+ "type": [
+ "boolean",
+ "null"
+ ],
+ "description": "A boolean value representing whether or not alert is base64 encoded"
}
}
}
@@ -601181,6 +602084,13 @@
"null"
],
"description": "Whether the detected secret was found in multiple repositories under the same organization or enterprise."
+ },
+ "is_base64_encoded": {
+ "type": [
+ "boolean",
+ "null"
+ ],
+ "description": "A boolean value representing whether or not alert is base64 encoded"
}
}
}
diff --git a/src/rest/data/ghes-3.10-2022-11-28/schema.json b/src/rest/data/ghes-3.10-2022-11-28/schema.json
index 35caadbb9945..6d7489f0e50b 100644
--- a/src/rest/data/ghes-3.10-2022-11-28/schema.json
+++ b/src/rest/data/ghes-3.10-2022-11-28/schema.json
@@ -153011,6 +153011,181 @@
"trees_url",
"url"
]
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -154449,6 +154624,181 @@
"trees_url",
"url"
]
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -155206,6 +155556,181 @@
}
}
}
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -155839,6 +156364,181 @@
}
}
}
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -156507,6 +157207,181 @@
}
}
}
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -207662,7 +208537,7 @@
"parameters": [
{
"name": "filter",
- "description": "If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are externalId
, id
, and displayName
. For example, ?filter='externalId eq \"9138790-10932-109120392-12321\"'
.
",
+ "description": "If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are externalId
, id
, and displayName
. For example, ?filter=externalId eq \"9138790-10932-109120392-12321\"
.
",
"in": "query",
"required": false,
"schema": {
@@ -209821,7 +210696,7 @@
"parameters": [
{
"name": "filter",
- "description": "If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are userName
, externalId
, id
, and displayName
. For example, ?filter='externalId eq \"9138790-10932-109120392-12321\"'
.
",
+ "description": "If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are userName
, externalId
, id
, and displayName
. For example, ?filter=externalId eq \"9138790-10932-109120392-12321\"
.
",
"in": "query",
"required": false,
"schema": {
diff --git a/src/rest/data/ghes-3.11-2022-11-28/schema.json b/src/rest/data/ghes-3.11-2022-11-28/schema.json
index 7c4dfc25f50c..b410bfa8b05c 100644
--- a/src/rest/data/ghes-3.11-2022-11-28/schema.json
+++ b/src/rest/data/ghes-3.11-2022-11-28/schema.json
@@ -153035,6 +153035,181 @@
"trees_url",
"url"
]
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -154473,6 +154648,181 @@
"trees_url",
"url"
]
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -155230,6 +155580,181 @@
}
}
}
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -155863,6 +156388,181 @@
}
}
}
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -156531,6 +157231,181 @@
}
}
}
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -207905,7 +208780,7 @@
"parameters": [
{
"name": "filter",
- "description": "If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are externalId
, id
, and displayName
. For example, ?filter='externalId eq \"9138790-10932-109120392-12321\"'
.
",
+ "description": "If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are externalId
, id
, and displayName
. For example, ?filter=externalId eq \"9138790-10932-109120392-12321\"
.
",
"in": "query",
"required": false,
"schema": {
@@ -210064,7 +210939,7 @@
"parameters": [
{
"name": "filter",
- "description": "If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are userName
, externalId
, id
, and displayName
. For example, ?filter='externalId eq \"9138790-10932-109120392-12321\"'
.
",
+ "description": "If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are userName
, externalId
, id
, and displayName
. For example, ?filter=externalId eq \"9138790-10932-109120392-12321\"
.
",
"in": "query",
"required": false,
"schema": {
diff --git a/src/rest/data/ghes-3.12-2022-11-28/schema.json b/src/rest/data/ghes-3.12-2022-11-28/schema.json
index feb6f7f0b084..cf7aa51a71e6 100644
--- a/src/rest/data/ghes-3.12-2022-11-28/schema.json
+++ b/src/rest/data/ghes-3.12-2022-11-28/schema.json
@@ -153356,6 +153356,181 @@
"trees_url",
"url"
]
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -154794,6 +154969,181 @@
"trees_url",
"url"
]
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -155551,6 +155901,181 @@
}
}
}
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -156184,6 +156709,181 @@
}
}
}
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -156852,6 +157552,181 @@
}
}
}
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -210091,7 +210966,7 @@
"parameters": [
{
"name": "filter",
- "description": "If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are externalId
, id
, and displayName
. For example, ?filter='externalId eq \"9138790-10932-109120392-12321\"'
.
",
+ "description": "If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are externalId
, id
, and displayName
. For example, ?filter=externalId eq \"9138790-10932-109120392-12321\"
.
",
"in": "query",
"required": false,
"schema": {
@@ -212250,7 +213125,7 @@
"parameters": [
{
"name": "filter",
- "description": "If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are userName
, externalId
, id
, and displayName
. For example, ?filter='externalId eq \"9138790-10932-109120392-12321\"'
.
",
+ "description": "If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are userName
, externalId
, id
, and displayName
. For example, ?filter=externalId eq \"9138790-10932-109120392-12321\"
.
",
"in": "query",
"required": false,
"schema": {
diff --git a/src/rest/data/ghes-3.13-2022-11-28/schema.json b/src/rest/data/ghes-3.13-2022-11-28/schema.json
index 831bfb1f9619..576bbec25d91 100644
--- a/src/rest/data/ghes-3.13-2022-11-28/schema.json
+++ b/src/rest/data/ghes-3.13-2022-11-28/schema.json
@@ -153500,6 +153500,181 @@
"trees_url",
"url"
]
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -154938,6 +155113,181 @@
"trees_url",
"url"
]
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -155695,6 +156045,181 @@
}
}
}
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -156328,6 +156853,181 @@
}
}
}
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -156996,6 +157696,181 @@
}
}
}
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -210267,7 +211142,7 @@
"parameters": [
{
"name": "filter",
- "description": "If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are externalId
, id
, and displayName
. For example, ?filter='externalId eq \"9138790-10932-109120392-12321\"'
.
",
+ "description": "If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are externalId
, id
, and displayName
. For example, ?filter=externalId eq \"9138790-10932-109120392-12321\"
.
",
"in": "query",
"required": false,
"schema": {
@@ -212426,7 +213301,7 @@
"parameters": [
{
"name": "filter",
- "description": "If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are userName
, externalId
, id
, and displayName
. For example, ?filter='externalId eq \"9138790-10932-109120392-12321\"'
.
",
+ "description": "If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are userName
, externalId
, id
, and displayName
. For example, ?filter=externalId eq \"9138790-10932-109120392-12321\"
.
",
"in": "query",
"required": false,
"schema": {
diff --git a/src/rest/data/ghes-3.14-2022-11-28/schema.json b/src/rest/data/ghes-3.14-2022-11-28/schema.json
index 7eec06f01a48..970368be2446 100644
--- a/src/rest/data/ghes-3.14-2022-11-28/schema.json
+++ b/src/rest/data/ghes-3.14-2022-11-28/schema.json
@@ -153500,6 +153500,181 @@
"trees_url",
"url"
]
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -154938,6 +155113,181 @@
"trees_url",
"url"
]
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -155695,6 +156045,181 @@
}
}
}
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -156328,6 +156853,181 @@
}
}
}
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -156996,6 +157696,181 @@
}
}
}
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -210267,7 +211142,7 @@
"parameters": [
{
"name": "filter",
- "description": "If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are externalId
, id
, and displayName
. For example, ?filter='externalId eq \"9138790-10932-109120392-12321\"'
.
",
+ "description": "If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are externalId
, id
, and displayName
. For example, ?filter=externalId eq \"9138790-10932-109120392-12321\"
.
",
"in": "query",
"required": false,
"schema": {
@@ -212426,7 +213301,7 @@
"parameters": [
{
"name": "filter",
- "description": "If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are userName
, externalId
, id
, and displayName
. For example, ?filter='externalId eq \"9138790-10932-109120392-12321\"'
.
",
+ "description": "If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are userName
, externalId
, id
, and displayName
. For example, ?filter=externalId eq \"9138790-10932-109120392-12321\"
.
",
"in": "query",
"required": false,
"schema": {
diff --git a/src/rest/data/ghes-3.15-2022-11-28/schema.json b/src/rest/data/ghes-3.15-2022-11-28/schema.json
index e88d2aeaac63..b17f562e8a16 100644
--- a/src/rest/data/ghes-3.15-2022-11-28/schema.json
+++ b/src/rest/data/ghes-3.15-2022-11-28/schema.json
@@ -154192,6 +154192,181 @@
"trees_url",
"url"
]
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -155630,6 +155805,181 @@
"trees_url",
"url"
]
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -156387,6 +156737,181 @@
}
}
}
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -157020,6 +157545,181 @@
}
}
}
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -157688,6 +158388,181 @@
}
}
}
+ },
+ "dismissal_approved_by": {
+ "anyOf": [
+ {
+ "type": "null"
+ },
+ {
+ "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"
+ ]
+ }
+ ]
}
},
"required": [
@@ -213164,7 +214039,7 @@
"parameters": [
{
"name": "filter",
- "description": "If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are externalId
, id
, and displayName
. For example, ?filter='externalId eq \"9138790-10932-109120392-12321\"'
.
",
+ "description": "If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are externalId
, id
, and displayName
. For example, ?filter=externalId eq \"9138790-10932-109120392-12321\"
.
",
"in": "query",
"required": false,
"schema": {
@@ -215323,7 +216198,7 @@
"parameters": [
{
"name": "filter",
- "description": "If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are userName
, externalId
, id
, and displayName
. For example, ?filter='externalId eq \"9138790-10932-109120392-12321\"'
.
",
+ "description": "If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are userName
, externalId
, id
, and displayName
. For example, ?filter=externalId eq \"9138790-10932-109120392-12321\"
.
",
"in": "query",
"required": false,
"schema": {
diff --git a/src/rest/lib/config.json b/src/rest/lib/config.json
index 6c08a3403bf7..2b2642d49af7 100644
--- a/src/rest/lib/config.json
+++ b/src/rest/lib/config.json
@@ -50,5 +50,5 @@
]
}
},
- "sha": "e3254a3a74aa7e51a1d6d77dd3052808a0f4b44b"
+ "sha": "a06f88d7e84c4fde21c3d915cd510e858f0c8fe5"
}
\ No newline at end of file
diff --git a/src/webhooks/data/fpt/schema.json b/src/webhooks/data/fpt/schema.json
index bc457e572caa..a93a16fdce64 100644
--- a/src/webhooks/data/fpt/schema.json
+++ b/src/webhooks/data/fpt/schema.json
@@ -10828,6 +10828,130 @@
"name": "url",
"description": "",
"isRequired": true
+ },
+ {
+ "type": "object or null",
+ "name": "dismissal_approved_by",
+ "description": "",
+ "childParamsGroups": [
+ {
+ "type": "string",
+ "name": "avatar_url",
+ "description": ""
+ },
+ {
+ "type": "boolean",
+ "name": "deleted",
+ "description": ""
+ },
+ {
+ "type": "string or null",
+ "name": "email",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "events_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "followers_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "following_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "gists_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "gravatar_id",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "html_url",
+ "description": ""
+ },
+ {
+ "type": "integer",
+ "name": "id",
+ "description": "",
+ "isRequired": true
+ },
+ {
+ "type": "string",
+ "name": "login",
+ "description": "",
+ "isRequired": true
+ },
+ {
+ "type": "string",
+ "name": "name",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "node_id",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "organizations_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "received_events_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "repos_url",
+ "description": ""
+ },
+ {
+ "type": "boolean",
+ "name": "site_admin",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "starred_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "subscriptions_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "type",
+ "description": "",
+ "enum": [
+ "Bot",
+ "User",
+ "Organization"
+ ]
+ },
+ {
+ "type": "string",
+ "name": "url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "user_view_type",
+ "description": ""
+ }
+ ]
}
]
},
@@ -11163,6 +11287,11 @@
"name": "url",
"description": "",
"isRequired": true
+ },
+ {
+ "type": "null",
+ "name": "dismissal_approved_by",
+ "description": ""
}
]
},
diff --git a/src/webhooks/data/ghec/schema.json b/src/webhooks/data/ghec/schema.json
index 931330a30be1..a84eb03cd939 100644
--- a/src/webhooks/data/ghec/schema.json
+++ b/src/webhooks/data/ghec/schema.json
@@ -13232,6 +13232,130 @@
"name": "url",
"description": "",
"isRequired": true
+ },
+ {
+ "type": "object or null",
+ "name": "dismissal_approved_by",
+ "description": "",
+ "childParamsGroups": [
+ {
+ "type": "string",
+ "name": "avatar_url",
+ "description": ""
+ },
+ {
+ "type": "boolean",
+ "name": "deleted",
+ "description": ""
+ },
+ {
+ "type": "string or null",
+ "name": "email",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "events_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "followers_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "following_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "gists_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "gravatar_id",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "html_url",
+ "description": ""
+ },
+ {
+ "type": "integer",
+ "name": "id",
+ "description": "",
+ "isRequired": true
+ },
+ {
+ "type": "string",
+ "name": "login",
+ "description": "",
+ "isRequired": true
+ },
+ {
+ "type": "string",
+ "name": "name",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "node_id",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "organizations_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "received_events_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "repos_url",
+ "description": ""
+ },
+ {
+ "type": "boolean",
+ "name": "site_admin",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "starred_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "subscriptions_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "type",
+ "description": "",
+ "enum": [
+ "Bot",
+ "User",
+ "Organization"
+ ]
+ },
+ {
+ "type": "string",
+ "name": "url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "user_view_type",
+ "description": ""
+ }
+ ]
}
]
},
@@ -13567,6 +13691,11 @@
"name": "url",
"description": "",
"isRequired": true
+ },
+ {
+ "type": "null",
+ "name": "dismissal_approved_by",
+ "description": ""
}
]
},
diff --git a/src/webhooks/data/ghes-3.10/schema.json b/src/webhooks/data/ghes-3.10/schema.json
index ba611fd98afa..c726e2c12f12 100644
--- a/src/webhooks/data/ghes-3.10/schema.json
+++ b/src/webhooks/data/ghes-3.10/schema.json
@@ -10555,6 +10555,130 @@
"name": "url",
"description": "",
"isRequired": true
+ },
+ {
+ "type": "object or null",
+ "name": "dismissal_approved_by",
+ "description": "",
+ "childParamsGroups": [
+ {
+ "type": "string",
+ "name": "avatar_url",
+ "description": ""
+ },
+ {
+ "type": "boolean",
+ "name": "deleted",
+ "description": ""
+ },
+ {
+ "type": "string or null",
+ "name": "email",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "events_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "followers_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "following_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "gists_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "gravatar_id",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "html_url",
+ "description": ""
+ },
+ {
+ "type": "integer",
+ "name": "id",
+ "description": "",
+ "isRequired": true
+ },
+ {
+ "type": "string",
+ "name": "login",
+ "description": "",
+ "isRequired": true
+ },
+ {
+ "type": "string",
+ "name": "name",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "node_id",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "organizations_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "received_events_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "repos_url",
+ "description": ""
+ },
+ {
+ "type": "boolean",
+ "name": "site_admin",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "starred_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "subscriptions_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "type",
+ "description": "",
+ "enum": [
+ "Bot",
+ "User",
+ "Organization"
+ ]
+ },
+ {
+ "type": "string",
+ "name": "url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "user_view_type",
+ "description": ""
+ }
+ ]
}
]
},
@@ -10890,6 +11014,11 @@
"name": "url",
"description": "",
"isRequired": true
+ },
+ {
+ "type": "null",
+ "name": "dismissal_approved_by",
+ "description": ""
}
]
},
diff --git a/src/webhooks/data/ghes-3.11/schema.json b/src/webhooks/data/ghes-3.11/schema.json
index e4f1ebf6f02f..f078fdfa0aed 100644
--- a/src/webhooks/data/ghes-3.11/schema.json
+++ b/src/webhooks/data/ghes-3.11/schema.json
@@ -10679,6 +10679,130 @@
"name": "url",
"description": "",
"isRequired": true
+ },
+ {
+ "type": "object or null",
+ "name": "dismissal_approved_by",
+ "description": "",
+ "childParamsGroups": [
+ {
+ "type": "string",
+ "name": "avatar_url",
+ "description": ""
+ },
+ {
+ "type": "boolean",
+ "name": "deleted",
+ "description": ""
+ },
+ {
+ "type": "string or null",
+ "name": "email",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "events_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "followers_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "following_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "gists_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "gravatar_id",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "html_url",
+ "description": ""
+ },
+ {
+ "type": "integer",
+ "name": "id",
+ "description": "",
+ "isRequired": true
+ },
+ {
+ "type": "string",
+ "name": "login",
+ "description": "",
+ "isRequired": true
+ },
+ {
+ "type": "string",
+ "name": "name",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "node_id",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "organizations_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "received_events_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "repos_url",
+ "description": ""
+ },
+ {
+ "type": "boolean",
+ "name": "site_admin",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "starred_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "subscriptions_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "type",
+ "description": "",
+ "enum": [
+ "Bot",
+ "User",
+ "Organization"
+ ]
+ },
+ {
+ "type": "string",
+ "name": "url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "user_view_type",
+ "description": ""
+ }
+ ]
}
]
},
@@ -11014,6 +11138,11 @@
"name": "url",
"description": "",
"isRequired": true
+ },
+ {
+ "type": "null",
+ "name": "dismissal_approved_by",
+ "description": ""
}
]
},
diff --git a/src/webhooks/data/ghes-3.12/schema.json b/src/webhooks/data/ghes-3.12/schema.json
index a29e49f4ccfb..f39e17f79418 100644
--- a/src/webhooks/data/ghes-3.12/schema.json
+++ b/src/webhooks/data/ghes-3.12/schema.json
@@ -10679,6 +10679,130 @@
"name": "url",
"description": "",
"isRequired": true
+ },
+ {
+ "type": "object or null",
+ "name": "dismissal_approved_by",
+ "description": "",
+ "childParamsGroups": [
+ {
+ "type": "string",
+ "name": "avatar_url",
+ "description": ""
+ },
+ {
+ "type": "boolean",
+ "name": "deleted",
+ "description": ""
+ },
+ {
+ "type": "string or null",
+ "name": "email",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "events_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "followers_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "following_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "gists_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "gravatar_id",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "html_url",
+ "description": ""
+ },
+ {
+ "type": "integer",
+ "name": "id",
+ "description": "",
+ "isRequired": true
+ },
+ {
+ "type": "string",
+ "name": "login",
+ "description": "",
+ "isRequired": true
+ },
+ {
+ "type": "string",
+ "name": "name",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "node_id",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "organizations_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "received_events_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "repos_url",
+ "description": ""
+ },
+ {
+ "type": "boolean",
+ "name": "site_admin",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "starred_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "subscriptions_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "type",
+ "description": "",
+ "enum": [
+ "Bot",
+ "User",
+ "Organization"
+ ]
+ },
+ {
+ "type": "string",
+ "name": "url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "user_view_type",
+ "description": ""
+ }
+ ]
}
]
},
@@ -11014,6 +11138,11 @@
"name": "url",
"description": "",
"isRequired": true
+ },
+ {
+ "type": "null",
+ "name": "dismissal_approved_by",
+ "description": ""
}
]
},
diff --git a/src/webhooks/data/ghes-3.13/schema.json b/src/webhooks/data/ghes-3.13/schema.json
index b36033fdc2f8..364fa1e99a39 100644
--- a/src/webhooks/data/ghes-3.13/schema.json
+++ b/src/webhooks/data/ghes-3.13/schema.json
@@ -10679,6 +10679,130 @@
"name": "url",
"description": "",
"isRequired": true
+ },
+ {
+ "type": "object or null",
+ "name": "dismissal_approved_by",
+ "description": "",
+ "childParamsGroups": [
+ {
+ "type": "string",
+ "name": "avatar_url",
+ "description": ""
+ },
+ {
+ "type": "boolean",
+ "name": "deleted",
+ "description": ""
+ },
+ {
+ "type": "string or null",
+ "name": "email",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "events_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "followers_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "following_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "gists_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "gravatar_id",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "html_url",
+ "description": ""
+ },
+ {
+ "type": "integer",
+ "name": "id",
+ "description": "",
+ "isRequired": true
+ },
+ {
+ "type": "string",
+ "name": "login",
+ "description": "",
+ "isRequired": true
+ },
+ {
+ "type": "string",
+ "name": "name",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "node_id",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "organizations_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "received_events_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "repos_url",
+ "description": ""
+ },
+ {
+ "type": "boolean",
+ "name": "site_admin",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "starred_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "subscriptions_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "type",
+ "description": "",
+ "enum": [
+ "Bot",
+ "User",
+ "Organization"
+ ]
+ },
+ {
+ "type": "string",
+ "name": "url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "user_view_type",
+ "description": ""
+ }
+ ]
}
]
},
@@ -11014,6 +11138,11 @@
"name": "url",
"description": "",
"isRequired": true
+ },
+ {
+ "type": "null",
+ "name": "dismissal_approved_by",
+ "description": ""
}
]
},
diff --git a/src/webhooks/data/ghes-3.14/schema.json b/src/webhooks/data/ghes-3.14/schema.json
index 9ce15e1f8e51..944ae911e9b0 100644
--- a/src/webhooks/data/ghes-3.14/schema.json
+++ b/src/webhooks/data/ghes-3.14/schema.json
@@ -11849,6 +11849,130 @@
"name": "url",
"description": "",
"isRequired": true
+ },
+ {
+ "type": "object or null",
+ "name": "dismissal_approved_by",
+ "description": "",
+ "childParamsGroups": [
+ {
+ "type": "string",
+ "name": "avatar_url",
+ "description": ""
+ },
+ {
+ "type": "boolean",
+ "name": "deleted",
+ "description": ""
+ },
+ {
+ "type": "string or null",
+ "name": "email",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "events_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "followers_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "following_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "gists_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "gravatar_id",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "html_url",
+ "description": ""
+ },
+ {
+ "type": "integer",
+ "name": "id",
+ "description": "",
+ "isRequired": true
+ },
+ {
+ "type": "string",
+ "name": "login",
+ "description": "",
+ "isRequired": true
+ },
+ {
+ "type": "string",
+ "name": "name",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "node_id",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "organizations_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "received_events_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "repos_url",
+ "description": ""
+ },
+ {
+ "type": "boolean",
+ "name": "site_admin",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "starred_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "subscriptions_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "type",
+ "description": "",
+ "enum": [
+ "Bot",
+ "User",
+ "Organization"
+ ]
+ },
+ {
+ "type": "string",
+ "name": "url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "user_view_type",
+ "description": ""
+ }
+ ]
}
]
},
@@ -12184,6 +12308,11 @@
"name": "url",
"description": "",
"isRequired": true
+ },
+ {
+ "type": "null",
+ "name": "dismissal_approved_by",
+ "description": ""
}
]
},
diff --git a/src/webhooks/data/ghes-3.15/schema.json b/src/webhooks/data/ghes-3.15/schema.json
index fe9e575606dd..9ca62992e253 100644
--- a/src/webhooks/data/ghes-3.15/schema.json
+++ b/src/webhooks/data/ghes-3.15/schema.json
@@ -12012,6 +12012,130 @@
"name": "url",
"description": "",
"isRequired": true
+ },
+ {
+ "type": "object or null",
+ "name": "dismissal_approved_by",
+ "description": "",
+ "childParamsGroups": [
+ {
+ "type": "string",
+ "name": "avatar_url",
+ "description": ""
+ },
+ {
+ "type": "boolean",
+ "name": "deleted",
+ "description": ""
+ },
+ {
+ "type": "string or null",
+ "name": "email",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "events_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "followers_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "following_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "gists_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "gravatar_id",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "html_url",
+ "description": ""
+ },
+ {
+ "type": "integer",
+ "name": "id",
+ "description": "",
+ "isRequired": true
+ },
+ {
+ "type": "string",
+ "name": "login",
+ "description": "",
+ "isRequired": true
+ },
+ {
+ "type": "string",
+ "name": "name",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "node_id",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "organizations_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "received_events_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "repos_url",
+ "description": ""
+ },
+ {
+ "type": "boolean",
+ "name": "site_admin",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "starred_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "subscriptions_url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "type",
+ "description": "",
+ "enum": [
+ "Bot",
+ "User",
+ "Organization"
+ ]
+ },
+ {
+ "type": "string",
+ "name": "url",
+ "description": ""
+ },
+ {
+ "type": "string",
+ "name": "user_view_type",
+ "description": ""
+ }
+ ]
}
]
},
@@ -12347,6 +12471,11 @@
"name": "url",
"description": "",
"isRequired": true
+ },
+ {
+ "type": "null",
+ "name": "dismissal_approved_by",
+ "description": ""
}
]
},
diff --git a/src/webhooks/lib/config.json b/src/webhooks/lib/config.json
index 078e8848fd46..4eda31a7f25e 100644
--- a/src/webhooks/lib/config.json
+++ b/src/webhooks/lib/config.json
@@ -1,3 +1,3 @@
{
- "sha": "e3254a3a74aa7e51a1d6d77dd3052808a0f4b44b"
+ "sha": "a06f88d7e84c4fde21c3d915cd510e858f0c8fe5"
}
\ No newline at end of file
From c1eb9d2c77aa9d201f4b20e54d73aed010ea6600 Mon Sep 17 00:00:00 2001
From: Anne-Marie <102995847+am-stead@users.noreply.github.com>
Date: Thu, 13 Feb 2025 10:56:32 +0000
Subject: [PATCH 2/9] Fix broken link (#54379)
---
.../github-company-policies/github-anti-bribery-statement.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/site-policy/github-company-policies/github-anti-bribery-statement.md b/content/site-policy/github-company-policies/github-anti-bribery-statement.md
index 6b3328f6e93a..b7bed130fd29 100644
--- a/content/site-policy/github-company-policies/github-anti-bribery-statement.md
+++ b/content/site-policy/github-company-policies/github-anti-bribery-statement.md
@@ -9,7 +9,7 @@ topics:
- Policy
- Legal
---
-GitHub upholds our commitment to ethical business practices, including by prohibiting bribery and corruption. As [Transparency International](https://www.transparency.org/what-is-corruption#costs-of-corruption) explains, the costs of corruption are
+GitHub upholds our commitment to ethical business practices, including by prohibiting bribery and corruption. As [Transparency International](https://www.transparency.org/what-is-corruption) explains, the costs of corruption are
* **political**, by posing a major obstacle to democracy and the rule of law
* **economic**, by depleting national wealth
* **social**, by undermining people’s trust in political society, institutions, and leaders
From a76e9b30fb957dd6a21d9407583985017819715a Mon Sep 17 00:00:00 2001
From: Pallavi <96553709+pallsama@users.noreply.github.com>
Date: Thu, 13 Feb 2025 03:11:53 -0800
Subject: [PATCH 3/9] Updating 3.14.0 release notes retroactively to include
Team Discussions deprecation (#54390)
Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com>
---
data/release-notes/enterprise-server/3-14/0.yml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/data/release-notes/enterprise-server/3-14/0.yml b/data/release-notes/enterprise-server/3-14/0.yml
index 1f83264a018e..e692862bef83 100644
--- a/data/release-notes/enterprise-server/3-14/0.yml
+++ b/data/release-notes/enterprise-server/3-14/0.yml
@@ -225,7 +225,9 @@ sections:
deprecations:
- |
The Manage GHES API reached feature parity with the Management Console API in GHES 3.12. As a result, we will remove the Management Console API in GitHub Enterprise Server 3.15. For information about updating tooling that relies on the Management Console API, see [AUTOTITLE](/rest/enterprise-admin/management-console).
-
+ - |
+ Team discussions have been removed from {% data variables.product.prodname_ghe_server %}. The sunset of this feature was announced in 2023. See the [GitHub Blog post](https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/). [Updated: 2025-02-13]
+
errata:
- |
These release notes previously indicated as a known issue that on GitHub Enterprise Server 3.14.0 when log forwarding is enabled, some forwarded log entries may be duplicated.
@@ -234,3 +236,5 @@ sections:
These release notes did not include a note for support of the `directories` key in `dependabot.yml` files. [Updated: 2024-10-07]
- |
The "Changes" section indicated that "Pushes that update over 5,000 branches no longer trigger webhooks or GitHub Actions workflows." The change instead affects GitHub Enterprise Server version 3.15. [Updated: 2024-10-30]
+ - |
+ These release notes previously did not include a note for the deprecation of team discussions.
From 87d24d9e8f137b33ec5b3b34f3ac154413a09b15 Mon Sep 17 00:00:00 2001
From: Stacy Carter
Date: Thu, 13 Feb 2025 06:14:20 -0500
Subject: [PATCH 4/9] Update
restricting-access-to-githubcom-using-a-corporate-proxy.md to note support
for the feature during public preview (#54182)
Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com>
---
.../restricting-access-to-githubcom-using-a-corporate-proxy.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/admin/configuring-settings/hardening-security-for-your-enterprise/restricting-access-to-githubcom-using-a-corporate-proxy.md b/content/admin/configuring-settings/hardening-security-for-your-enterprise/restricting-access-to-githubcom-using-a-corporate-proxy.md
index b0393098d93b..027637e6d6a0 100644
--- a/content/admin/configuring-settings/hardening-security-for-your-enterprise/restricting-access-to-githubcom-using-a-corporate-proxy.md
+++ b/content/admin/configuring-settings/hardening-security-for-your-enterprise/restricting-access-to-githubcom-using-a-corporate-proxy.md
@@ -7,7 +7,7 @@ versions:
ghec: '*'
---
->[!NOTE] The header for restricting access to {% data variables.product.prodname_dotcom_the_website %} is currently in {% data variables.release-phases.public_preview %} and subject to change.
+>[!NOTE] The header for restricting access to {% data variables.product.prodname_dotcom_the_website %} is currently in {% data variables.release-phases.public_preview %} and subject to change. Although preview releases are not typically supported by {% data variables.product.company_short %} Support (see [AUTOTITLE](/get-started/using-github/exploring-early-access-releases-with-feature-preview#githubs-release-cycle)), this feature is supported by {% data variables.product.company_short %} Support while in {% data variables.release-phases.public_preview %}.
If you use {% data variables.product.prodname_emus %}, you can block users on your network from authenticating to {% data variables.product.prodname_dotcom_the_website %} with accounts that are not members of your enterprise. This helps reduce the risk of your company's data being exposed to the public.
From 0463a511e36da41823d5905817742053a35cf55c Mon Sep 17 00:00:00 2001
From: Larissa Fortuna <56982181+lkfortuna@users.noreply.github.com>
Date: Thu, 13 Feb 2025 03:20:10 -0800
Subject: [PATCH 5/9] Remove Azure sku references from documentation (#54393)
---
.../about-github-hosted-runners.md | 6 ------
1 file changed, 6 deletions(-)
diff --git a/content/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners.md b/content/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners.md
index b73efd30d02b..3da8be2b246a 100644
--- a/content/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners.md
+++ b/content/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners.md
@@ -184,12 +184,6 @@ You can install additional software on {% data variables.product.prodname_dotcom
{% data variables.product.prodname_dotcom %} hosts Linux and Windows runners on virtual machines in Microsoft Azure with the {% data variables.product.prodname_actions %} runner application installed. The {% data variables.product.prodname_dotcom %}-hosted runner application is a fork of the Azure Pipelines Agent. Inbound ICMP packets are blocked for all Azure virtual machines, so ping or traceroute commands might not work. {% data variables.product.prodname_dotcom %} hosts macOS runners in Azure data centers.
-For Linux and Windows x64 runners, {% data variables.product.company_short %} uses `Dadsv5-series` virtual machines. For more information, see [Dasv5 and Dadsv5-series](https://learn.microsoft.com/en-us/azure/virtual-machines/dasv5-dadsv5-series#dadsv5-series) in the Microsoft Azure documentation.
-
-For linux arm64 runners, {% data variables.product.company_short %} uses `Dpdsv6-series` virtual machines. For more information, see [Dpdsv6 series](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/general-purpose/dpdsv6-series?tabs=sizebasic) in the Microsoft Azure documentation.
-
-GPU runners use `NCasT4_v3-series` virtual machines. For more information, see [NCasT4_v3-series](https://learn.microsoft.com/en-us/azure/virtual-machines/nct4-v3-series) in the Microsoft Azure documentation.
-
## Workflow continuity
{% data reusables.actions.runner-workflow-continuity %}
From bbceccc6790131fe22475192132b623454086c86 Mon Sep 17 00:00:00 2001
From: hubwriter
Date: Thu, 13 Feb 2025 11:24:56 +0000
Subject: [PATCH 6/9] Using Copilot to migrate a project to a new language
(#54207)
Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com>
---
.../help/copilot/migration-no-css-website.png | Bin 0 -> 248137 bytes
.../copilot/migration-original-website.png | Bin 0 -> 413312 bytes
.../refactoring-code/index.md | 1 +
...ode-to-a-different-programming-language.md | 146 +++++
.../guides-on-using-github-copilot/index.md | 1 +
.../using-copilot-to-migrate-a-project.md | 507 ++++++++++++++++++
data/code-languages.yml | 3 +
7 files changed, 658 insertions(+)
create mode 100644 assets/images/help/copilot/migration-no-css-website.png
create mode 100644 assets/images/help/copilot/migration-original-website.png
create mode 100644 content/copilot/copilot-chat-cookbook/refactoring-code/translating-code-to-a-different-programming-language.md
create mode 100644 content/copilot/using-github-copilot/guides-on-using-github-copilot/using-copilot-to-migrate-a-project.md
diff --git a/assets/images/help/copilot/migration-no-css-website.png b/assets/images/help/copilot/migration-no-css-website.png
new file mode 100644
index 0000000000000000000000000000000000000000..76d556377e3651c14a512c4dc5fb83fe42b4a574
GIT binary patch
literal 248137
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
z
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
8bU;feW+oB*MuJ8w^8JS5^7nrZ)O{pSkD!($Cw9
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 |