From 583674e7abb0b321b4a6aaca792e7c64e272cae5 Mon Sep 17 00:00:00 2001 From: Jason Desrosiers Date: Tue, 28 Sep 2021 10:46:53 -0700 Subject: [PATCH] Catchup v3.0 schemas with #2673 --- schemas/v3.0/schema.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/schemas/v3.0/schema.json b/schemas/v3.0/schema.json index 44e5609c66..33fe180a60 100644 --- a/schemas/v3.0/schema.json +++ b/schemas/v3.0/schema.json @@ -1489,7 +1489,8 @@ "PasswordOAuthFlow": { "type": "object", "required": [ - "tokenUrl" + "tokenUrl", + "scopes" ], "properties": { "tokenUrl": { @@ -1516,7 +1517,8 @@ "ClientCredentialsFlow": { "type": "object", "required": [ - "tokenUrl" + "tokenUrl", + "scopes" ], "properties": { "tokenUrl": { @@ -1544,7 +1546,8 @@ "type": "object", "required": [ "authorizationUrl", - "tokenUrl" + "tokenUrl", + "scopes" ], "properties": { "authorizationUrl": {