{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ImagesResponse",
"type": "object",
"properties": {
"created": {
"type": "integer",
"description": "The Unix timestamp (in seconds) when the images were created."
},
"data": {
"type": "array",
"description": "The list of generated images."
}
}
}