Skip to content

Instantly share code, notes, and snippets.

@paynegreen
Created September 24, 2019 16:54
Show Gist options
  • Save paynegreen/40040397fa33c9c0de6aac600513f8af to your computer and use it in GitHub Desktop.
Save paynegreen/40040397fa33c9c0de6aac600513f8af to your computer and use it in GitHub Desktop.
Table reservation structure
[{
"name": "Reservation",
"description": "Enter your booking desription here",
"amenities": [
"45 seats available"
],
"capacity": 45,
"available_capacity": 20,
"bookable_seat_limit": 3,
"max_booking_hours": "02:00",
"reservaation_url": "https://shack15.co.develop:8000/api/v1/tablereservations/jsdkf-jldf/reserve",
"booked_slots": [{
"to": "12:00",
"from": "10:00"
}]
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment