We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244c4b8 commit 6f1d4a6Copy full SHA for 6f1d4a6
packages/apidom-ns-openapi-3-1/src/refractor/plugins/normalize-servers.ts
@@ -21,8 +21,8 @@ import NormalizeStorage from './normalize-header-examples/NormalizeStorage.ts';
21
* - PathItem.servers
22
* - Operation.servers
23
*
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.
+ * If a servers array is specified at the OpenAPI Object level, it will be overridden by `PathItem`.servers.
+ * If a servers array is specified at the Path Item Object or OpenAPI Object level, it will be overridden by Operation.servers.
26
* @public
27
*/
28
0 commit comments