{
    "$schema": "http:\/\/json-schema.org\/draft-07\/schema",
    "type": "array",
    "title": "Array - ibe_confirmation",
    "description": "JSON Schema automatically generated from module ibe_confirmation",
    "definitions": {},
    "items": {
        "type": "object",
        "title": "ibe_confirmation",
        "properties": {
            "hotel_id": {
                "type": "number",
                "title": "hotel_id"
            },
            "is_location": {
                "type": "number",
                "title": "Additional Information Display Preferences - Location",
                "enum": [0, 1],
                "description": "0 = off \/ 1 = on"
            },
            "is_direction": {
                "type": "number",
                "title": "Additional Information Display Preferences - Directions",
                "enum": [0, 1],
                "description": "0 = off \/ 1 = on"
            },
            "is_maps": {
                "type": "number",
                "title": "Additional Information Display Preferences - Maps",
                "enum": [0, 1],
                "description": "0 = off \/ 1 = on"
            },
            "is_book_again": {
                "type": "number",
                "title": "Merchandising - Book again button",
                "enum": [0, 1],
                "description": "0 = off \/ 1 = on"
            },
            "version": {
                "const": "0.9.0",
                "title": "Semantic Versioning - Module IBE"
            }
        }
    }
}
