Generic Report format issue with named-list

The named list is not rendering using the correct fields. Here is the snippet and the output.

As seen in the screenshot comment1 and comment2 and resources should actually be "Fred:" and "Wilma:" and "Resources".

        "comments": {
          "name": "Comments",
          "type": "named-list",
          "items": {
            "comment_1": {
              "name": "Fred:",
              "type": "text",
              "value": "Hi Wilma"
            },
            "comment_2": {
              "name": "Wilma:",
              "type": "markdown",
              "value": "Hi Fred. Checkout [GitLab](http://gitlab.com)"
            },
            "resources": {
              "name": "Resources",
              "type": "list",
              "items": [
                {
                  "type": "value",
                  "value": "42"
                }
              ]
            }

Pipeline___Seth_Berger___generic-reports___GitLab

This can be seen in by cloning: https://gitlab.com/svedova/generic-reports