ChatGPT · JSON Structure

Chatgpt Responses Response Input Item List Structure

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

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

Properties

object data has_more first_id last_id

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ResponseInputItemList",
  "type": "object",
  "properties": {
    "object": {
      "type": "string"
    },
    "data": {
      "type": "array"
    },
    "has_more": {
      "type": "boolean"
    },
    "first_id": {
      "type": "string"
    },
    "last_id": {
      "type": "string"
    }
  }
}