ChatGPT · JSON Structure

Chatgpt Responses Annotation Structure

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

Annotation 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

type start_index end_index url title file_id quote

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Annotation",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "start_index": {
      "type": "integer"
    },
    "end_index": {
      "type": "integer"
    },
    "url": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "file_id": {
      "type": "string"
    },
    "quote": {
      "type": "string"
    }
  }
}