AsyncAPIExtensionsIgnoring operations, channels, or schemasAsk a question|Copy page|View as Markdown|More actionsUse x-fern-ignore to exclude specific operations, channels, or schemas from SDK generation: asyncapi.ymloperations: debugOperation: action: send channel: $ref: '#/channels/debug' x-fern-ignore: true summary: Debug operation (internal only)channels: internal/debug: address: internal/debug x-fern-ignore: true messages: DebugMessage: $ref: '#/components/messages/DebugMessage'