We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a17c5a commit 3d5f05eCopy full SHA for 3d5f05e
model/_plugins/notifications/get_features/structures.smithy
@@ -14,13 +14,14 @@ structure NotificationsFeatures_Get_Input {
14
@output
15
structure NotificationsFeatures_Get_Output {
16
allowed_config_type_list: NotificationsFeaturesList,
17
- plugin_features: NotificationsPluginFeatures
+ plugin_features: NotificationsPluginFeaturesMap
18
}
19
20
list NotificationsFeaturesList {
21
member: NotificationConfigType
22
23
24
-structure NotificationsPluginFeatures {
25
- tooltip_support: Boolean
+map NotificationsPluginFeaturesMap {
+ key: String,
26
+ value: String
27
0 commit comments