{"components":{"schemas":{"Input":{"type":"object","title":"Input","required":["image_size"],"properties":{"prompt":{"type":"string","title":"Additional Prompt","x-order":8,"description":"Optional additional prompt to refine the clothes-on-model result."},"hat_image":{"type":"string","title":"Hat Image","format":"uri","x-order":2,"description":"Optional hat reference image. Supports public URLs or data URIs."},"top_image":{"type":"string","title":"Top Image","format":"uri","x-order":4,"description":"Optional top (shirt, blouse, etc.) reference image. Supports public URLs or data URIs."},"image_size":{"type":"string","title":"Image Size","format":"image-size","x-order":9,"description":"Select the aspect ratio and resolution for the generated image"},"shoe_image":{"type":"string","title":"Shoe Image","format":"uri","x-order":3,"description":"Optional shoe reference image. Supports public URLs or data URIs."},"dress_image":{"type":"string","title":"Dress Image","format":"uri","x-order":6,"description":"Optional dress reference image. Supports public URLs or data URIs."},"environment":{"enum":["environment of model","forest","lake side","studio","desert","rocky sea side","rocky mountain","beach"],"type":"string","default":"environment of model","x-order":0,"description":"Scene/background environment."},"model_image":{"type":"string","title":"Model Image","format":"uri","x-order":1,"description":"Optional model/person reference image. Supports public URLs or data URIs."},"num_outputs":{"type":"integer","title":"Number of Outputs","default":1,"maximum":4,"minimum":1,"x-order":7,"description":"The number of images to generate."},"bottom_image":{"type":"string","title":"Bottom Image","format":"uri","x-order":5,"description":"Optional bottom (pants, skirt, etc.) reference image. Supports public URLs or data URIs."}}}}}}