Skip to content

Commit 3d5f05e

Browse files
author
Sokratis Papadopoulos
committed
Turned plugin_features field into a map
Signed-off-by: Sokratis Papadopoulos <[email protected]>
1 parent 3a17c5a commit 3d5f05e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

model/_plugins/notifications/get_features/structures.smithy

+4-3
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ structure NotificationsFeatures_Get_Input {
1414
@output
1515
structure NotificationsFeatures_Get_Output {
1616
allowed_config_type_list: NotificationsFeaturesList,
17-
plugin_features: NotificationsPluginFeatures
17+
plugin_features: NotificationsPluginFeaturesMap
1818
}
1919

2020
list NotificationsFeaturesList {
2121
member: NotificationConfigType
2222
}
2323

24-
structure NotificationsPluginFeatures {
25-
tooltip_support: Boolean
24+
map NotificationsPluginFeaturesMap {
25+
key: String,
26+
value: String
2627
}

0 commit comments

Comments
 (0)