From 756e88a92782c8d65ec481182c31c8edb218c9d6 Mon Sep 17 00:00:00 2001 From: Jeremy LaCivita Date: Wed, 21 Aug 2024 12:58:43 -0400 Subject: [PATCH] fix: Add provider-selection tag to validation schema --- src/firebolt-openrpc.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/firebolt-openrpc.json b/src/firebolt-openrpc.json index 4146ea75..aac66665 100644 --- a/src/firebolt-openrpc.json +++ b/src/firebolt-openrpc.json @@ -1011,6 +1011,13 @@ }, "x-provided-by": { "type": "string" + }, + "x-provider-selection": { + "type": "string", + "enum": [ + "focus", + "appId" + ] } }, "if": {