{ "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 }, "rowsVariant": { "type": "enum", "values": [ "rows01", "rows02", "rows03", "rows04" ], "list": true, "weighted": true }, "rowsProbability": { "type": "number", "min": 0, "max": 100 }, "shapeVariant": { "type": "enum", "values": [ "circle", "hexagon", "plus", "polygon", "square" ], "list": true, "weighted": true }, "shapeProbability": { "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 }, "shapeColor": { "type": "color", "list": true, "contrastTo": "background" }, "shapeColorFill": { "type": "enum", "values": [ "solid", "linear", "radial" ], "list": true }, "shapeColorFillStops": { "type": "range", "min": 2 }, "shapeColorAngle": { "type": "range", "min": -360, "max": 360 } }