ChatGPT · JSON Structure

Chatgpt Responses Response Output Item Structure

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

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

Properties

type id role status content name call_id arguments summary

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ResponseOutputItem",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "role": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "content": {
      "type": "array"
    },
    "name": {
      "type": "string"
    },
    "call_id": {
      "type": "string"
    },
    "arguments": {
      "type": "string"
    },
    "summary": {
      "type": "array"
    }
  }
}