diff --git a/docs/notification-spec.xml b/docs/notification-spec.xml
index ef408d3..fa1da0b 100644
--- a/docs/notification-spec.xml
+++ b/docs/notification-spec.xml
@@ -831,7 +831,7 @@
org.freedesktop.Notifications.GetCapabilities
- STRING_ARRAY
+ as
org.freedesktop.Notifications.GetCapabilities
@@ -954,8 +954,8 @@
STRING app_icon
STRING summary
STRING body
- ARRAY actions
- DICT hints
+ as actions
+ a{sv} hints
INT32 expire_timeout
@@ -1013,7 +1013,7 @@
actions
- ARRAY
+ as
Actions are sent over as a list of pairs. Each even element in
the list (starting at index 0) represents the identifier for the
@@ -1023,7 +1023,7 @@
hints
- DICT
+ a{sv}
Optional hints that can be passed to the server from the client
program. Although clients and servers should never assume each other