{"$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/sp-global/main/json-schema/kensho-llmready-auditor-schema.json", "title": "Kensho LLM-ready API Auditor", "description": "Top-level entity from the Kensho LLM-ready API (AuditorEntry).", "$ref": "#/$defs/AuditorEntry", "$defs": {"AuditorEntry": {"type": "object", "properties": {"auditor_company_id": {"type": "string"}, "auditor_name": {"type": "string"}}, "required": ["auditor_company_id", "auditor_name"]}, "AuditorResponse": {"type": "object", "properties": {"results": {"type": "object", "additionalProperties": {"type": "object", "additionalProperties": {"type": "array", "items": {"$ref": "#/$defs/AuditorEntry"}}}}, "errors": {"type": "object", "additionalProperties": {"type": "string", "title": "error"}}}, "required": ["errors", "results"]}}}