summaryrefslogtreecommitdiffstats
path: root/src/lib/config/tests/testdata/spec42.spec
blob: d8224653630493d621530b0737a6d3c192cb292b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "module_spec": {
    "module_name": "Spec42",
    "config_data": [
      { "item_name": "list_item",
        "item_type": "list",
        "item_optional": true,
        "list_item_spec": {
          "item_name": "list_element",
          "item_type": "string",
          "item_optional": false,
          "item_default": ""
        }
      }
    ]
  }
}