{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "LOW_CAPABILITY_RESPONSE_CONTRACT_V3", "type": "object", "required": ["formula_id", "source_path", "numeric_generation_allowed"], "properties": { "formula_id": { "const": "FINAL_CONTEXT_FOR_LLM_V2" }, "source_path": { "type": "string" }, "numeric_generation_allowed": { "type": "integer", "const": 0 } }, "additionalProperties": true }