S&P Global · Schema

Kensho NERD Annotation

Top-level entity from the Kensho NERD API (me_response).

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

JSON Schema

kensho-nerd-annotation-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-nerd-annotation-schema.json", "title": "Kensho NERD Annotation", "description": "Top-level entity from the Kensho NERD API (me_response).", "$ref": "#/$defs/me_response", "$defs": {"me_response": {"example": {"scopes": ["openid", "email"], "email": "[email protected]", "uid": "uid value", "token": "super_secret_token"}, "properties": {"scopes": {"items": {"type": "string"}, "type": "array"}, "email": {"type": "string"}, "uid": {"type": "string"}, "token": {"type": "string"}}}}}