{
  "id": "urn:ngsi-ld:RestrictedTrafficArea:Milan:RestrictionException:GeoJson:ds51-1",
  "type": "RestrictionException",
  "name": {
    "type": "Text",
    "value": "Corso Concordia Area"
  },
  "allowedVehicleType": {
    "type": "StructuredValue",
    "value": [
      "dieselCarEuro6",
      "petrolCarEuro6"
    ]
  },
  "exceptionValidityHours": {
    "type": "Text",
    "value": "Tu,Th 16:00-20:00"
  },
  "refVehicleModel": {
    "type": "StructuredValue",
    "value": [
      "vehicle:VehicleModel:modelName-1"
    ]
  },
  "refRestrictedTrafficArea": {
    "type": "Text",
    "value": "urn:ngsi-ld:RestrictedTrafficArea:Milan:RestrictedTrafficAreas:GeoJson:ds51-1"
  }
}