忽略操作、通道或模式
忽略操作、通道或模式
使用 x-fern-ignore 在 SDK 生成中排除特定的操作、通道或模式:
asyncapi.yml
忽略操作、通道或模式
使用 x-fern-ignore 在 SDK 生成中排除特定的操作、通道或模式:
1 operations: 2 debugOperation: 3 action: send 4 channel: 5 $ref: '#/channels/debug' 6 x-fern-ignore: true 7 summary: Debug operation (internal only) 8 9 channels: 10 internal/debug: 11 address: internal/debug 12 x-fern-ignore: true 13 messages: 14 DebugMessage: 15 $ref: '#/components/messages/DebugMessage'