Skip to content

Commit

Permalink
fix: Both UserInterestProviderParams are required now
Browse files Browse the repository at this point in the history
  • Loading branch information
jlacivita committed May 28, 2024
1 parent 4066787 commit 788743b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/openrpc/discovery.json
Original file line number Diff line number Diff line change
Expand Up @@ -1949,6 +1949,10 @@
"UserInterestProviderParameters": {
"title": "UserInterestProviderParameters",
"type": "object",
"required": [
"type",
"reason"
],
"properties": {
"type": {
"$ref": "https://meta.comcast.com/firebolt/discovery#/definitions/InterestType"
Expand Down

0 comments on commit 788743b

Please sign in to comment.