{
  "id": "urn:ngsi-ld:PublicTransportRoute:santander:transport:busLine:N3",
  "type": "PublicTransportRoute",
  "source": "https://api.smartsantander.eu/",
  "dataProvider": "http://www.smartsantander.eu/",
  "routeCode": "5200103000",
  "shortRouteCode": "N3",
  "name": "PE ACASTILLO-PLAZA DE ITALIA",
  "transportationType": 3,
  "routeColor": "#ff0000",
  "routeTextColor": "RED",
  "routeSegments": [
    {
      "segmentName": "PE ACASTILLO-PLAZA DE ITALIA:1",
      "refPublicTransportStops": [
        "urn:ngsi-ld:PublicTransportStop:santander:transport:busStop:311",
        "urn:ngsi-ld:PublicTransportStop:santander:transport:busStop:129"
      ]
    },
    {
      "segmentName": "PE ACASTILLO-PLAZA DE ITALIA:2",
      "refPublicTransportStops": [
        "urn:ngsi-ld:PublicTransportStop:santander:transport:busStop:130",
        "urn:ngsi-ld:PublicTransportStop:santander:transport:busStop:131"
      ]
    }
  ],
  "schedule": [
    {
      "dayOfWeek": "Monday",
      "opens": "09:00",
      "closes": "23:00"
    },
    {
      "dayOfWeek": "Tuesday",
      "opens": "09:00",
      "closes": "23:00"
    },
    {
      "dayOfWeek": "Wednesday",
      "opens": "09:00",
      "closes": "23:00"
    },
    {
      "dayOfWeek": "Thursday",
      "opens": "09:00",
      "closes": "23:00"
    },
    {
      "dayOfWeek": "Friday",
      "opens": "09:00",
      "closes": "23:00"
    },
    {
      "dayOfWeek": "Sunday",
      "opens": "09:00",
      "closes": "14:00"
    }
  ]
}