summaryrefslogtreecommitdiffstats
path: root/src/lib/config/tests/testdata/spec13.spec
blob: c13be46706f8c1824b406c5958851774dde4bad6 (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": "list",
        "item_optional": false,
        "item_default": 1
      }
    ]
  }
}