summaryrefslogtreecommitdiffstats
path: root/infra/test-utils/test-tools/src/test/resources/simpleListEntry.json
blob: 64ad3e6bd0d7c66e7ad854a7292cdf26b16d8455 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "simple-list": [
    {
      "name": "nameUnderSimpleList"
    },
    {
      "name": "otherName"
    }
  ]
}