Claude · JSON Structure

Claude Messages Document Block Param Structure

Type: object Properties: 5
Artificial IntelligenceChatbotConversational AIGenerative AILarge Language ModelsMachine LearningNatural Language Processing

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

Properties

type source title context citations

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DocumentBlockParam",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "source": {
      "type": "object"
    },
    "title": {
      "type": "string"
    },
    "context": {
      "type": "string"
    },
    "citations": {
      "type": "object"
    }
  }
}