Skip to content

Commit 40c3d5f

Browse files
char0nhandrews
authored andcommitted
Editorial change: fix anchor to Components.securitySchemes
Signed-off-by: Vladimir Gorej <[email protected]>
1 parent 1a65883 commit 40c3d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4506,7 +4506,7 @@ flows:
45064506

45074507
Lists the required security schemes to execute this operation.
45084508

4509-
The name used for each property MUST either correspond to a security scheme declared in the [Security Schemes](#security-scheme-object) under the [Components Object](#components-object), or be the URI of a Security Scheme Object.
4509+
The name used for each property MUST either correspond to a security scheme declared in the [Security Schemes](#components-security-schemes) under the [Components Object](#components-object), or be the URI of a Security Scheme Object.
45104510
Property names that are identical to a component name under the Components Object MUST be treated as a component name.
45114511
To reference a Security Scheme with a single-segment relative URI reference (e.g. `foo`) that collides with a component name (e.g. `#/components/securitySchemes/foo`), use the `.` path segment (e.g. `./foo`).
45124512

0 commit comments

Comments
 (0)