{ "description":"Rightmove Realtime Datafeed Json Schema for add featured property 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", "properties":{ "branch_id":{ "type":"integer", "id":"branch_id", "required":true, "description":"Unique Rightmove reference for this branch" }, "channel":{ "type":"integer", "id":"channel", "required":true, "enum":[1, 2], "description":"Defines whether this is the sales or lettings channel for a branch: 1 Sales 2 Lettings" } }, "additionalProperties":false }, "property":{ "type":"object", "id":"property", "required":true, "description":"Information about the property being sent", "properties":{ "agent_ref":{ "type":"string", "id":"agent_ref", "required":true, "description":"Agent's unique reference for this property", "minLength": 1, "maxLength": 80 }, "featured_property":{ "type":"object", "id":"featured_property", "required":true, "description":"Information about featured property product", "properties":{ "featured_property_type":{ "type":"integer", "id":"featured_property_type", "required":true, "enum":[1, 2], "description":"Defines featured property product is applied: 1 Subscription 2 Featured Property of the Week" } }, "additionalProperties":false } }, "additionalProperties":false } }, "additionalProperties":false }