Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat: new topics property for repository
  • Loading branch information
wolfy1339 committed Nov 22, 2021
1 parent 8db569c commit 831d811
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion payload-schemas/api.github.com/common/repository.schema.json
Expand Up @@ -76,7 +76,8 @@
"open_issues",
"watchers",
"default_branch",
"is_template"
"is_template",
"topics"
],
"properties": {
"id": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 831d811

Please sign in to comment.