ChatGPT · JSON Structure

Chatgpt Chat Completions Response Format Structure

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

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

Properties

type json_schema

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ResponseFormat",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "json_schema": {
      "type": "object"
    }
  }
}