summaryrefslogtreecommitdiffstats
path: root/infra/test-utils/test-tools/src/test/resources/augmentListEntry.json
blob: 1bdc3e6e2e6d5f244428b3115fc6a408d2e367a6 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "list-in-augment":[
    {
      "key-in-augment":"keyInAugment"
    },
    {
      "key-in-augment":"otherKeyInAugment"
    }
  ]
}