Skip to content

Commit cb8e157

Browse files
committed
Fixed table headers
1 parent ec620ed commit cb8e157

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.0.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3368,7 +3368,7 @@ Defines a security scheme that can be used by the operations.
33683368
Supported schemes are HTTP authentication, an API key (either as a header or as a query parameter) and OAuth2's common flows (implicit, password, application and access code).
33693369

33703370
##### Fixed Fields
3371-
Field Name | Type | Validity | Description
3371+
Field Name | Type | Applies To | Description
33723372
---|:---:|---|---
33733373
<a name="securitySchemeType"></a>type | `string` | Any | **REQUIRED**. The type of the security scheme. Valid values are `"apiKey"`, `"http"`, `"oauth2"`, `"openIdConnect"`.
33743374
<a name="securitySchemeDescription"></a>description | `string` | Any | A short description for security scheme. [CommonMark syntax](http://spec.commonmark.org/) can be used for rich text representation.
@@ -3475,7 +3475,7 @@ This object can be extended with [Specification Extensions](#specificationExtens
34753475
Configuration details for a supported OAuth Flow
34763476

34773477
##### Fixed Fields
3478-
Field Name | Type | Validity | Description
3478+
Field Name | Type | Applies To | Description
34793479
---|:---:|---|---
34803480
<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.
34813481
<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.

0 commit comments

Comments
 (0)