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