AsyncAPI扩展忽略操作、通道或模式提问|复制页面|以 Markdown 格式查看|更多操作使用 x-fern-ignore 在 SDK 生成中排除特定的操作、通道或模式: asyncapi.yml1operations:2 debugOperation:3 action: send4 channel:5 $ref: '#/channels/debug'6 x-fern-ignore: true7 summary: Debug operation (internal only)89channels:10 internal/debug:11 address: internal/debug12 x-fern-ignore: true13 messages:14 DebugMessage:15 $ref: '#/components/messages/DebugMessage'