可用性

以 Markdown 格式查看

标记功能在特定 SDK 版本中的可用性:

asyncapi.yml
1operations:
2 newFeature:
3 action: send
4 channel:
5 $ref: '#/channels/new~1feature'
6 x-fern-availability:
7 status: beta
8 message: "This feature is in beta and may change"