{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"checkin": {
"type": "string",
"description": "Arrival date in YYYY-MM-DD format."
},
"checkout": {
"type": "string",
"description": "Departure date in YYYY-MM-DD format."
}
},
"required": [
"checkin",
"checkout"
]
}{
"type": "object",
"properties": {
"minNights": {
"type": "integer",
"minimum": 1,
"description": "Minimum number of nights."
}
}
}{
"type": "object",
"properties": {}
}