You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/core/src/types/oas3.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -346,7 +346,7 @@ const Operation: NodeType = {
346
346
operationId: {
347
347
type: 'string',
348
348
description:
349
-
'The operationId is path segment or path fragment in deep links to a specific operation.',
349
+
'Unique string used to identify the operation. The id MUST be unique among all operations described in the API. The operationId value is case-sensitive.',
Copy file name to clipboardExpand all lines: packages/core/src/types/oas3_1.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ const Operation: NodeType = {
81
81
operationId: {
82
82
type: 'string',
83
83
description:
84
-
'The operationId is path segment or path fragment in deep links to a specific operation.',
84
+
'Unique string used to identify the operation. The id MUST be unique among all operations described in the API. The operationId value is case-sensitive.',
0 commit comments