{"$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/sp-global/main/json-schema/kensho-llmready-cusip-schema.json", "title": "Kensho LLM-ready API Cusip", "description": "Top-level entity from the Kensho LLM-ready API (CusipResponse).", "$ref": "#/$defs/CusipResponse", "$defs": {"CusipResponse": {"type": "object", "description": "Response fields for get_cusip", "properties": {"cusip": {"type": "string"}}, "required": ["cusip"]}}}