FacilityUses and IndividualFacilityUses
FacilityUse + Slots
{
"type": "FacilityUse",
"name": "Alexandra Palace Badminton Courts",
"location": {
"type": "Place",
...
}
...
"event": [
{
"type": "Slot",
"startDate": "2022-09-10T12:30:00Z"
...
"remainingUses": 4
"imin:checkoutUrlTemplate": "{Checkout URL}"
},
{
"type": "Slot",
"startDate": "2022-09-10T13:30:00Z"
...
"remainingUses": 3,
"imin:checkoutUrlTemplate": "{Checkout URL}"
},
]
}FacilityUse + IndividualFacilityUses + Slots
Last updated