{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"from": {
"type": "number",
"minimum": 0,
"description": "Minimum monthly rental price in Vietnamese dong (VND), inclusive."
},
"to": {
"type": "number",
"minimum": 0,
"description": "Maximum monthly rental price in Vietnamese dong (VND), exclusive."
}
},
"required": [
"from",
"to"
],
"additionalProperties": false
}