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