{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "title": "Booking attendees list configuration",
    "name": "bbAttendeeList",
    "description": "Definition of configuration for Admin Journey's attendee list",
    "type": "object",
    "properties": {
        "bbAttendeeList": {
            "type": "object",
            "properties": {
                "allowSwitchingPrimary": {
                    "type": "boolean",
                    "description": "Can the user switch who the primary attendee of the booking is."
                }
            }
        }
    }
}
