Skip to content

Commit c8a0e74

Browse files
committed
Security Scheme deprecated applies to Any type
1 parent 71765db commit c8a0e74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/md2html/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ cp -p ../../node_modules/respec/builds/respec-w3c.* ../../deploy/js/
4141
latest=`git describe --abbrev=0 --tags`
4242
latestCopied=none
4343
lastMinor="-"
44-
for filename in $(ls -1 ../../versions/[23456789].*.md | sort -r) ; do
44+
for filename in ../../versions/3.2.0.md ; do
4545
version=$(basename "$filename" .md)
4646
minorVersion=${version:0:3}
4747
tempfile=../../deploy/oas/v$version-tmp.html

src/oas.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3818,7 +3818,7 @@ Please note that as of 2020, the implicit flow is about to be deprecated by [OAu
38183818
| <a name="security-scheme-flows"></a>flows | [OAuth Flows Object](#oauth-flows-object) | `oauth2` | **REQUIRED**. An object containing configuration information for the flow types supported. |
38193819
| <a name="security-scheme-open-id-connect-url"></a>openIdConnectUrl | `string` | `openIdConnect` | **REQUIRED**. [Well-known URL](https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfig) to discover the [[OpenID-Connect-Discovery]] [provider metadata](https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata). |
38203820
| <a name="security-scheme-oauth2-metadata-url"></a>oauth2MetadataUrl | `string` | `oauth2` | URL to the oauth2 authorization server metadata [RFC8414](https://datatracker.ietf.org/doc/html/rfc8414). TLS is required. |
3821-
| <a name="security-scheme-deprecated"></a>deprecated | `boolean` | Declares this security scheme to be deprecated. Consumers SHOULD refrain from usage of the declared scheme. Default value is `false`. |
3821+
| <a name="security-scheme-deprecated"></a>deprecated | `boolean` | Any | Declares this security scheme to be deprecated. Consumers SHOULD refrain from usage of the declared scheme. Default value is `false`. |
38223822

38233823
This object MAY be extended with [Specification Extensions](#specification-extensions).
38243824

0 commit comments

Comments
 (0)