可用性
可用性
标记功能在特定 SDK 版本中的可用性:
asyncapi.yml
1 operations: 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"
可用性
标记功能在特定 SDK 版本中的可用性:
1 operations: 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"