Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.99 KB | None | 0 0
  1. {
  2.   "rideTitle": "Tommy to Groomer",
  3.   "date": "2018-10-15",
  4.   "pickupTime": "14:00",        // This is redundent as we have time in pickUps array
  5.   "address": "Arien Heights Indore",    // This is redundent
  6.   "pickup_latitude": "22.788889",   // This is redundent
  7.   "pickup_longitude": "75.9000",    // This is redundent
  8.   "healthy": "yes",
  9.   "isDogWalkAdded": false,
  10.   "over18": "yes",
  11.   "estimatedCost": "15.78",
  12.   "distanceInMiles": "10.89",
  13.   "serviceCost": "7.00",
  14.   "key": "-LaomTukf0lgVNx6Ewl3",
  15.   "timeTakenInHours": "3",      // rename this to estimatedTimeInHours
  16.   "noOfDogsForRide": [          // rename to dogIds
  17.     "-LaocXYfv4t4Uno_h2Di",
  18.     "-LaocXYfv4t4Uno_h2Di",
  19.     "-LaocXYfv4t4Uno_h2Di"
  20.   ],
  21.   "dropOff": [
  22.     {
  23.       "Latitude": 22.45666,
  24.       "Longitude": 76.586969,
  25.       "address": "Vijay Nagar",
  26.       "isAppointment": true,
  27.       "appointmentTime": "14:56",
  28.       "notes": "",
  29.       "dogToDrop": [
  30.         "-LaocXYfv4t4Uno_h2Di",
  31.         "-LaocXYfv4t4Uno_h2Di"
  32.       ]
  33.     },
  34.     {
  35.       "Latitude": 22.45666,
  36.       "Longitude": 76.586969,
  37.       "address": "Near Sayaji",
  38.       "IsAppointment": true,
  39.       "appointmentTime": "15:15",
  40.       "Notes": "",
  41.       "DogToDrop": [
  42.         "-LaocXYfv4t4Uno_h2Di"
  43.       ]
  44.     },
  45.     {
  46.       "Latitude": 22.45666,
  47.       "Longitude": 76.586969,
  48.       "address": "Arien Heights Indore",
  49.       "IsAppointment": false,
  50.       "appointmentTime": "",
  51.       "Notes": "Back to home Arien Heights",
  52.       "DogToDrop": [
  53.         "-LaocXYfv4t4Uno_h2Di"
  54.       ]
  55.     }
  56.   ],
  57.   "pickUps": [
  58.     {
  59.       "Latitude": 22.45666,
  60.       "Longitude": 76.586969,
  61.       "address": "Near Sayaji",
  62.       "pickUpTime": "16:15",
  63.       "DogToDrop": [
  64.         "-LaocXYfv4t4Uno_h2Di"
  65.       ]
  66.     },
  67.     {
  68.       "Latitude": 22.45666,
  69.       "Longitude": 76.586969,
  70.       "address": "Vijay Nagar",
  71.       "pickUpTime": "16:45",
  72.       "DogToDrop": [
  73.         "-LaocXYfv4t4Uno_h2Di",
  74.         "-LaocXYfv4t4Uno_h2Di"
  75.       ]
  76.     }
  77.   ]
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement