summaryrefslogtreecommitdiffstats
path: root/src/lib/config/tests/testdata/spec9.spec
blob: 21018b8e4e5e6921fe7e3ed08f8db3b55fc57fc4 (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": "integer",
        "item_optional": false,
        "item_default": "asdf"
      }
    ]
  }
}