S&P Global · Schema

Kensho Extract Extraction

Top-level entity from the Kensho Extract API (Node).

Capital IQCommodity InsightsCredit RatingsDocument ExtractionESGFinancial DataIndex DataLLMMCPMarket IntelligenceMobilityNamed Entity RecognitionSpeech to Text
View JSON Schema on GitHub

JSON Schema

kensho-extract-extraction-schema.json Raw ↑
{"$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/sp-global/main/json-schema/kensho-extract-extraction-schema.json", "title": "Kensho Extract Extraction", "description": "Top-level entity from the Kensho Extract API (Node).", "$ref": "#/$defs/Node", "$defs": {"Node": {"type": "object", "properties": {"type": {"type": "string", "enum": ["DOCUMENT", "PARAGRAPH", "H1", "H2"]}, "content": {"type": "string"}, "children": {"type": "array", "items": {"$ref": "#/$defs/Node"}}}}}}