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