{
"id": "<string>",
"type": "booking-rules",
"attributes": {
"name": "<string>",
"included_emails": "<array>",
"excluded_emails": "<array>",
"error_message": "<string>",
"error_message_i18n": {},
"max_bookings": 123,
"rule_type": "<string>",
"time_period": "<string>"
},
"links": {
"self": "<string>"
},
"relationships": {
"restrictions": {
"data": [
{
"type": "<string>",
"id": "<string>"
}
],
"links": {
"self": "<string>"
}
}
}
}