{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "title": "Studio Journey Attendees",
    "name": "JourneyAttendees",
    "description": "Admin booking journey attendee configuration options",
    "type": "object",
    "definitions": {
        "attendeeForm": {
            "type": "object",
            "description": "Customise options relating to the booking attendee form",
            "properties": {
                "schema": {
                    "type": "object",
                    "description": "New/edit attendee form schema"
                },
                "form": {
                    "type": "object",
                    "description": "New/edit attendee form layout"
                }
            }
        }
    }
}
  