{ "type": "object", "properties": { "lost_reasons": { "type": "array", "items": { "type": "object", "properties": { "rank": {"type": "integer" }, "category": { "type": "string" }, "sub_category": { "type": "string" }, "lost_reason": { "type": "string"}, "evidence": { "type": "string" }, "why_final": { "type": "string" }, "reasoning_for_the_ranking_of_the_categories": {"type": "string" } }, "required": [ "rank", "category", "sub_category", "lost_reason", "evidence", "why_final","reasoning_for_the_ranking_of_the_categories" ], "additionalProperties": false } } }, "required": [ "lost_reasons" ],"additionalProperties": false }