From fd6ecbc1d4f67d60d4c84cc36337c3cfbbd8044f Mon Sep 17 00:00:00 2001 From: Shane Jonas Date: Fri, 28 Jun 2024 13:16:22 -0400 Subject: [PATCH] fix: change scope to scope string --- multichain/openrpc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multichain/openrpc.yaml b/multichain/openrpc.yaml index 2ae0560..80ad098 100644 --- a/multichain/openrpc.yaml +++ b/multichain/openrpc.yaml @@ -9,10 +9,10 @@ methods: paramStructure: by-name params: - name: scope - description: a valid `scopeObject` that has been previously authorized via `provider_authorize` + description: a valid `scope` string that has been previously authorized via `provider_authorize` required: true schema: - $ref: "#/components/schemas/Scope" + $ref: "#/components/schemas/ScopeString" - name: request description: an object containing a JSON-RPC request with `method` and `params` deprecated: false