JSON syntax for iOS push with subtitle

I’m trying to get subtitles into my automations. Here’s the JSON syntax I’m trying to use:

{  
   "message":"test notification.",
   "data":{  
      "subtitle":"subtitle."
   }
}

…but when I trigger it, I don’t get a subtitle. What am I doing wrong?

I think I answered my own question:

{
  "message": "this is the subtitle",
  "title": "this is the title"
}