S&P Global · JSON Structure

Kensho Extract Extraction Structure

Top-level Extract job response.

Type: Properties: 0
Capital IQCommodity InsightsCredit RatingsDocument ExtractionESGFinancial DataIndex DataLLMMCPMarket IntelligenceMobilityNamed Entity RecognitionSpeech to Text

Kensho Extract Extraction Structure is a JSON Structure definition published by S&P Global.

Meta-schema:

JSON Structure

Raw ↑
{
  "entity": "kensho-extract-extraction",
  "description": "Top-level Extract job response.",
  "sourceSchema": "json-schema/kensho-extract-extraction-schema.json",
  "main": "Node",
  "fields": [
    {
      "name": "type",
      "type": "string",
      "description": "",
      "required": false
    },
    {
      "name": "content",
      "type": "string",
      "description": "",
      "required": false
    },
    {
      "name": "children",
      "type": "array",
      "description": "",
      "required": false
    }
  ]
}