addedOutput schema / properties / generations / items / properties / deliveredAt
Added value: +{
+ "description": "When the current delivery was cut: the generation time, or the time of the last edit_image_set.",
+ "type": "string"
+}
addedOutput schema / properties / generations / items / properties / editable
Added value: +{
+ "description": "True when this set can be re-delivered with edit_image_set (it has a source to cut from).",
+ "type": "boolean"
+}
addedOutput schema / properties / generations / items / properties / edited
Added value: +{
+ "description": "True when edit_image_set has changed this set's delivery from what was generated; a reset makes it false again.",
+ "type": "boolean"
+}
addedOutput schema / properties / generations / items / properties / iconCeiling
Added value: +{
+ "description": "The largest base size, in pixels, at which export_icons keeps every density of this set crisp (no subject enlarged past its source pixels) at its current levers; absent when no base size does. Fixed by the subject count at generation; edits to margin or sizing move it.",
+ "type": "integer"
+}
addedOutput schema / properties / generations / items / properties / levers
Added value: +{
+ "additionalProperties": false,
+ "description": "The delivery levers now in force for a set (width, height, minimumMargin, format, quality, background): the first delivery's until edit_image_set changes them. Absent on illustrations and on sets from before editing existed.",
+ "properties": {
+ "background": {
+ "type": "string"
+ },
+ "canvas": {
+ "type": "string"
+ },
+ "format": {
+ "type": "string"
+ },
+ "height": {
+ "type": "integer"
+ },
+ "minimumMargin": {
+ "type": "integer"
+ },
+ "quality": {
+ "type": "integer"
+ },
+ "sizing": {
+ "type": "string"
+ },
+ "width": {
+ "type": "integer"
+ }
+ },
+ "required": [
+ "minimumMargin",
+ "format"
+ ],
+ "type": [
+ "null",
+ "object"
+ ]
+}
addedOutput schema / properties / generations / items / properties / nativeHeight
Added value: +{
+ "type": "integer"
+}
addedOutput schema / properties / generations / items / properties / nativeWidth
Added value: +{
+ "description": "The canvas this set would be delivered on at native size (its trimmed frame plus margin): the size any re-delivery compares against.",
+ "type": "integer"
+}
changedOutput schema / properties / generations / items / properties / promptJSON / description
Previous value: -"The original call, verbatim, exactly as the batch's own prompt.json records it - the same bytes that ship inside the zip. Its shape follows the tool named in its own tool field. Sets carry style, subjects as {description, filename} pairs, format, quality, minimumMargin, validation, size when one was requested, background for solid-background sets, and styleReferences as zip-relative paths when the call used them. Illustrations carry prompt, width, height, format, quality and filename. Read subjects[].description to reproduce a set: a subject given in object form has a description that differs from its filename, so search.webp may have been asked for as a magnifying glass."New value: +"The original call, verbatim, exactly as the batch's own prompt.json records it - the same bytes that ship inside the zip. Its shape follows the tool named in its own tool field. Sets carry style, subjects as {description, filename} pairs, format, quality, minimumMargin, validation, width and height when an axis was fixed, background for solid-background sets, and styleReferences as zip-relative paths when the call used them. Illustrations carry prompt, width, height, format, quality and filename. Read subjects[].description to reproduce a set: a subject given in object form has a description that differs from its filename, so search.webp may have been asked for as a magnifying glass."