Skip to content

Commit

Permalink
feat: narrow down type property on ping event
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Jul 5, 2022
1 parent cd18eae commit 8560190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payload-schemas/api.github.com/ping/event.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"deliveries_url"
],
"properties": {
"type": { "type": "string" },
"type": { "type": "string", "enum": ["Repository", "Organization"] },
"id": { "type": "integer" },
"name": { "type": "string" },
"active": { "type": "boolean" },
Expand Down

0 comments on commit 8560190

Please sign in to comment.