{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CreateImageEditRequest", "type": "object", "properties": { "image": { "type": "string" }, "prompt": { "type": "string" }, "mask": { "type": "string" }, "model": { "type": "string" }, "n": { "type": "integer" }, "size": { "type": "string" }, "response_format": { "type": "string" }, "user": { "type": "string" } } }