Skip to content

Commit 6f1d4a6

Browse files
authored
docs(ns-openapi-3-1): update normalize servers refractor plugin docs (#4615)
The update reflects latest changes from OpenAPI 3.1.1
1 parent 244c4b8 commit 6f1d4a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/apidom-ns-openapi-3-1/src/refractor/plugins/normalize-servers.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ import NormalizeStorage from './normalize-header-examples/NormalizeStorage.ts';
2121
* - PathItem.servers
2222
* - Operation.servers
2323
*
24-
* If an alternative server object is specified at the Path Item Object level, it will override OpenAPI.servers.
25-
* If an alternative server object is specified at the Operation Object level, it will override PathItem.servers and OpenAPI.servers respectively.
24+
* If a servers array is specified at the OpenAPI Object level, it will be overridden by `PathItem`.servers.
25+
* If a servers array is specified at the Path Item Object or OpenAPI Object level, it will be overridden by Operation.servers.
2626
* @public
2727
*/
2828

0 commit comments

Comments
 (0)