{
    "$schema": "http:\/\/json-schema.org\/draft-07\/schema",
    "type": "array",
    "title": "Array - ibe_check_out",
    "description": "JSON Schema automatically generated from module ibe_check_out",
    "definitions": {},
    "items": {
        "type": "object",
        "title": "ibe_check_out",
        "properties": {
            "hotel_id": {
                "type": "number",
                "title": "hotel_id"
            },
            "is_interactive_form": {
                "type": "number",
                "title": "Guest Information - Interactive form",
                "enum": [0, 1],
                "description": "0 = off \/ 1 = on"
            },
            "is_enable_returning": {
                "type": "number",
                "title": "Guest Information - returning guest",
                "enum": [0, 1],
                "description": "0 = off \/ 1 = on"
            },
            "is_optional_guest_details": {
                "type": "number",
                "title": "Guest Information - guest details",
                "enum": [0, 1],
                "description": "0 = off \/ 1 = on"
            },
            "is_default_country": {
                "type": "number",
                "title": "Guest Information - Default country",
                "enum": [0, 1],
                "description": "0 = off \/ 1 = on"
            },
            "is_special_request_form": {
                "type": "number",
                "title": "Guest Information - Special request form",
                "enum": [0, 1],
                "description": "0 = off \/ 1 = on"
            },
            "is_enable_hold_booking_banner": {
                "type": "number",
                "title": "Guest Information - hold booking banner",
                "enum": [0, 1],
                "description": "0 = off \/ 1 = on"
            },
            "is_display_fields": {
                "type": "number",
                "title": "is_display_fields",
                "enum": [0, 1],
                "description": "0 = off \/ 1 = on"
            },
            "is_show_enhancements": {
                "type": "number",
                "title": "Guest Information - Enhancements",
                "enum": [0, 1],
                "description": "0 = off \/ 1 = on"
            },
            "is_enable_cc_fields": {
                "type": "number",
                "title": "Payment Details - Credit card fields",
                "enum": [0, 1],
                "description": "0 = off \/ 1 = on"
            },
            "is_make_cc_fields_mandatory": {
                "type": "number",
                "title": "Payment Details - Make credit card fields mandatory",
                "enum": [0, 1],
                "description": "0 = off \/ 1 = on"
            },
            "is_enable_privacy_link": {
                "type": "number",
                "title": "Legal Disclaimers - privacy policy link",
                "enum": [0, 1],
                "description": "0 = off \/ 1 = on"
            },
            "is_enable_tc_popup": {
                "type": "number",
                "title": "is_enable_tc_popup",
                "enum": [0, 1],
                "description": "0 = off \/ 1 = on"
            },
            "is_frequent_guest_disclaimer": {
                "type": "number",
                "title": "Guest Information - Frequent guest ID disclaimer",
                "enum": [0, 1],
                "description": "0 = off \/ 1 = on"
            },
            "terms_and_conditions_id": {
                "type": "number",
                "title": "Legal Disclaimers - Terms and Conditions displays as a",
                "description": "Available options: \nOption: 1: Popup \nOption: 2: Checkbox \n",
                "enum": [1, 2]
            },
            "is_arrival_time_display": {
                "type": "number",
                "title": "Guest Information - Arrival time display",
                "enum": [0, 1],
                "description": "0 = off \/ 1 = on"
            },
            "arrival_time_id": {
                "type": "number",
                "title": "Guest Information - Arrival time format",
                "description": "Available options: \nOption: 1: 12h \nOption: 2: 24h \n",
                "enum": [1, 2]
            },
            "version": {
                "const": "0.3.0",
                "title": "Semantic Versioning - Module IBE"
            }
        }
    }
}
