API structure has changed
  4 structure changes including:
    
    1 Addition
    3 Modifications
        Modified
        3
          Breaking
      
      GET /stations
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
          Full types went from 
array[object]toobjectBreaking 
- data, links properties Added
 
 - 
          Full types went from 
 
 - 
  application/json content type Modified
    
 
GET /trips
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
          Full types went from 
array[object]toobjectBreaking 
- data, links properties Added
 
 - 
          Full types went from 
 
 - 
  application/json content type Modified
    
 
POST /bookings
              - Body
 - 
  application/json content type Modified
    
- 
  trip_id, passenger_name, has_bicycle, has_dog properties Removed
    
- 
          Removing a resource is always breaking unless it was deprecated before Breaking
 
 - 
          Removing a resource is always breaking unless it was deprecated before 
 - data, links properties Added
 
 - 
  trip_id, passenger_name, has_bicycle, has_dog properties Removed
    
 
        Added
        1
      
      GET /bookings