{ "seed": { "type": "string" }, "size": { "type": "number", "min": 1, "max": 4096 }, "idRandomization": { "type": "boolean" }, "title": { "type": "string" }, "flip": { "type": "enum", "values": [ "none", "horizontal", "vertical", "both" ], "list": true }, "fontFamily": { "type": "string", "list": true }, "fontWeight": { "type": "number", "min": 1, "max": 1000, "list": true }, "scale": { "type": "range", "min": 0, "max": 10 }, "borderRadius": { "type": "range", "min": 0, "max": 50 }, "rotate": { "type": "range", "min": -360, "max": 360 }, "translateX": { "type": "range", "min": -1000, "max": 1000 }, "translateY": { "type": "range", "min": -1000, "max": 1000 }, "initialsVariant": { "type": "enum", "values": [ "alt", "default" ], "list": true, "weighted": true }, "initialsProbability": { "type": "number", "min": 0, "max": 100 }, "lettersVariant": { "type": "enum", "values": [ "double", "single" ], "list": true, "weighted": true }, "lettersProbability": { "type": "number", "min": 0, "max": 100 }, "backgroundColor": { "type": "color", "list": true }, "backgroundColorFill": { "type": "enum", "values": [ "solid", "linear", "radial" ], "list": true }, "backgroundColorFillStops": { "type": "range", "min": 2 }, "backgroundColorAngle": { "type": "range", "min": -360, "max": 360 }, "textColor": { "type": "color", "list": true, "contrastTo": "background" }, "textColorFill": { "type": "enum", "values": [ "solid", "linear", "radial" ], "list": true }, "textColorFillStops": { "type": "range", "min": 2 }, "textColorAngle": { "type": "range", "min": -360, "max": 360 } }