{"components":{"schemas":{"Input":{"type":"object","title":"Input","required":["file_url","creativity"],"properties":{"prompt":{"type":"string","title":"Prompt","x-order":3,"description":"Optional goals for the new layout, e.g. \"make space for a desk near the window\"."},"file_url":{"type":"string","title":"Source photo URL","format":"uri","x-order":0,"description":"External URL of the uploaded photo of a furnished room whose furniture should be rearranged."},"creativity":{"enum":["precise","balanced","creative"],"type":"string","title":"Creativity","default":"balanced","x-order":1,"description":"How bold the rearrangement may be: precise = subtle nudges to the current layout, balanced = a moderate replan, creative = a complete replan. Never changes which furniture appears — only where it goes."},"creativity_level":{"type":"number","title":"Creativity level","default":0.7,"maximum":1,"minimum":0.5,"x-order":2,"description":"Fine-grained rearrangement boldness used only when creativity is precise (0.5 = closest to the current layout, 1.0 = boldest precise replan)."}}}}}}