{
  "id": "urn:ngsi-ld:Bcn-BikeHireDockingStation-1",
  "type": "BikeHireDockingStation",
  "status": {
    "type": "Text",
    "value": "working"
  },
  "provider": {
    "type": "Text",
    "value": "University of Mumbay"
  },
  "contactPoint": {
    "type": "StructuredValue",
    "value": {
      "url": "uri:ngsi:www.lignesdazur.com"
    }
  },
  "availableBikeNumber": {
    "type": "Number",
    "value": 20
  },
  "freeSlotNumber": {
    "type": "Number",
    "value": 10
  },
  "openingHours": {
    "type": "Text",
    "value": "Mo-Fr 10:00-19:00, Sa 10:00-22:00, Su 10:00-21:00"
  },
  "location": {
    "type": "geo:json",
    "value": {
      "type": "Point",
      "coordinates": [
        2.180042,
        41.397952
      ]
    }
  },
  "address": {
    "type": "StructuredValue",
    "value": {
      "addressCountry": "ES",
      "addressLocality": "Barcelona",
      "streetAddress": "Gran Via Corts Catalanes,760"
    }
  },
  "totalSlotNumber": {
    "type": "Number",
    "value": 100
  },
  "outOfServiceSlotNumber": {
    "type": "Number",
    "value": 21
  },
  "stationName": {
    "type": "Text",
    "value": "Pune"
  },
  "mediaURL": {
    "type": "Text",
    "value": "http://pedalsaddle.in/"
  },
  "agency_url": {
    "type": "Text",
    "value": "http://pedalsaddle.in/"
  },
  "agency_name": {
    "type": "Text",
    "value": "PedalSaddle"
  },
  "stationCode": {
    "type": "Text",
    "value": "2"
  },
  "observationDate": {
    "type": "DateTime",
    "value": "2021-03-11T15:51:02+05:30"
  },
  "agency_fare_url": {
    "type": "Text",
    "value": ""
  }
}