Skip to content

Commit

Permalink
Merge pull request #447 from open-rpc/fix/result-optional
Browse files Browse the repository at this point in the history
fix: make result optional for notifications
  • Loading branch information
shanejonas authored Feb 6, 2023
2 parents ce55556 + e944b6c commit e299647
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,7 @@
"type": "object",
"required": [
"name",
"params",
"result"
"params"
],
"properties": {
"name": {
Expand Down

0 comments on commit e299647

Please sign in to comment.