Skip to content

Commit babdb8a

Browse files
authored
fix(schema): correct some schema IDs (#921)
1 parent eb87d8d commit babdb8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

payload-schemas/api.github.com/branch_protection_configuration/disabled.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "branch protection configuration disabled event",
3-
"$id": "branch_protection_rule$disabled",
3+
"$id": "branch_protection_configuration$disabled",
44
"type": "object",
55
"properties": {
66
"action": { "type": "string", "enum": ["disabled"] },

payload-schemas/api.github.com/branch_protection_configuration/enabled.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "branch protection configuration enabled event",
3-
"$id": "branch_protection_rule$enabled",
3+
"$id": "branch_protection_configuration$enabled",
44
"type": "object",
55
"properties": {
66
"action": { "type": "string", "enum": ["enabled"] },

0 commit comments

Comments
 (0)