{
  "id": "streetClassificationCodes",
  "element": "list",

  "config": {

    "list" : [
      {
        "value": 4,
        "label": "Pedestrian way or footpath"
      },
      {
        "value": 6,
        "label": "Cycle track or cycleway"
      },
      {
        "value": 8,
        "label": "All vehicles"
      },
      {
        "value": 9,
        "label": "Restricted byway"
      },
      {
        "value": 10,
        "label": "Bridleway"
      }
    ]

  }
}