Skip to content

Commit a8fe5b2

Browse files
authored
Merge pull request OAI#1213 from OAI/security-applies
Fixed table headers
2 parents bc187fb + cb8e157 commit a8fe5b2

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
@@ -3174,7 +3174,7 @@ Defines a security scheme that can be used by the operations.
31743174
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).
31753175

31763176
##### Fixed Fields
3177-
Field Name | Type | Validity | Description
3177+
Field Name | Type | Applies To | Description
31783178
---|:---:|---|---
31793179
<a name="securitySchemeType"></a>type | `string` | Any | **REQUIRED**. The type of the security scheme. Valid values are `"apiKey"`, `"http"`, `"oauth2"`, `"openIdConnect"`.
31803180
<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.
@@ -3281,7 +3281,7 @@ This object can be extended with [Specification Extensions](#specificationExtens
32813281
Configuration details for a supported OAuth Flow
32823282

32833283
##### Fixed Fields
3284-
Field Name | Type | Validity | Description
3284+
Field Name | Type | Applies To | Description
32853285
---|:---:|---|---
32863286
<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.
32873287
<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)