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