{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AsyncGenerationResponse",
"title": "AsyncGenerationResponse",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The unique generation ID used to poll for results."
},
"status": {
"type": "string",
"description": "The current status of the generation."
}
}
}