{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ResponseOutputContentPart",
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "The type of the content part."
},
"text": {
"type": "string",
"description": "The text content."
},
"refusal": {
"type": "string",
"description": "The refusal text."
},
"annotations": {
"type": "array",
"description": "Annotations on the text, such as citations from file\nsearch or web search.\n"
}
}
}