Skip to content

Commit

Permalink
fix(schema): correct some schema IDs (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Apr 22, 2024
1 parent eb87d8d commit babdb8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -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"] },
Expand Down
@@ -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"] },
Expand Down

0 comments on commit babdb8a

Please sign in to comment.