addedOutput schema / properties / figure_check
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "checked": {
+ "type": "number"
+ },
+ "problems": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "evidence": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "figure": {
+ "type": "string"
+ },
+ "found_in": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "status": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "figure",
+ "status",
+ "found_in",
+ "evidence"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "verified": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "checked",
+ "verified",
+ "problems"
+ ],
+ "type": "object"
+}
changedOutput schema / required
Previous value: -[
- "our_company_name",
- "our_positioning",
- "target_company_name",
- "target_domain",
- "target_positioning",
- "target_vertical",
- "verdict",
- "win_posture",
- "asymmetric_advantages",
- "their_moats",
- "comparison_matrix",
- "talk_tracks",
- "landmines",
- "displacement_strategy",
- "claims_not_supported",
- "unknowns",
- "evidence_confidence",
- "sources"
-]New value: +[
+ "our_company_name",
+ "our_positioning",
+ "target_company_name",
+ "target_domain",
+ "target_positioning",
+ "target_vertical",
+ "verdict",
+ "win_posture",
+ "asymmetric_advantages",
+ "their_moats",
+ "comparison_matrix",
+ "talk_tracks",
+ "landmines",
+ "displacement_strategy",
+ "claims_not_supported",
+ "figure_check",
+ "unknowns",
+ "evidence_confidence",
+ "sources"
+]