Skip to content

Commit

Permalink
fix(schema): correct spelling error in $id property for `Discussion…
Browse files Browse the repository at this point in the history
…TransferredEvent` (#441)
  • Loading branch information
wolfy1339 authored Apr 13, 2021
1 parent 51dbc3a commit b6f67f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payload-schemas/schemas/discussion/transferred.schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "discussion$transfered",
"$id": "discussion$transferred",
"type": "object",
"required": ["action", "changes", "discussion", "repository", "sender"],
"properties": {
Expand Down

0 comments on commit b6f67f4

Please sign in to comment.