{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/dalleInnerError",
"title": "dalleInnerError",
"description": "Inner error with additional details.",
"type": "object",
"properties": {
"code": {
"$ref": "#/components/schemas/innerErrorCode"
},
"content_filter_results": {
"$ref": "#/components/schemas/dalleFilterResults"
},
"revised_prompt": {
"type": "string",
"description": "The prompt that was used to generate the image, if there was any revision to the prompt."
}
}
}