We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48dfcf7 commit 583674eCopy full SHA for 583674e
schemas/v3.0/schema.json
@@ -1489,7 +1489,8 @@
1489
"PasswordOAuthFlow": {
1490
"type": "object",
1491
"required": [
1492
- "tokenUrl"
+ "tokenUrl",
1493
+ "scopes"
1494
],
1495
"properties": {
1496
"tokenUrl": {
@@ -1516,7 +1517,8 @@
1516
1517
"ClientCredentialsFlow": {
1518
1519
1520
1521
1522
1523
1524
@@ -1544,7 +1546,8 @@
1544
1546
1545
1547
1548
"authorizationUrl",
1549
1550
1551
1552
1553
"authorizationUrl": {
0 commit comments