diff --git a/src/github-apps/lib/config.json b/src/github-apps/lib/config.json index e5af0051eb5a..e4b86ddbe6a3 100644 --- a/src/github-apps/lib/config.json +++ b/src/github-apps/lib/config.json @@ -60,5 +60,5 @@ "2022-11-28" ] }, - "sha": "cd15105abbd188f1d9bc5ac730932fff9fe5cd8e" + "sha": "61444d47d4a539686946556ec28a14e1ed7c1fba" } \ 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 f482c438841c..1d5152ce6b7d 100644 --- a/src/rest/data/fpt-2022-11-28/schema.json +++ b/src/rest/data/fpt-2022-11-28/schema.json @@ -215727,7 +215727,7 @@ "type": "object", "description": "The assignee that has been granted access to GitHub Copilot.", "additionalProperties": true, - "enum": [ + "oneOf": [ { "title": "Simple User", "description": "A GitHub user.", @@ -217050,7 +217050,7 @@ "type": "object", "description": "The assignee that has been granted access to GitHub Copilot.", "additionalProperties": true, - "enum": [ + "oneOf": [ { "title": "Simple User", "description": "A GitHub user.", diff --git a/src/rest/data/ghec-2022-11-28/schema.json b/src/rest/data/ghec-2022-11-28/schema.json index d0fb0b5a87d4..bc076554c2a2 100644 --- a/src/rest/data/ghec-2022-11-28/schema.json +++ b/src/rest/data/ghec-2022-11-28/schema.json @@ -227436,7 +227436,7 @@ "type": "object", "description": "The assignee that has been granted access to GitHub Copilot.", "additionalProperties": true, - "enum": [ + "oneOf": [ { "title": "Simple User", "description": "A GitHub user.", @@ -228759,7 +228759,7 @@ "type": "object", "description": "The assignee that has been granted access to GitHub Copilot.", "additionalProperties": true, - "enum": [ + "oneOf": [ { "title": "Simple User", "description": "A GitHub user.", diff --git a/src/rest/lib/config.json b/src/rest/lib/config.json index 1001766c128f..ea6da6adc98c 100644 --- a/src/rest/lib/config.json +++ b/src/rest/lib/config.json @@ -36,5 +36,5 @@ ] } }, - "sha": "cd15105abbd188f1d9bc5ac730932fff9fe5cd8e" + "sha": "61444d47d4a539686946556ec28a14e1ed7c1fba" } \ No newline at end of file diff --git a/src/webhooks/lib/config.json b/src/webhooks/lib/config.json index 460f7b04501b..5f9649cd1757 100644 --- a/src/webhooks/lib/config.json +++ b/src/webhooks/lib/config.json @@ -1,3 +1,3 @@ { - "sha": "cd15105abbd188f1d9bc5ac730932fff9fe5cd8e" + "sha": "61444d47d4a539686946556ec28a14e1ed7c1fba" } \ No newline at end of file