{"components":{"schemas":{"Input":{"type":"object","title":"Input","required":["file_url","mask","prompt"],"properties":{"mask":{"type":"string","title":"Mask Image URL","format":"uri","x-order":1,"description":"URL of the mask image. White pixels indicate the object/area to edit; black pixels are preserved. Must match the source image dimensions."},"color":{"type":"string","title":"Color","default":"auto","x-order":3,"description":"Target color for the masked object. Use 'auto' to keep the current color, or specify a color (e.g. 'navy blue', 'warm white', 'matte black', '#8B4513')."},"prompt":{"type":"string","title":"Prompt","x-order":2,"description":"Describe what you want to do with the masked area. Examples: 'Remove the object and fill naturally', 'Replace with a modern bookshelf', 'Change to a minimalist style'."},"file_url":{"type":"string","title":"Source Image URL","format":"uri","x-order":0,"description":"URL of the source image to edit (interior, exterior, or architectural photo)."},"material":{"type":"string","title":"Material","default":"auto","x-order":4,"description":"Target material for the masked object. Use 'auto' to keep the current material, or specify a material (e.g. 'marble', 'brushed oak', 'polished concrete', 'leather')."}}}}}}