{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ImageGenerationsResponse",
"type": "object",
"description": "Response from the image generations API.",
"properties": {
"created": {
"type": "integer",
"description": "The Unix timestamp of when the images were created."
},
"data": {
"type": "array",
"description": "The list of generated images."
}
}
}