From 831d811bc0467769195aa3820b4acc36f2eef4df Mon Sep 17 00:00:00 2001 From: wolfy1339 Date: Mon, 11 Oct 2021 13:41:41 -0400 Subject: [PATCH] feat: new `topics` property for `repository` --- payload-schemas/api.github.com/common/repository.schema.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/payload-schemas/api.github.com/common/repository.schema.json b/payload-schemas/api.github.com/common/repository.schema.json index 46f0d1092..e4050eaba 100644 --- a/payload-schemas/api.github.com/common/repository.schema.json +++ b/payload-schemas/api.github.com/common/repository.schema.json @@ -76,7 +76,8 @@ "open_issues", "watchers", "default_branch", - "is_template" + "is_template", + "topics" ], "properties": { "id": { @@ -223,6 +224,7 @@ "description": "Whether to allow private forks" }, "is_template": { "type": "boolean" }, + "topics": { "type": "array", "items": { "type": "string" } }, "visibility": { "type": "string", "enum": ["public", "private"] }, "delete_branch_on_merge": { "type": "boolean",