CommentsWithMetasedit

A list of persisted Comments

Propertiesedit

values (array[CommentWithMeta], required)
The list of comments

Exampleedit

{
   "values" : [
      {
         "comment" : {
            "id" : "string",
            "message" : "string",
            "user_id" : "string"
         },
         "metadata" : {
            "created_time" : "2019-01-01T00:00:00Z",
            "modified_time" : "2019-01-01T00:00:00Z",
            "version" : 0
         }
      }
   ]
}