ChatGPT · JSON Structure

Chatgpt Responses Response Output Content Part Structure

Type: object Properties: 4
AgentsAIChatGPTEmbeddingsFine-TuningGPT-4GPT-5Language ModelOpenAIRealtime

ResponseOutputContentPart is a JSON Structure definition published by ChatGPT, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

type text refusal annotations

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$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"
    }
  }
}