You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -3388,7 +3387,7 @@ Field Name | Type | Validity | Description
3388
3387
<a name="oauthFlowAuthorizationUrl"></a>authorizationUrl | `string` | `oauth2` (`"implicit"`, `"authorizationCode"`) | **Required.** The authorization URL to be used for this flow. This MUST be in the form of a URL.
3389
3388
<a name="oauthFlowTokenUrl"></a>tokenUrl | `string` | `oauth2` (`"password"`, `"clientCredentials"`, `"authorizationCode"`) | **Required.** The token URL to be used for this flow. This MUST be in the form of a URL.
3390
3389
<a name="oauthFlowRefreshUrl"></a>refreshUrl | `string` | `oauth2` | The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL.
3391
-
<a name="oauthFlowScopes"></a>scopes | [Scopes Object](#scopesObject) | `oauth2` | **Required.** The available scopes for the OAuth2 security scheme.
3390
+
<a name="oauthFlowScopes"></a>scopes | Map[`string`, `string`] | `oauth2` | **Required.** The available scopes for the OAuth2 security scheme. A map between the scope name and a short description for it.
3392
3391
3393
3392
This object can be extended with [Specification Extensions](#specificationExtensions).
3394
3393
@@ -3433,31 +3432,6 @@ flows:
3433
3432
read:pets: read your pets
3434
3433
```
3435
3434
3436
-
#### <a name="scopesObject"></a>Scopes Object
3437
-
3438
-
Lists the available scopes for an OAuth2 security scheme.
3439
-
3440
-
##### Patterned Fields
3441
-
3442
-
Field Pattern | Type | Description
3443
-
---|:---:|---
3444
-
<a name="scopesName"></a>{name} | `string` | Maps between a name of a scope to a short description of it (as the value of the property).
3445
-
3446
-
This object can be extended with [Specification Extensions](#specificationExtensions).
0 commit comments