From 788743bcb8678ca34cd6e9fb82491f562c1cf45d Mon Sep 17 00:00:00 2001 From: Jeremy LaCivita Date: Tue, 28 May 2024 16:30:49 -0400 Subject: [PATCH] fix: Both UserInterestProviderParams are required now --- src/openrpc/discovery.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/openrpc/discovery.json b/src/openrpc/discovery.json index 314253fca..6e4a30ddb 100644 --- a/src/openrpc/discovery.json +++ b/src/openrpc/discovery.json @@ -1949,6 +1949,10 @@ "UserInterestProviderParameters": { "title": "UserInterestProviderParameters", "type": "object", + "required": [ + "type", + "reason" + ], "properties": { "type": { "$ref": "https://meta.comcast.com/firebolt/discovery#/definitions/InterestType"