{
    "$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 - Enable returning guest",
                "enum": [0, 1],
                "description": "0 = off \/ 1 = on"
            },
            "is_optional_guest_details": {
                "type": "number",
                "title": "Guest Information - Optional 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 - Enable 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 - Show enhancements",
                "enum": [0, 1],
                "description": "0 = off \/ 1 = on"
            },
            "is_hide_cc_fields": {
                "type": "number",
                "title": "Payment Details - Hide 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 - Enable privacy policy link",
                "enum": [0, 1],
                "description": "0 = off \/ 1 = on"
            },
            "is_enable_tc_popup": {
                "type": "number",
                "title": "Legal Disclaimers - Enable T&C pop-up",
                "enum": [0, 1],
                "description": "0 = off \/ 1 = on"
            },
            "is_frequent_guest_disclaimer": {
                "type": "number",
                "title": "Legal Disclaimers - Frequent guest ID disclaimer",
                "enum": [0, 1],
                "description": "0 = off \/ 1 = on"
            },
            "version": {
                "const": "0.2.0",
                "title": "Semantic Versioning - Module IBE"
            }
        }
    }
}
