summaryrefslogtreecommitdiffstats
path: root/src/lib/config/tests/testdata/spec14.spec
blob: 3ce18529379e1cd475de2711acfbefed90a2430d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "module_spec": {
    "module_name": "Spec2",
    "config_data": [
      { "item_name": "item1",
        "item_type": "map",
        "item_optional": false,
        "item_default": 1
      }
    ]
  }
}