Signal there are no notes to show

{
"...": "...",
"updateNotification": {
"content": null
}
}

Signal there are notes to show.

{
"...": "...",
"updateNotification": {
"content": {
"version": "1.98.0",
"notes": ["Bug fixes and improvements"]
}
}
}

If your platform does not support Update Notifications, you can set this initial property to null

{
"...": "...",
"updateNotification": null
}

NOTE: updateNotification and it's field content are required. Set content to null to indicate nothing to show. This mirrors how RMF is designed