Skip to navigation

Ignoring operations, channels, or schemas

View as Markdown

Use x-fern-ignore to exclude specific operations, channels, or schemas from SDK generation:

asyncapi.yml
operations:
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'