ChatGPT · JSON Structure

Chatgpt Responses Response Input Item Structure

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

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

Properties

role content type id call_id output status

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

JSON Structure

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