We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ed849 commit 4218c61Copy full SHA for 4218c61
1 file changed
packages/core/src/types/asyncapi3.ts
@@ -330,7 +330,6 @@ const Operation: NodeType = {
330
reply: 'OperationReply',
331
},
332
required: ['action', 'channel'],
333
- description: 'https://www.asyncapi.com/docs/reference/specification/v3.0.0#operationObject',
334
};
335
336
const OperationReply: NodeType = {
0 commit comments