Skip to content

Commit a1305d4

Browse files
committed
Remove the "from future "compatibility idea
If we want to do this sort of thing it is probably best discussed separately.
1 parent b23b945 commit a1305d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.1.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ In this approach, each document is self-contained and resolves components to its
214214
When resolving an `operationId`, all Path Item Objects from all parsed documents are considered.
215215
This requires ensuring that all referenced documents have been parsed prior to determining an `operationId` to be unresolvable.
216216

217-
Security Requirement Objects do not support a URI-based mechanism for connecting to Security Scheme Objects, which means that in this approach, they can only connect to Security Schemes within the same document.
218-
For forward-compatibility with the OAS version 3.2, implementations MAY provide an _opt-in_ configuration setting to support treating Security Requirement Object property names that do not match the component name syntax as URIs for the required Security Scheme Objects.
217+
**Note:** Currently, Security Requirement Objects do not support a URI-based mechanism for connecting to Security Scheme Objects, which means that in this approach, they can only connect to Security Schemes within the same document.
218+
This limitation is expected to be addressed in the next minor version of this specification.
219219

220220
##### OADs With Only One OpenAPI Object
221221

0 commit comments

Comments
 (0)