Skip to content

Commit 583674e

Browse files
committed
Catchup v3.0 schemas with OAI#2673
1 parent 48dfcf7 commit 583674e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

schemas/v3.0/schema.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -1489,7 +1489,8 @@
14891489
"PasswordOAuthFlow": {
14901490
"type": "object",
14911491
"required": [
1492-
"tokenUrl"
1492+
"tokenUrl",
1493+
"scopes"
14931494
],
14941495
"properties": {
14951496
"tokenUrl": {
@@ -1516,7 +1517,8 @@
15161517
"ClientCredentialsFlow": {
15171518
"type": "object",
15181519
"required": [
1519-
"tokenUrl"
1520+
"tokenUrl",
1521+
"scopes"
15201522
],
15211523
"properties": {
15221524
"tokenUrl": {
@@ -1544,7 +1546,8 @@
15441546
"type": "object",
15451547
"required": [
15461548
"authorizationUrl",
1547-
"tokenUrl"
1549+
"tokenUrl",
1550+
"scopes"
15481551
],
15491552
"properties": {
15501553
"authorizationUrl": {

0 commit comments

Comments
 (0)