diff --git a/payload-schemas/api.github.com/branch_protection_configuration/disabled.schema.json b/payload-schemas/api.github.com/branch_protection_configuration/disabled.schema.json index 1ef241ef9..670394277 100644 --- a/payload-schemas/api.github.com/branch_protection_configuration/disabled.schema.json +++ b/payload-schemas/api.github.com/branch_protection_configuration/disabled.schema.json @@ -1,6 +1,6 @@ { "title": "branch protection configuration disabled event", - "$id": "branch_protection_rule$disabled", + "$id": "branch_protection_configuration$disabled", "type": "object", "properties": { "action": { "type": "string", "enum": ["disabled"] }, diff --git a/payload-schemas/api.github.com/branch_protection_configuration/enabled.schema.json b/payload-schemas/api.github.com/branch_protection_configuration/enabled.schema.json index cdf4be842..51b4c71e9 100644 --- a/payload-schemas/api.github.com/branch_protection_configuration/enabled.schema.json +++ b/payload-schemas/api.github.com/branch_protection_configuration/enabled.schema.json @@ -1,6 +1,6 @@ { "title": "branch protection configuration enabled event", - "$id": "branch_protection_rule$enabled", + "$id": "branch_protection_configuration$enabled", "type": "object", "properties": { "action": { "type": "string", "enum": ["enabled"] },