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