{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ResponseOutputContentPart", "type": "object", "properties": { "type": { "type": "string" }, "text": { "type": "string" }, "refusal": { "type": "string" }, "annotations": { "type": "array" } } }