{ "description":"Rightmove Realtime Datafeed Json Schema for branch property list request", "type":"object", "properties":{ "network":{ "type":"object", "id":"network", "required":true, "description":"Information about the network calling the API", "properties":{ "network_id":{ "type":"integer", "id":"network_id", "required":true, "description":"Unique Rightmove reference for this network" } }, "additionalProperties":false }, "branch":{ "type":"object", "id":"branch", "required":true, "description":"Information about the branch loading this property list", "properties":{ "branch_id":{ "type":"integer", "id":"branch_id", "required":true, "description":"Unique Rightmove reference for this branch" }, "channel":{ "type":["integer","null"], "id":"channel", "required":false, "enum":[1, 2], "description":"For dual branches it allows to retrieve all the properties for a specific chanel" } }, "additionalProperties":false } }, "additionalProperties":false }