removedInput schema / properties / aspectRatio
Removed value: -{
- "enum": [
- "1:1",
- "4:5",
- "9:16",
- "16:9"
- ],
- "type": "string"
-}
removedInput schema / properties / forceGenerate
Removed value: -{
- "description": "Generate the background instead of researching a photo.",
- "type": "boolean"
-}
addedInput schema / properties / height
Added value: +{
+ "maximum": 4096,
+ "minimum": 64,
+ "type": "integer"
+}
removedInput schema / properties / layout
Removed value: -{
- "const": "full-bleed-top",
- "type": "string"
-}
addedInput schema / properties / svg
Added value: +{
+ "description": "Complete Codex-authored SVG with a viewBox.",
+ "minLength": 1,
+ "type": "string"
+}
removedInput schema / properties / text
Removed value: -{
- "description": "What the image should communicate, including concrete facts.",
- "minLength": 1,
- "type": "string"
-}
removedInput schema / properties / title
Removed value: -{
- "description": "Short topic title.",
- "minLength": 1,
- "type": "string"
-}
addedInput schema / properties / width
Added value: +{
+ "maximum": 4096,
+ "minimum": 64,
+ "type": "integer"
+}
changedInput schema / required
Previous value: -[
- "title",
- "text"
-]New value: +[
+ "svg"
+]