AsyncAPIExtensionsIgnoring operations, channels, or schemasCopy pageUse x-fern-ignore to exclude specific operations, channels, or schemas from SDK generation: 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'