Created
September 24, 2019 16:54
-
-
Save paynegreen/40040397fa33c9c0de6aac600513f8af to your computer and use it in GitHub Desktop.
Table reservation structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"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