addedInput schema / properties / extras
Added value: +{
+ "description": "Extra things to take out, for a full strip-back. Only applies with mode 'fitted' and is ignored otherwise: 'floor' takes the floor covering down to bare concrete screed, 'doors' removes the door leaves while every frame and opening stays. Omit for neither. Walls, ceiling, windows, structural openings and the camera never change.",
+ "items": {
+ "enum": [
+ "floor",
+ "doors"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+}
addedInput schema / properties / mode
Added value: +{
+ "description": "How far to strip the room. 'fitted' (the default) removes the movable contents AND the room's own joinery — the fitted kitchen and its appliances, built-in wardrobes and shelving, and bathroom sanitaryware. 'movable' removes only furniture, rugs, curtains, art, plants and lamps, leaving the kitchen, built-ins, sanitaryware, floor and doors exactly as they are.",
+ "enum": [
+ "movable",
+ "fitted"
+ ],
+ "type": "string"
+}
removedInput schema / properties / targets
Removed value: -{
- "description": "What to take out: omit (or 'auto') to empty the room of everything movable while the room itself — fitted kitchen, built-ins, sanitaryware, floor covering and doors — stays. Otherwise pick any of 'furniture' (free-standing pieces), 'decor' (rugs, curtains, art, plants, lamps), 'kitchen' (the fitted kitchen and its appliances), 'floor' (the floor covering, back to bare screed), 'doors' (door leaves; frames and openings stay) or 'bathroom' (sanitaryware). Walls, ceiling, windows, structural openings and the camera never change.",
- "items": {
- "enum": [
- "auto",
- "furniture",
- "decor",
- "kitchen",
- "floor",
- "doors",
- "bathroom"
- ],
- "type": "string"
- },
- "type": "array"
-}