input
stringlengths
170
4.38k
target
stringlengths
11
500
corruption_type
stringclasses
28 values
schema
dict
invalid_json
stringlengths
2
1.02k
error
stringlengths
21
156
target_json
stringlengths
11
500
TASK repair_structured_output SPEC FIELD index TYPE string VALUES small|medium|large|xl REQUIRED no FIELD invoice_id TYPE string_date-time REQUIRED yes FIELD name TYPE number REQUIRED yes FIELD ward TYPE null REQUIRED no FIELD shipping TYPE string VALUES success|error|warning|info REQUIRED yes FIELD language TYPE stri...
{"index":"large","invoice_id":"2020-09-26T21:31:00Z","name":586.14,"ward":null,"shipping":"success"}
invalid_enum
{ "type": "object", "properties": { "index": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "invoice_id": { "type": "string", "format": "date-time" }, "name": { "type": "number" }, "ward": { "t...
{"index": "invalid_value_2", "invoice_id": "2020-09-26T21:31:00Z", "name": 586.14, "ward": null, "shipping": "success"}
Field 'index' has invalid enum value 'invalid_value_2', expected one of ['small', 'medium', 'large', 'xl']
{"index":"large","invoice_id":"2020-09-26T21:31:00Z","name":586.14,"ward":null,"shipping":"success"}
TASK repair_structured_output SPEC FIELD field_v24 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD col_v62 TYPE null REQUIRED yes FIELD field_d56 TYPE string VALUES email|phone|sms|push REQUIRED yes BROKEN_OUTPUT I need to look up the information first. Action: validate_sample Result: {"col_v62":...
{"field_v24":"reliable","col_v62":null,"field_d56":"push"}
agent_chain
{ "type": "object", "properties": { "field_v24": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "col_v62": { "type": "null" }, "field_d56": { "type": "string", "enum": [ "email", "phone", ...
I need to look up the information first. Action: validate_sample Result: {"col_v62": null, "field_d56": "push"} I'll query our database. Action: check_cargo_manifest Result:
Agent multi-step chain with truncated tool output
{"field_v24":"reliable","col_v62":null,"field_d56":"push"}
TASK repair_structured_output SPEC FIELD wavelength TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD count TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD vessel_name TYPE string_email REQUIRED no FIELD item_id TYPE string REQUIRED yes FIELD shipping TYPE string VALUES opti...
{"wavelength":"cat_d","count":"confirmed","vessel_name":"user@domain.org","item_id":"user@domain.com","height":70.95}
tool_call_text_mix
{ "type": "object", "properties": { "wavelength": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "count": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalat...
I'll query our database. <tool_call name="get_inventory"> {"wavelength":"cat_d","count":"confirmed","vessel_name":"user@domain.org","item_id":"user@domain.com","height":70.95} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"wavelength":"cat_d","count":"confirmed","vessel_name":"user@domain.org","item_id":"user@domain.com","height":70.95}
TASK repair_structured_output SPEC FIELD val_x56 TYPE integer REQUIRED yes FIELD attr_a75 TYPE integer REQUIRED no FIELD field_q34 TYPE number REQUIRED yes FIELD field_i04 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD key_o42 TYPE string REQUIRED no FIELD prop_w13 TYPE string VALUES type_a|type_b|...
{"val_x56":519,"attr_a75":682,"field_q34":219.02,"field_i04":"coastal","prop_w13":"type_a","param_w36":false}
agent_chain
{ "type": "object", "properties": { "val_x56": { "type": "integer" }, "attr_a75": { "type": "integer" }, "field_q34": { "type": "number" }, "field_i04": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ...
I need to look up the information first. Action: read_sensor_array Result: {"val_x56": 519, "attr_a75": 682, "field_q34": 219.02, "field_i04": "coastal", "prop_w13": "type_a"} Processing the request now. Action: process_payment Result:
Agent multi-step chain with truncated tool output
{"val_x56":519,"attr_a75":682,"field_q34":219.02,"field_i04":"coastal","prop_w13":"type_a","param_w36":false}
TASK repair_structured_output SPEC FIELD field_v92 TYPE string REQUIRED yes FIELD prop_b51.prop_b90 TYPE integer REQUIRED no FIELD prop_b51.attr_b79 TYPE string REQUIRED no FIELD prop_b51.attr_u96 TYPE boolean REQUIRED yes FIELD prop_b51.col_g08 TYPE string REQUIRED no FIELD prop_b51.prop_r02 TYPE integer REQUIRED yes...
{"field_v92":"baz","prop_b51":{"attr_b79":"chrX","attr_u96":true,"prop_r02":578,"attr_r04":null},"prop_x50":"https://api.example.com/v1","val_b38":false,"attr_o05":888.95}
tool_call_partial_args
{ "type": "object", "properties": { "field_v92": { "type": "string" }, "prop_b51": { "type": "object", "properties": { "prop_b90": { "type": "integer" }, "attr_b79": { "type": "string" }, "attr_u96": { "type": "boole...
I need to look up the information first. Action: queue_sequencing_run Arguments: {"field_v92": "baz", "prop_b51": {"attr_b79": "chrX", "attr_u96": true, "prop_r02": 578, "attr_r04": null}, "val_b38": false, "attr_o05": 888.95}
Agent tool call missing required parameter 'prop_x50'
{"field_v92":"baz","prop_b51":{"attr_b79":"chrX","attr_u96":true,"prop_r02":578,"attr_r04":null},"prop_x50":"https://api.example.com/v1","val_b38":false,"attr_o05":888.95}
TASK repair_structured_output SPEC FIELD prop_r32 TYPE integer REQUIRED yes FIELD col_z39 TYPE boolean REQUIRED yes FIELD dim_t07.prop_i83 TYPE string REQUIRED no FIELD dim_t07.param_t19 TYPE string REQUIRED no FIELD dim_t07.param_j84 TYPE string VALUES low|medium|high|critical REQUIRED yes BROKEN_OUTPUT {"prop_r32":...
{"prop_r32":203,"col_z39":true,"dim_t07":{"param_j84":"medium"}}
missing_required
{ "type": "object", "properties": { "prop_r32": { "type": "integer" }, "col_z39": { "type": "boolean" }, "dim_t07": { "type": "object", "properties": { "prop_i83": { "type": "string" }, "param_t19": { "type": "string" },...
{"prop_r32": 203, "dim_t07": {"param_j84": "medium"}}
Required field 'col_z39' is missing
{"prop_r32":203,"col_z39":true,"dim_t07":{"param_j84":"medium"}}
TASK repair_structured_output SPEC FIELD item_id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD level TYPE string_uri REQUIRED no FIELD url TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD ph_level TYPE string_date-time REQUIRED no FIELD chapter TYPE string REQUIRED no...
{"item_id":"homozygous","level":"https://www.io/v1","url":"cat_b","chapter":"A short description.","id":{"pressure_kpa":"type_b","end_date":"option_b","priority":"option_e","thumbnail":false,"ph_level":"2024-01-15"},"velocity":"level_3"}
null_required
{ "type": "object", "properties": { "item_id": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "level": { "type": "string", "format": "uri" }, "url": { "type": "string", "enum": [ "cat_a", ...
{"item_id": null, "level": "https://www.io/v1", "url": "cat_b", "chapter": "A short description.", "id": {"pressure_kpa": "type_b", "end_date": "option_b", "priority": "option_e", "thumbnail": false, "ph_level": "2024-01-15"}, "velocity": "level_3"}
Required field 'item_id' is null
{"item_id":"homozygous","level":"https://www.io/v1","url":"cat_b","chapter":"A short description.","id":{"pressure_kpa":"type_b","end_date":"option_b","priority":"option_e","thumbnail":false,"ph_level":"2024-01-15"},"velocity":"level_3"}
TASK repair_structured_output SPEC FIELD dim_n08.dim_b96 TYPE integer REQUIRED yes FIELD dim_n08.field_z42 TYPE string REQUIRED no FIELD dim_n08.val_g81 TYPE integer REQUIRED no FIELD dim_n08.param_y46 TYPE string REQUIRED yes FIELD dim_n08.val_k33 TYPE integer REQUIRED yes FIELD dim_n08.field_t53 TYPE string REQUIRED...
{"dim_n08":{"dim_b96":328,"field_z42":"demo","val_g81":893,"param_y46":"New York","val_k33":57,"field_t53":"chrX","attr_r66":"Bob"},"col_d03":null,"key_k22":"ops@example.com"}
agent_chain
{ "type": "object", "properties": { "dim_n08": { "type": "object", "properties": { "dim_b96": { "type": "integer" }, "field_z42": { "type": "string" }, "val_g81": { "type": "integer" }, "param_y46": { "ty...
Let me check the system. Action: search Result: {"dim_n08": {"dim_b96": 328, "field_z42": "demo", "val_g81": 893, "param_y46": "New York", "val_k33": 57, "field_t53": "chrX", "attr_r66": "Bob"}, "key_k22": "ops@example.com"} Processing the request now. Action: queue_sequencing_run Result:
Agent multi-step chain with truncated tool output
{"dim_n08":{"dim_b96":328,"field_z42":"demo","val_g81":893,"param_y46":"New York","val_k33":57,"field_t53":"chrX","attr_r66":"Bob"},"col_d03":null,"key_k22":"ops@example.com"}
TASK repair_structured_output SPEC FIELD prop_z53 TYPE boolean REQUIRED yes FIELD key_b68 TYPE string REQUIRED yes FIELD col_e71 TYPE integer REQUIRED yes FIELD val_i66 TYPE string REQUIRED no FIELD param_t41.prop_a94 TYPE integer REQUIRED no FIELD param_t41.col_f55 TYPE boolean REQUIRED yes FIELD param_t41.prop_p18 T...
{"prop_z53":true,"key_b68":"A short description.","col_e71":582,"key_l46":"info@domain.org","key_e68":{"key_m35":"mode_c","param_e93":{"col_a28":126,"attr_w62":487.61,"param_o50":true,"prop_w12":356},"prop_z76":"Santos","attr_l12":702.61,"attr_y29":"2021-06-22T07:17:00Z","key_v52":"option_a","val_z40":926},"key_p31":53...
number_with_unit
{ "type": "object", "properties": { "prop_z53": { "type": "boolean" }, "key_b68": { "type": "string" }, "col_e71": { "type": "integer" }, "val_i66": { "type": "string" }, "param_t41": { "type": "object", "properties": { "prop_a94": { ...
{"prop_z53": true, "key_b68": "A short description.", "col_e71": "582MB", "key_l46": "info@domain.org", "key_e68": {"key_m35": "mode_c", "param_e93": {"col_a28": 126, "attr_w62": 487.61, "param_o50": true, "prop_w12": 356}, "prop_z76": "Santos", "attr_l12": 702.61, "attr_y29": "2021-06-22T07:17:00Z", "key_v52": "option...
Field 'col_e71' must be number, got string with unit
{"prop_z53":true,"key_b68":"A short description.","col_e71":582,"key_l46":"info@domain.org","key_e68":{"key_m35":"mode_c","param_e93":{"col_a28":126,"attr_w62":487.61,"param_o50":true,"prop_w12":356},"prop_z76":"Santos","attr_l12":702.61,"attr_y29":"2021-06-22T07:17:00Z","key_v52":"option_a","val_z40":926},"key_p31":53...
TASK repair_structured_output SPEC FIELD param_b99 TYPE string REQUIRED no FIELD attr_b75.prop_m14 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD attr_b75.field_e84 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD attr_b75.key_f77 TYPE string VALUES low|medium|high|critica...
{"param_b99":"This is a test value.","attr_b75":{"prop_m14":"closed","field_e84":"in_progress","key_f77":"high"},"field_x31":false,"field_w29":"unstable","param_l84":false,"field_z77":{"dim_h33":772.92,"attr_t92":null,"dim_t20":{"dim_w50":182,"dim_b99":"synonymous","dim_f31":"2025-07-01T02:19:00Z","attr_c50":null}}}
markdown_fences
{ "type": "object", "properties": { "param_b99": { "type": "string" }, "attr_b75": { "type": "object", "properties": { "prop_m14": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ...
```json {"param_b99":"This is a test value.","attr_b75":{"prop_m14":"closed","field_e84":"in_progress","key_f77":"high"},"field_x31":false,"field_w29":"unstable","param_l84":false,"field_z77":{"dim_h33":772.92,"attr_t92":null,"dim_t20":{"dim_w50":182,"dim_b99":"synonymous","dim_f31":"2025-07-01T02:19:00Z","attr_c50":nu...
Output contains markdown code fences
{"param_b99":"This is a test value.","attr_b75":{"prop_m14":"closed","field_e84":"in_progress","key_f77":"high"},"field_x31":false,"field_w29":"unstable","param_l84":false,"field_z77":{"dim_h33":772.92,"attr_t92":null,"dim_t20":{"dim_w50":182,"dim_b99":"synonymous","dim_f31":"2025-07-01T02:19:00Z","attr_c50":null}}}
TASK repair_structured_output SPEC FIELD lab_result TYPE string VALUES active|inactive|pending REQUIRED no FIELD chapter TYPE string REQUIRED no FIELD vessel_name.berth_slot TYPE string REQUIRED no FIELD vessel_name.frequency_hz TYPE number REQUIRED no FIELD vessel_name.branch.length TYPE string_email REQUIRED no FIEL...
{"lab_result":"inactive","chapter":"2024-01-15","vessel_name":{"frequency_hz":357.15,"branch":{"full_name":"John","size":"married","category":true,"section":733},"batch_code":607.25,"ph_level":"baz"},"tags":"bar","active":{"updated_at":479.67,"end_date":"RTG-04","quantity":[388,910]},"patient_id":{"name":"xl","options"...
extra_text_after
{ "type": "object", "properties": { "lab_result": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "chapter": { "type": "string" }, "vessel_name": { "type": "object", "properties": { "berth_slot": { "...
{"lab_result":"inactive","chapter":"2024-01-15","vessel_name":{"frequency_hz":357.15,"branch":{"full_name":"John","size":"married","category":true,"section":733},"batch_code":607.25,"ph_level":"baz"},"tags":"bar","active":{"updated_at":479.67,"end_date":"RTG-04","quantity":[388,910]},"patient_id":{"name":"xl","options"...
Output contains non-JSON text after the object
{"lab_result":"inactive","chapter":"2024-01-15","vessel_name":{"frequency_hz":357.15,"branch":{"full_name":"John","size":"married","category":true,"section":733},"batch_code":607.25,"ph_level":"baz"},"tags":"bar","active":{"updated_at":479.67,"end_date":"RTG-04","quantity":[388,910]},"patient_id":{"name":"xl","options"...
TASK repair_structured_output SPEC FIELD annotation TYPE string REQUIRED yes FIELD features TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD url TYPE string REQUIRED no FIELD active TYPE string_email REQUIRED yes FIELD image_url TYPE string VALUES level_1|level_2 REQUIRED no FIELD age TYPE integer REQUIRED yes F...
{"annotation":"PASS","url":"cancelled","active":"user@example.com","image_url":"level_2","age":618,"shipper_ref":{"voltage":"bar","quality_score":"level_2","end_date":"mode_a","quantity":882,"thumbnail":["Oliveira","Sao Paulo","RTG-04","Luis"],"crew_id":[{"message":"A short description.","role":"completed","repository"...
trailing_comma
{ "type": "object", "properties": { "annotation": { "type": "string" }, "features": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "url": { "type": "string" }, "active": { "type": "string", "format": "email" ...
{"annotation":"PASS","url":"cancelled","active":"user@example.com","image_url":"level_2","age":618,"shipper_ref":{"voltage":"bar","quality_score":"level_2","end_date":"mode_a","quantity":882,"thumbnail":["Oliveira","Sao Paulo","RTG-04","Luis",],"crew_id":[{"message":"A short description.","role":"completed","repository...
Unexpected trailing comma
{"annotation":"PASS","url":"cancelled","active":"user@example.com","image_url":"level_2","age":618,"shipper_ref":{"voltage":"bar","quality_score":"level_2","end_date":"mode_a","quantity":882,"thumbnail":["Oliveira","Sao Paulo","RTG-04","Luis"],"crew_id":[{"message":"A short description.","role":"completed","repository"...
TASK repair_structured_output SPEC FIELD key_l88 TYPE integer REQUIRED no FIELD val_m34 TYPE number REQUIRED yes FIELD key_j36 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD attr_f15 TYPE boolean REQUIRED yes FIELD attr_c41.dim_a69 TYPE string VALUES red|blue|green|black|white REQ...
{"key_l88":426,"val_m34":672.41,"key_j36":"level_2","attr_f15":true,"attr_c41":{"dim_a69":"green","attr_i83":false,"param_r85":["New York"]}}
unquoted_keys
{ "type": "object", "properties": { "key_l88": { "type": "integer" }, "val_m34": { "type": "number" }, "key_j36": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] }, ...
{key_l88:426,val_m34:672.41,key_j36:"level_2",attr_f15:true,attr_c41:{dim_a69:"green",attr_i83:false,param_r85:["New York"]}}
Expecting property name enclosed in double quotes
{"key_l88":426,"val_m34":672.41,"key_j36":"level_2","attr_f15":true,"attr_c41":{"dim_a69":"green","attr_i83":false,"param_r85":["New York"]}}
TASK repair_structured_output SPEC FIELD field_k60 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD key_g90 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD col_k84.key_y59 TYPE boolean REQUIRED yes FIELD col_k84.dim_w77 TYPE number REQUIRED yes FIELD col_k84.col_d0...
{"field_k60":"type_e","key_g90":"operational","col_k84":{"key_y59":true,"dim_w77":105.68,"col_d07":842}}
tool_call_python_syntax
{ "type": "object", "properties": { "field_k60": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "key_g90": { "type": "string", "enum": [ "operational", "degraded", "offline"...
get_weather(field_k60='type_e', key_g90='operational', col_k84={'key_y59': True, 'dim_w77': 105.68, 'col_d07': 842})
Tool call uses Python syntax instead of JSON
{"field_k60":"type_e","key_g90":"operational","col_k84":{"key_y59":true,"dim_w77":105.68,"col_d07":842}}
TASK repair_structured_output SPEC FIELD amount TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD shipper_ref TYPE null REQUIRED yes FIELD vital_sign[].username TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD vital_sign[].step TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no ...
{"amount":"reliable","shipper_ref":null,"vital_sign":[{"username":"level_1","step":"cat_d","level":"chrX","maturity_date":"Smith","end_date":949}],"company":[{"barcode":489.09,"sensor_id":true,"verified":["coastal","coastal"]},{"barcode":765.02,"sensor_id":true,"verified":["coastal","coastal"]}]}
missing_brace
{ "type": "object", "properties": { "amount": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "shipper_ref": { "type": "null" }, "vital_sign": { "type": "array", "items": { "type": "object", "pr...
{"amount":"reliable","shipper_ref":null,"vital_sign":[{"username":"level_1","step":"cat_d","level":"chrX","maturity_date":"Smith","end_date":949}],"company":[{"barcode":489.09,"sensor_id":true,"verified":["coastal","coastal"]},{"barcode":765.02,"sensor_id":true,"verified":["coastal","coastal"]}]
Missing closing brace
{"amount":"reliable","shipper_ref":null,"vital_sign":[{"username":"level_1","step":"cat_d","level":"chrX","maturity_date":"Smith","end_date":949}],"company":[{"barcode":489.09,"sensor_id":true,"verified":["coastal","coastal"]},{"barcode":765.02,"sensor_id":true,"verified":["coastal","coastal"]}]}
TASK repair_structured_output SPEC FIELD address TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD length TYPE null REQUIRED no FIELD loan_amount TYPE integer REQUIRED no FIELD terminal_id TYPE number REQUIRED no FIELD interest_rate TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FI...
{"address":"cat_b","length":null,"terminal_id":161.77,"wavelength":"ops@test.io","visible":268.24,"active":"Alice"}
tool_call_text_mix
{ "type": "object", "properties": { "address": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "length": { "type": "null" }, "loan_amount": { "type": "integer" }, "termin...
I need to look up the information first. <tool_call name="assign_berth"> {"address":"cat_b","length":null,"terminal_id":161.77,"wavelength":"ops@test.io","visible":268.24,"active":"Alice"} </tool_call. Operation completed.
Agent response mixes reasoning text with tool call
{"address":"cat_b","length":null,"terminal_id":161.77,"wavelength":"ops@test.io","visible":268.24,"active":"Alice"}
TASK repair_structured_output SPEC FIELD dim_j28 TYPE string_email REQUIRED no FIELD prop_p29 TYPE string REQUIRED no FIELD key_z72 TYPE null REQUIRED no FIELD field_v17 TYPE string REQUIRED no FIELD key_t99[] TYPE number REQUIRED yes FIELD dim_w88[] TYPE number REQUIRED yes BROKEN_OUTPUT Here is the response in the ...
{"dim_j28":"admin@test.io","prop_p29":"PASS","key_z72":null,"field_v17":"https://example.com","key_t99":[674.27,797.4,474.62],"dim_w88":[616.91,355.41]}
extra_text_before
{ "type": "object", "properties": { "dim_j28": { "type": "string", "format": "email" }, "prop_p29": { "type": "string" }, "key_z72": { "type": "null" }, "field_v17": { "type": "string" }, "key_t99": { "type": "array", "items": { "...
Here is the response in the requested format: {"dim_j28":"admin@test.io","prop_p29":"PASS","key_z72":null,"field_v17":"https://example.com","key_t99":[674.27,797.4,474.62],"dim_w88":[616.91,355.41]}
Output contains non-JSON text before the object
{"dim_j28":"admin@test.io","prop_p29":"PASS","key_z72":null,"field_v17":"https://example.com","key_t99":[674.27,797.4,474.62],"dim_w88":[616.91,355.41]}
TASK repair_structured_output SPEC FIELD freight_class.timezone TYPE number REQUIRED yes FIELD freight_class.gene_id TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes FIELD freight_class.description.price TYPE null REQUIRED no FIELD freight_class.description.longitude TYPE string VALUES mode_a|mode_b REQUIRE...
{"freight_class":{"timezone":49.83,"gene_id":"mode_c","description":{"longitude":"mode_a","step":"Luis","color":"https://api.com/data","format":"Silva"},"user_id":{"updated_at":"completed","conductivity":"sample","consignee":"level_3","discount":837.28,"isotope":false}},"crew_id":"admin@test.io","humidity_pct":{"type":...
extra_text_before
{ "type": "object", "properties": { "freight_class": { "type": "object", "properties": { "timezone": { "type": "number" }, "gene_id": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mod...
Here is the JSON you requested: {"freight_class":{"timezone":49.83,"gene_id":"mode_c","description":{"longitude":"mode_a","step":"Luis","color":"https://api.com/data","format":"Silva"},"user_id":{"updated_at":"completed","conductivity":"sample","consignee":"level_3","discount":837.28,"isotope":false}},"crew_id":"admin@...
Output contains non-JSON text before the object
{"freight_class":{"timezone":49.83,"gene_id":"mode_c","description":{"longitude":"mode_a","step":"Luis","color":"https://api.com/data","format":"Silva"},"user_id":{"updated_at":"completed","conductivity":"sample","consignee":"level_3","discount":837.28,"isotope":false}},"crew_id":"admin@test.io","humidity_pct":{"type":...
TASK repair_structured_output SPEC FIELD key_i19 TYPE string VALUES draft|published|archived REQUIRED no FIELD prop_b47 TYPE string VALUES active|inactive|pending REQUIRED no FIELD col_p57 TYPE string REQUIRED yes FIELD val_y74 TYPE string REQUIRED yes FIELD prop_v95 TYPE string REQUIRED yes FIELD field_h20 TYPE integ...
{"key_i19":"draft","prop_b47":"active","col_p57":"completed","val_y74":"Tokyo","prop_v95":"Luis","field_h20":191}
markdown_fences
{ "type": "object", "properties": { "key_i19": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "prop_b47": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "col_p57": { ...
```json {"key_i19":"draft","prop_b47":"active","col_p57":"completed","val_y74":"Tokyo","prop_v95":"Luis","field_h20":191} ```
Output contains markdown code fences
{"key_i19":"draft","prop_b47":"active","col_p57":"completed","val_y74":"Tokyo","prop_v95":"Luis","field_h20":191}
TASK repair_structured_output SPEC FIELD maturity_date TYPE string REQUIRED no FIELD address TYPE boolean REQUIRED yes FIELD active TYPE boolean REQUIRED no FIELD humidity_pct TYPE boolean REQUIRED no FIELD price.catalyst.first_name TYPE string_uri REQUIRED yes FIELD price.catalyst.crew_id TYPE number REQUIRED no FIEL...
{"address":true,"active":false,"price":{"catalyst":{"first_name":"https://example.com/v1","crew_id":822.14,"payment_status":"example","port_code":"type_b","ward":"type_b"},"conductivity":{"city":894,"end_date":373,"address":"REV","name":993},"deploy_target":"basic","notes":"escalated"}}
partial_structure
{ "type": "object", "properties": { "maturity_date": { "type": "string" }, "address": { "type": "boolean" }, "active": { "type": "boolean" }, "humidity_pct": { "type": "boolean" }, "price": { "type": "object", "properties": { "catalyst"...
Result: address=True, {"address":true,"active":false,"price":{"catalyst":{"first_name":"https://example.com/v1","crew_id":822.14,"payment_status":"example","port_code":"type_b","ward":"type_b"},"conductivity":{"city":894,"end_date":373,"address":"REV","name":993},"deploy_target":"basic","notes":"escalated"}}
Output mixes natural language with JSON
{"address":true,"active":false,"price":{"catalyst":{"first_name":"https://example.com/v1","crew_id":822.14,"payment_status":"example","port_code":"type_b","ward":"type_b"},"conductivity":{"city":894,"end_date":373,"address":"REV","name":993},"deploy_target":"basic","notes":"escalated"}}
TASK repair_structured_output SPEC FIELD procedure_code TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIELD latitude TYPE string VALUES level_1|level_2 REQUIRED no FIELD credit_score TYPE string REQUIRED no FIELD name TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD pressure_kpa TYPE ...
{"procedure_code":"cat_a","latitude":"level_1","credit_score":"Berlin","pressure_kpa":"2026-04-17T08:38:00Z","company":"info@domain.org","level":null}
extra_text_before
{ "type": "object", "properties": { "procedure_code": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "latitude": { "type": "string", "enum": [ "level_1", "level_2" ] }, "credit_score": { ...
The output is as follows: {"procedure_code":"cat_a","latitude":"level_1","credit_score":"Berlin","pressure_kpa":"2026-04-17T08:38:00Z","company":"info@domain.org","level":null}
Output contains non-JSON text before the object
{"procedure_code":"cat_a","latitude":"level_1","credit_score":"Berlin","pressure_kpa":"2026-04-17T08:38:00Z","company":"info@domain.org","level":null}
TASK repair_structured_output SPEC FIELD attr_p38.key_c72 TYPE number REQUIRED yes FIELD attr_p38.col_y64 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD attr_p38.field_p94 TYPE string REQUIRED yes FIELD attr_p38.val_o92 TYPE number REQUIRED no FIELD dim_i63 TYPE number REQUIRED no FIELD val_m98...
{"attr_p38":{"key_c72":892.15,"field_p94":"New York","val_o92":459.38},"dim_i63":456.58,"val_m98":{"prop_p79":"active","dim_j48":444,"dim_f06":988.44},"dim_y42":397.02,"prop_h48":442.53}
markdown_explanation
{ "type": "object", "properties": { "attr_p38": { "type": "object", "properties": { "key_c72": { "type": "number" }, "col_y64": { "type": "string", "enum": [ "new", "in_transit", "delivered", "retur...
Based on your request, here is the data: ```json {"attr_p38":{"key_c72":892.15,"field_p94":"New York","val_o92":459.38},"dim_i63":456.58,"val_m98":{"prop_p79":"active","dim_j48":444,"dim_f06":988.44},"dim_y42":397.02,"prop_h48":442.53} ``` I've ensured all required fields are present.
Output contains markdown and explanatory text around JSON
{"attr_p38":{"key_c72":892.15,"field_p94":"New York","val_o92":459.38},"dim_i63":456.58,"val_m98":{"prop_p79":"active","dim_j48":444,"dim_f06":988.44},"dim_y42":397.02,"prop_h48":442.53}
TASK repair_structured_output SPEC FIELD level TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD title TYPE string_email REQUIRED no FIELD coverage TYPE integer REQUIRED yes FIELD catalyst.item_id TYPE boolean REQUIRED no FIELD catalyst.run_id TYPE number REQUIRED no FIELD catalyst.website TYPE string_dat...
{"level":"low","title":"ops@domain.org","coverage":565}
unquoted_keys
{ "type": "object", "properties": { "level": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "title": { "type": "string", "format": "email" }, "coverage": { "type": "integer" }, "catalyst": { ...
{level:"low",title:"ops@domain.org",coverage:565}
Expecting property name enclosed in double quotes
{"level":"low","title":"ops@domain.org","coverage":565}
TASK repair_structured_output SPEC FIELD quantity TYPE integer REQUIRED yes FIELD branch TYPE string REQUIRED no FIELD department TYPE boolean REQUIRED no FIELD crew_id TYPE number REQUIRED yes FIELD published TYPE string REQUIRED no FIELD phone TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD salinity TYPE ...
{"quantity":411,"department":false,"crew_id":886.33,"published":"This is a test value.","phone":"sms","salinity":null}
markdown_explanation
{ "type": "object", "properties": { "quantity": { "type": "integer" }, "branch": { "type": "string" }, "department": { "type": "boolean" }, "crew_id": { "type": "number" }, "published": { "type": "string" }, "phone": { "type": "string",...
Here's the structured output: ```json {"quantity":411,"department":false,"crew_id":886.33,"published":"This is a test value.","phone":"sms","salinity":null} ``` Hope this helps!
Output contains markdown and explanatory text around JSON
{"quantity":411,"department":false,"crew_id":886.33,"published":"This is a test value.","phone":"sms","salinity":null}
TASK repair_structured_output SPEC FIELD maturity_date TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD frequency_hz TYPE number REQUIRED no FIELD level TYPE number REQUIRED no BROKEN_OUTPUT ```json {"maturity_date":"frameshift","level":33.52} ```
{"maturity_date":"frameshift","level":33.52}
markdown_fences
{ "type": "object", "properties": { "maturity_date": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "frequency_hz": { "type": "number" }, "level": { "type": "number" } }, "required": [ ...
```json {"maturity_date":"frameshift","level":33.52} ```
Output contains markdown code fences
{"maturity_date":"frameshift","level":33.52}
TASK repair_structured_output SPEC FIELD active TYPE string REQUIRED yes FIELD published TYPE string VALUES active|inactive|pending REQUIRED no FIELD conductivity TYPE integer REQUIRED no FIELD rating[] TYPE string REQUIRED no BROKEN_OUTPUT {"active":"world","published":"active","conductivity":346,"rating":["2024-01-...
{"active":"world","published":"active","conductivity":346,"rating":["2024-01-15","demo","Santos","QC-07"]}
extra_text_after
{ "type": "object", "properties": { "active": { "type": "string" }, "published": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "conductivity": { "type": "integer" }, "rating": { "type": "array", "items...
{"active":"world","published":"active","conductivity":346,"rating":["2024-01-15","demo","Santos","QC-07"]} Data logged successfully.
Output contains non-JSON text after the object
{"active":"world","published":"active","conductivity":346,"rating":["2024-01-15","demo","Santos","QC-07"]}
TASK repair_structured_output SPEC FIELD field_m11 TYPE string_uri REQUIRED yes FIELD field_b73 TYPE number REQUIRED yes FIELD prop_e22 TYPE null REQUIRED no FIELD attr_q61 TYPE integer REQUIRED no FIELD val_r69.key_w04 TYPE integer REQUIRED yes FIELD val_r69.dim_u59 TYPE string VALUES draft|published|archived REQUIRE...
{"field_m11":"https://example.com/v1","field_b73":450.0,"attr_q61":857,"val_r69":{"key_w04":854,"dim_u59":"published","dim_g07":[null]}}
unquoted_keys
{ "type": "object", "properties": { "field_m11": { "type": "string", "format": "uri" }, "field_b73": { "type": "number" }, "prop_e22": { "type": "null" }, "attr_q61": { "type": "integer" }, "val_r69": { "type": "object", "properties": { ...
{field_m11:"https://example.com/v1",field_b73:450.0,attr_q61:857,val_r69:{key_w04:854,dim_u59:"published",dim_g07:[null]}}
Expecting property name enclosed in double quotes
{"field_m11":"https://example.com/v1","field_b73":450.0,"attr_q61":857,"val_r69":{"key_w04":854,"dim_u59":"published","dim_g07":[null]}}
TASK repair_structured_output SPEC FIELD bill_of_lading TYPE string REQUIRED yes FIELD frequency_hz TYPE boolean REQUIRED no FIELD chapter TYPE string REQUIRED no FIELD phone TYPE integer REQUIRED yes BROKEN_OUTPUT <functioncall> check_cargo_manifest {bill_of_lading: "https://api.example.com/v1", frequency_hz: true, ...
{"bill_of_lading":"https://api.example.com/v1","frequency_hz":true,"chapter":"baz","phone":19}
tool_call_bad_format
{ "type": "object", "properties": { "bill_of_lading": { "type": "string" }, "frequency_hz": { "type": "boolean" }, "chapter": { "type": "string" }, "phone": { "type": "integer" } }, "required": [ "phone", "bill_of_lading" ] }
<functioncall> check_cargo_manifest {bill_of_lading: "https://api.example.com/v1", frequency_hz: true, chapter: "baz", phone: 19}
Tool call has malformed arguments — unquoted keys in function parameters
{"bill_of_lading":"https://api.example.com/v1","frequency_hz":true,"chapter":"baz","phone":19}
TASK repair_structured_output SPEC FIELD col_p09 TYPE number REQUIRED no FIELD attr_o87 TYPE string REQUIRED yes FIELD dim_k54 TYPE string REQUIRED yes FIELD attr_u40 TYPE string VALUES draft|published|archived REQUIRED yes FIELD param_y33 TYPE string_uri REQUIRED yes FIELD field_j54 TYPE integer REQUIRED no FIELD dim...
{"col_p09":317.15,"attr_o87":"inactive","dim_k54":"2024-06-30","attr_u40":"draft","param_y33":"https://example.org/data","attr_l69":"https://data.org/v1"}
missing_required
{ "type": "object", "properties": { "col_p09": { "type": "number" }, "attr_o87": { "type": "string" }, "dim_k54": { "type": "string" }, "attr_u40": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "par...
{"col_p09": 317.15, "attr_o87": "inactive", "dim_k54": "2024-06-30", "param_y33": "https://example.org/data", "attr_l69": "https://data.org/v1"}
Required field 'attr_u40' is missing
{"col_p09":317.15,"attr_o87":"inactive","dim_k54":"2024-06-30","attr_u40":"draft","param_y33":"https://example.org/data","attr_l69":"https://data.org/v1"}
TASK repair_structured_output SPEC FIELD price TYPE null REQUIRED no FIELD features TYPE boolean REQUIRED yes FIELD throttle_pos TYPE string REQUIRED yes FIELD notes[] TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes BROKEN_OUTPUT Processing the request now. <tool_call name="fetch_lab_result"> {"price":n...
{"price":null,"features":true,"throttle_pos":"completed","notes":["cat_e","cat_a"]}
tool_call_text_mix
{ "type": "object", "properties": { "price": { "type": "null" }, "features": { "type": "boolean" }, "throttle_pos": { "type": "string" }, "notes": { "type": "array", "items": { "type": "string", "enum": [ "cat_a", "cat_b",...
Processing the request now. <tool_call name="fetch_lab_result"> {"price":null,"features":true,"throttle_pos":"completed","notes":["cat_e","cat_a"]} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"price":null,"features":true,"throttle_pos":"completed","notes":["cat_e","cat_a"]}
TASK repair_structured_output SPEC FIELD attr_w32 TYPE string REQUIRED no FIELD key_y65 TYPE number REQUIRED no FIELD field_y78 TYPE string_date-time REQUIRED no FIELD val_d12.prop_l44 TYPE boolean REQUIRED no FIELD val_d12.attr_k25 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD val_d12.prop_a91[].pro...
{"attr_w32":"Johnson","key_y65":499.41,"field_y78":"2020-08-03T14:21:00Z","val_d12":{"attr_k25":"free","prop_a91":[{"prop_q03":"info","attr_r79":"2020-09-24T10:36:00Z","dim_d49":"test@example.com"},{"prop_q03":"info","attr_r79":"2022-12-02T15:22:00Z","dim_d49":"test@example.com"}]}}
truncated_array
{ "type": "object", "properties": { "attr_w32": { "type": "string" }, "key_y65": { "type": "number" }, "field_y78": { "type": "string", "format": "date-time" }, "val_d12": { "type": "object", "properties": { "prop_l44": { "type": "boo...
{"attr_w32":"Johnson","key_y65":499.41,"field_y78":"2020-08-03T14:21:00Z","val_d12":{"attr_k25":"free","prop_a91":[{"prop_q03":"info","attr_r79":"2020-09-24T10:36:00Z","dim_d49":"test@example.com"},{"prop_q03":"info","attr_r79":"2022-12-02T15:22:00Z","dim_d49":"test@example.com"}]}
Unexpected end of JSON input — truncated object
{"attr_w32":"Johnson","key_y65":499.41,"field_y78":"2020-08-03T14:21:00Z","val_d12":{"attr_k25":"free","prop_a91":[{"prop_q03":"info","attr_r79":"2020-09-24T10:36:00Z","dim_d49":"test@example.com"},{"prop_q03":"info","attr_r79":"2022-12-02T15:22:00Z","dim_d49":"test@example.com"}]}}
TASK repair_structured_output SPEC FIELD prop_r46 TYPE boolean REQUIRED yes FIELD attr_b22 TYPE string REQUIRED no FIELD val_l84 TYPE string REQUIRED no FIELD key_x40 TYPE integer REQUIRED yes FIELD dim_j30 TYPE string REQUIRED no FIELD param_q44 TYPE number REQUIRED yes FIELD prop_r65 TYPE string REQUIRED no BROKEN_...
{"prop_r46":false,"attr_b22":"PASS","val_l84":"bar","key_x40":518,"dim_j30":"world","param_q44":142.39,"prop_r65":"This is a test value."}
null_required
{ "type": "object", "properties": { "prop_r46": { "type": "boolean" }, "attr_b22": { "type": "string" }, "val_l84": { "type": "string" }, "key_x40": { "type": "integer" }, "dim_j30": { "type": "string" }, "param_q44": { "type": "number"...
{"prop_r46": null, "attr_b22": "PASS", "val_l84": "bar", "key_x40": 518, "dim_j30": "world", "param_q44": 142.39, "prop_r65": "This is a test value."}
Required field 'prop_r46' is null
{"prop_r46":false,"attr_b22":"PASS","val_l84":"bar","key_x40":518,"dim_j30":"world","param_q44":142.39,"prop_r65":"This is a test value."}
TASK repair_structured_output SPEC FIELD attr_z57 TYPE string REQUIRED yes FIELD key_s89 TYPE null REQUIRED yes FIELD param_w63 TYPE integer REQUIRED yes BROKEN_OUTPUT {"attr_z57": "test", "key_s89": null, "param_w63": "\"763\""}
{"attr_z57":"test","key_s89":null,"param_w63":763}
wrong_type
{ "type": "object", "properties": { "attr_z57": { "type": "string" }, "key_s89": { "type": "null" }, "param_w63": { "type": "integer" } }, "required": [ "key_s89", "attr_z57", "param_w63" ] }
{"attr_z57": "test", "key_s89": null, "param_w63": "\"763\""}
Field 'param_w63' must be integer, got string
{"attr_z57":"test","key_s89":null,"param_w63":763}
TASK repair_structured_output SPEC FIELD key_b22 TYPE string REQUIRED no FIELD key_h16 TYPE string_email REQUIRED no FIELD param_v58 TYPE string REQUIRED no FIELD attr_m76 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes FIELD val_w75 TYPE string REQUIRED no BROKEN_OUTPUT check_availabilit...
{"key_h16":"ops@example.com","param_v58":"Smith","attr_m76":"option_c","val_w75":"Paris"}
tool_call_python_syntax
{ "type": "object", "properties": { "key_b22": { "type": "string" }, "key_h16": { "type": "string", "format": "email" }, "param_v58": { "type": "string" }, "attr_m76": { "type": "string", "enum": [ "option_a", "option_b", "optio...
check_availability(key_h16='ops@example.com', param_v58='Smith', attr_m76='option_c', val_w75='Paris')
Tool call uses Python syntax instead of JSON
{"key_h16":"ops@example.com","param_v58":"Smith","attr_m76":"option_c","val_w75":"Paris"}
TASK repair_structured_output SPEC FIELD prop_z82.col_j00.attr_q73 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD prop_z82.col_j00.param_y82 TYPE null REQUIRED no FIELD prop_z82.col_j00.val_j72 TYPE string REQUIRED yes FIELD prop_z82.col_j00.val_z31 TYPE string REQUIRED no FIELD prop_z82.col_j...
{"prop_z82":{"col_j00":{"val_j72":"2023-12-25","attr_q74":"https://example.io/v1","param_x99":"example"},"val_q29":"https://example.io/api","col_z85":false},"field_x49":"email","prop_e00":null}
invalid_enum
{ "type": "object", "properties": { "prop_z82": { "type": "object", "properties": { "col_j00": { "type": "object", "properties": { "attr_q73": { "type": "string", "enum": [ "homozygous", "heterozygous...
{"prop_z82": {"col_j00": {"val_j72": "2023-12-25", "attr_q74": "https://example.io/v1", "param_x99": "example"}, "val_q29": "https://example.io/api", "col_z85": false}, "field_x49": "invalid_choice_318", "prop_e00": null}
Field 'field_x49' has invalid enum value 'invalid_choice_318', expected one of ['email', 'phone', 'sms', 'push']
{"prop_z82":{"col_j00":{"val_j72":"2023-12-25","attr_q74":"https://example.io/v1","param_x99":"example"},"val_q29":"https://example.io/api","col_z85":false},"field_x49":"email","prop_e00":null}
TASK repair_structured_output SPEC FIELD col_z37 TYPE string REQUIRED no FIELD param_q49 TYPE string REQUIRED yes FIELD field_k89.col_l32 TYPE string VALUES draft|published|archived REQUIRED no FIELD field_k89.col_c62 TYPE number REQUIRED yes FIELD field_k89.param_v32[] TYPE string REQUIRED yes FIELD field_k89.attr_r5...
{"param_q49":"Smith","field_k89":{"col_l32":"draft","col_c62":867.62,"param_v32":["QC-07","QC-07","RTG-04","https://example.com"]},"key_h04":972,"attr_f33":true,"val_v77":"New York","param_m88":77.93,"dim_g20":"returned"}
tool_call_bad_format
{ "type": "object", "properties": { "col_z37": { "type": "string" }, "param_q49": { "type": "string" }, "field_k89": { "type": "object", "properties": { "col_l32": { "type": "string", "enum": [ "draft", "published", ...
<functioncall> track_vessel {param_q49: "Smith", field_k89: {col_l32: "draft", col_c62: 867.62, param_v32: ["QC-07", "QC-07", "RTG-04", "https://example.com"]}, key_h04: 972, attr_f33: true, val_v77: "New York", param_m88: 77.93, dim_g20: "returned"}
Tool call has malformed arguments — unquoted keys in function parameters
{"param_q49":"Smith","field_k89":{"col_l32":"draft","col_c62":867.62,"param_v32":["QC-07","QC-07","RTG-04","https://example.com"]},"key_h04":972,"attr_f33":true,"val_v77":"New York","param_m88":77.93,"dim_g20":"returned"}
TASK repair_structured_output SPEC FIELD item_id TYPE string REQUIRED yes FIELD collateral TYPE integer REQUIRED yes FIELD priority TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes BROKEN_OUTPUT {"item_id":"quux","collateral":438,"priority":"option_a"
{"item_id":"quux","collateral":438,"priority":"option_a"}
missing_brace
{ "type": "object", "properties": { "item_id": { "type": "string" }, "collateral": { "type": "integer" }, "priority": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e", "option_f" ...
{"item_id":"quux","collateral":438,"priority":"option_a"
Missing closing brace
{"item_id":"quux","collateral":438,"priority":"option_a"}
TASK repair_structured_output SPEC FIELD pressure_kpa TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD website TYPE integer REQUIRED yes FIELD procedure_code TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD position[].id TYPE string VALUES synonymous|missense|nonsense|frameshift REQUI...
{"website":762,"procedure_code":"black","position":[{"chapter":608.9,"invoice_id":"pending_review","insurance_id":[false,true,false,true]},{"chapter":611.18,"invoice_id":"confirmed","insurance_id":[false,true,false,true]}]}
truncated_object
{ "type": "object", "properties": { "pressure_kpa": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "website": { "type": "integer" }, "procedure_code": { "type": "string", "enum": [ "red", ...
{"website":762,"procedure_code":"black","position":[{"chapter":608.9,"invoice_id":"pending_review","insurance_id":[false,true,false,true]},{"chapter":611.18,"invoice_id":"confirmed","insurance_id":[false,true,false,true]}]
Unexpected end of JSON input — truncated object
{"website":762,"procedure_code":"black","position":[{"chapter":608.9,"invoice_id":"pending_review","insurance_id":[false,true,false,true]},{"chapter":611.18,"invoice_id":"confirmed","insurance_id":[false,true,false,true]}]}
TASK repair_structured_output SPEC FIELD key_h12 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD param_k05 TYPE string REQUIRED no FIELD dim_s81 TYPE string_uri REQUIRED no FIELD col_q08[].param_x96 TYPE number REQUIRED yes FIELD col_q08[].attr_h78 TYPE string REQUIRED yes FIELD col_q08[].prop_p85 ...
{"param_k05":"REV","col_q08":[{"param_x96":492.13,"attr_h78":"sample","prop_p85":"ops@example.com"},{"param_x96":463.87,"attr_h78":"This is a test value.","prop_p85":"test@example.com"}],"key_k53":[{"key_k21":"oceanic","val_d98":"frameshift","col_n25":true,"col_j93":975,"field_c87":"test@example.com","key_f53":false}]}
extra_text_before
{ "type": "object", "properties": { "key_h12": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "param_k05": { "type": "string" }, "dim_s81": { "type": "string", "format": "uri" }, "col_q08": { "ty...
Pipeline result: {"param_k05":"REV","col_q08":[{"param_x96":492.13,"attr_h78":"sample","prop_p85":"ops@example.com"},{"param_x96":463.87,"attr_h78":"This is a test value.","prop_p85":"test@example.com"}],"key_k53":[{"key_k21":"oceanic","val_d98":"frameshift","col_n25":true,"col_j93":975,"field_c87":"test@example.com","...
Output contains non-JSON text before the object
{"param_k05":"REV","col_q08":[{"param_x96":492.13,"attr_h78":"sample","prop_p85":"ops@example.com"},{"param_x96":463.87,"attr_h78":"This is a test value.","prop_p85":"test@example.com"}],"key_k53":[{"key_k21":"oceanic","val_d98":"frameshift","col_n25":true,"col_j93":975,"field_c87":"test@example.com","key_f53":false}]}
TASK repair_structured_output SPEC FIELD param_f74 TYPE number REQUIRED yes FIELD param_k37 TYPE string_email REQUIRED yes FIELD key_v56 TYPE number REQUIRED no FIELD col_z34.key_d08 TYPE integer REQUIRED no FIELD col_z34.prop_a73 TYPE number REQUIRED yes FIELD col_z34.col_z46 TYPE string_uri REQUIRED yes FIELD col_z3...
{"param_f74":595.78,"param_k37":"test@example.com"}
single_quotes
{ "type": "object", "properties": { "param_f74": { "type": "number" }, "param_k37": { "type": "string", "format": "email" }, "key_v56": { "type": "number" }, "col_z34": { "type": "object", "properties": { "key_d08": { "type": "integer...
{'param_f74':595.78,'param_k37':'test@example.com'}
Expecting property name enclosed in double quotes
{"param_f74":595.78,"param_k37":"test@example.com"}
TASK repair_structured_output SPEC FIELD field_e88.param_q76 TYPE integer REQUIRED no FIELD field_e88.key_l70 TYPE string VALUES single|married|divorced REQUIRED no FIELD field_e88.col_v28 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD field_e88.dim_x36 TYPE string REQUIRED yes FIELD field_e88.val_i4...
{"field_e88":{"param_q76":500,"key_l70":"single","col_v28":"type_c","dim_x36":"REV","key_m67":{"field_g27":"2020-07-04T02:09:00Z","field_n91":true,"val_r76":false,"col_n94":"Luis","param_d36":738,"field_m34":"https://api.com/data"}},"key_i57":true,"dim_b43":"Oliveira"}
tool_call_wrong_param
{ "type": "object", "properties": { "field_e88": { "type": "object", "properties": { "param_q76": { "type": "integer" }, "key_l70": { "type": "string", "enum": [ "single", "married", "divorced" ] ...
Tool: get_weather Params: {"key_i57": true, "dim_b43": "Oliveira", "field_e88_id": {"param_q76": 500, "key_l70": "single", "col_v28": "type_c", "dim_x36": "REV", "key_m67": {"field_g27": "2020-07-04T02:09:00Z", "field_n91": true, "val_r76": false, "col_n94": "Luis", "param_d36": 738, "field_m34": "https://api.com/data"...
Agent used wrong parameter name 'field_e88_id' instead of 'field_e88'
{"field_e88":{"param_q76":500,"key_l70":"single","col_v28":"type_c","dim_x36":"REV","key_m67":{"field_g27":"2020-07-04T02:09:00Z","field_n91":true,"val_r76":false,"col_n94":"Luis","param_d36":738,"field_m34":"https://api.com/data"}},"key_i57":true,"dim_b43":"Oliveira"}
TASK repair_structured_output SPEC FIELD dim_y49 TYPE null REQUIRED yes FIELD attr_l74 TYPE integer REQUIRED yes FIELD prop_x79 TYPE number REQUIRED yes BROKEN_OUTPUT {'dim_y49':null,'attr_l74':19,'prop_x79':321.09}
{"dim_y49":null,"attr_l74":19,"prop_x79":321.09}
single_quotes
{ "type": "object", "properties": { "dim_y49": { "type": "null" }, "attr_l74": { "type": "integer" }, "prop_x79": { "type": "number" } }, "required": [ "attr_l74", "prop_x79", "dim_y49" ] }
{'dim_y49':null,'attr_l74':19,'prop_x79':321.09}
Expecting property name enclosed in double quotes
{"dim_y49":null,"attr_l74":19,"prop_x79":321.09}
TASK repair_structured_output SPEC FIELD wavelength TYPE string VALUES cat_a|cat_b REQUIRED no FIELD strand TYPE number REQUIRED no FIELD duration_ms TYPE number REQUIRED no FIELD throttle_pos TYPE string REQUIRED yes BROKEN_OUTPUT Let me check the system. Action: get_weather Result: {"strand": 845.81, "throttle_pos"...
{"wavelength":"cat_a","strand":845.81,"throttle_pos":"Maria"}
agent_chain
{ "type": "object", "properties": { "wavelength": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "strand": { "type": "number" }, "duration_ms": { "type": "number" }, "throttle_pos": { "type": "string" } }, "required": [ ...
Let me check the system. Action: get_weather Result: {"strand": 845.81, "throttle_pos": "Maria"} I'll query our database. Action: create_ticket Result:
Agent multi-step chain with truncated tool output
{"wavelength":"cat_a","strand":845.81,"throttle_pos":"Maria"}
TASK repair_structured_output SPEC FIELD quality_score TYPE integer REQUIRED no FIELD due_date TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD date[] TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD interest_rate[] TYPE null REQUIRED yes BROKEN_OUTPUT ```json {"du...
{"due_date":"type_a","interest_rate":[null]}
markdown_fences
{ "type": "object", "properties": { "quality_score": { "type": "integer" }, "due_date": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "date": { "type": "array", "items": { "t...
```json {"due_date":"type_a","interest_rate":[null]} ```
Output contains markdown code fences
{"due_date":"type_a","interest_rate":[null]}
TASK repair_structured_output SPEC FIELD prop_y69 TYPE integer REQUIRED no FIELD field_w24 TYPE string_uri REQUIRED no FIELD col_s90 TYPE integer REQUIRED yes FIELD prop_l20 TYPE integer REQUIRED yes FIELD prop_o82 TYPE boolean REQUIRED yes FIELD val_t13 TYPE integer REQUIRED no FIELD attr_i37 TYPE string_email REQUIR...
{"col_s90":422,"prop_l20":951,"prop_o82":true,"attr_i37":"info@example.com","field_e00":292}
extra_text_after
{ "type": "object", "properties": { "prop_y69": { "type": "integer" }, "field_w24": { "type": "string", "format": "uri" }, "col_s90": { "type": "integer" }, "prop_l20": { "type": "integer" }, "prop_o82": { "type": "boolean" }, "val_t13"...
{"col_s90":422,"prop_l20":951,"prop_o82":true,"attr_i37":"info@example.com","field_e00":292} Data logged successfully.
Output contains non-JSON text after the object
{"col_s90":422,"prop_l20":951,"prop_o82":true,"attr_i37":"info@example.com","field_e00":292}
TASK repair_structured_output SPEC FIELD dim_l16 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD field_o07 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD prop_s33 TYPE null REQUIRED yes FIELD attr_o57 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD col_h43 TYPE int...
{"dim_l16":"USD","prop_s33":null,"attr_o57":"new","key_y96":"https://example.com","key_g75":"foo"}
extra_field
{ "type": "object", "properties": { "dim_l16": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "field_o07": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] ...
{"dim_l16": "USD", "prop_s33": null, "attr_o57": "new", "key_y96": "https://example.com", "key_g75": "foo", "extra_field_9151": "unexpected"}
Unknown field 'extra_field_9151' not defined in schema
{"dim_l16":"USD","prop_s33":null,"attr_o57":"new","key_y96":"https://example.com","key_g75":"foo"}
TASK repair_structured_output SPEC FIELD val_e59 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD dim_m11 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD col_s20 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD field_g75 TYPE integer REQUIRED no FIELD field_f01 TYPE string VALUES synonymous|miss...
{"val_e59":"admin","dim_m11":"cat_d","col_s20":"mode_b","field_g75":658,"field_f01":"nonsense","val_c53":{"val_q29":"QC-07","dim_p28":"Tokyo","field_j45":"2024-01-15"}}
tool_call_text_mix
{ "type": "object", "properties": { "val_e59": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "dim_m11": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "col_s20": { ...
I need to look up the information first. <tool_call name="send_email"> {"val_e59":"admin","dim_m11":"cat_d","col_s20":"mode_b","field_g75":658,"field_f01":"nonsense","val_c53":{"val_q29":"QC-07","dim_p28":"Tokyo","field_j45":"2024-01-15"}} </tool_call. Operation completed.
Agent response mixes reasoning text with tool call
{"val_e59":"admin","dim_m11":"cat_d","col_s20":"mode_b","field_g75":658,"field_f01":"nonsense","val_c53":{"val_q29":"QC-07","dim_p28":"Tokyo","field_j45":"2024-01-15"}}
TASK repair_structured_output SPEC FIELD website TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD visible TYPE string_date-time REQUIRED yes FIELD url TYPE boolean REQUIRED no FIELD full_name TYPE string VALUES option_a|option_b REQUIRED yes FIELD filter_flag TYPE string VALUES low|medium|high|critical RE...
{"website":"level_3","visible":"2021-11-20T02:34:00Z","url":false,"full_name":"option_b","filter_flag":"medium"}
tool_call_wrong_param
{ "type": "object", "properties": { "website": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "visible": { "type": "string", "format": "date-time" }, "url": { "type": "boolean" }, "full_name": { "type":...
Tool: send_email Params: {"website": "level_3", "url": false, "full_name": "option_b", "filter_flag": "medium", "visible2": "2021-11-20T02:34:00Z"}
Agent used wrong parameter name 'visible2' instead of 'visible'
{"website":"level_3","visible":"2021-11-20T02:34:00Z","url":false,"full_name":"option_b","filter_flag":"medium"}
TASK repair_structured_output SPEC FIELD key_k91 TYPE string REQUIRED no FIELD prop_z18 TYPE string REQUIRED yes FIELD key_x89[].attr_z11 TYPE string REQUIRED yes FIELD key_x89[].attr_k87 TYPE string REQUIRED no FIELD key_x89[].attr_k25 TYPE integer REQUIRED no FIELD key_x89[].key_x96 TYPE number REQUIRED no FIELD key...
{"key_k91":"Sao Paulo","prop_z18":"baz","key_x89":[{"attr_z11":"inactive","attr_k87":"Bob","param_p05":27},{"attr_z11":"bar","attr_k87":"demo","key_x96":82.79}],"field_v02":[{"field_v02":"divorced"}]}
truncated_object
{ "type": "object", "properties": { "key_k91": { "type": "string" }, "prop_z18": { "type": "string" }, "key_x89": { "type": "array", "items": { "type": "object", "properties": { "attr_z11": { "type": "string" }, "a...
{"key_k91":"Sao Paulo","prop_z18":"baz","key_x89":[{"attr_z11":"inactive","attr_k87":"Bob","param_p05":27},{"attr_z11":"bar","attr_k87":"demo","key_x96":82.79}],"field_v02":[{"field_v02":"divorced"}]
Unexpected end of JSON input — truncated object
{"key_k91":"Sao Paulo","prop_z18":"baz","key_x89":[{"attr_z11":"inactive","attr_k87":"Bob","param_p05":27},{"attr_z11":"bar","attr_k87":"demo","key_x96":82.79}],"field_v02":[{"field_v02":"divorced"}]}
TASK repair_structured_output SPEC FIELD bearing TYPE string REQUIRED no FIELD discount TYPE string REQUIRED no FIELD step TYPE string REQUIRED yes FIELD wavelength TYPE number REQUIRED yes FIELD name TYPE number REQUIRED yes BROKEN_OUTPUT {"bearing":"https://api.example.com/v1","step":"cancelled","wavelength":352.71...
{"bearing":"https://api.example.com/v1","step":"cancelled","wavelength":352.71,"name":471.31}
truncated_array
{ "type": "object", "properties": { "bearing": { "type": "string" }, "discount": { "type": "string" }, "step": { "type": "string" }, "wavelength": { "type": "number" }, "name": { "type": "number" } }, "required": [ "name", "wavelength...
{"bearing":"https://api.example.com/v1","step":"cancelled","wavelength":352.71,"name":471.31
Unexpected end of JSON input — truncated object
{"bearing":"https://api.example.com/v1","step":"cancelled","wavelength":352.71,"name":471.31}
TASK repair_structured_output SPEC FIELD val_u61 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD key_t86 TYPE string REQUIRED yes FIELD param_l61.key_l90 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD param_l61.field_s48 TYPE string VALUES draft|published|archived REQUIRED yes FI...
{"val_u61":"high","key_t86":"user@domain.com","param_l61":{"key_l90":"berthed","field_s48":"published","field_u48":"inactive"}}
tool_call_partial_args
{ "type": "object", "properties": { "val_u61": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "key_t86": { "type": "string" }, "param_l61": { "type": "object", "properties": { "key_l90": { ...
Let me check the system. Action: get_inventory Arguments: {"key_t86": "user@domain.com", "param_l61": {"key_l90": "berthed", "field_s48": "published", "field_u48": "inactive"}}
Agent tool call missing required parameter 'val_u61'
{"val_u61":"high","key_t86":"user@domain.com","param_l61":{"key_l90":"berthed","field_s48":"published","field_u48":"inactive"}}
TASK repair_structured_output SPEC FIELD field_i60 TYPE integer REQUIRED yes FIELD param_s92 TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD dim_y65.dim_f77 TYPE string REQUIRED yes FIELD dim_y65.prop_w52 TYPE string VALUES type_a|type_b REQUIRED yes FIELD dim_y65.field_i79[] TYPE string REQUIRED yes BROKE...
{"field_i60":309,"param_s92":"type_b","dim_y65":{"dim_f77":"test@example.com","prop_w52":"type_a","field_i79":["REV","cancelled"]}}
agent_chain
{ "type": "object", "properties": { "field_i60": { "type": "integer" }, "param_s92": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "dim_y65": { "type": "object", "properties": { "dim_f77": { "type": "...
Let me check the system. Action: update_preferences Result: {"param_s92": "type_b", "dim_y65": {"dim_f77": "test@example.com", "prop_w52": "type_a", "field_i79": ["REV", "cancelled"]}} Processing the request now. Action: book_appointment Result:
Agent multi-step chain with truncated tool output
{"field_i60":309,"param_s92":"type_b","dim_y65":{"dim_f77":"test@example.com","prop_w52":"type_a","field_i79":["REV","cancelled"]}}
TASK repair_structured_output SPEC FIELD dim_s73 TYPE null REQUIRED no FIELD field_s09 TYPE string_date-time REQUIRED yes FIELD field_e39 TYPE string REQUIRED no FIELD param_h32 TYPE null REQUIRED no FIELD prop_t37.col_a47.col_a82 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD prop_t37.col_a47.p...
{"field_s09":"2025-07-11T19:17:00Z","field_e39":"chr1","param_h32":null,"col_f72":210.37,"attr_m48":887.68}
missing_bracket
{ "type": "object", "properties": { "dim_s73": { "type": "null" }, "field_s09": { "type": "string", "format": "date-time" }, "field_e39": { "type": "string" }, "param_h32": { "type": "null" }, "prop_t37": { "type": "object", "properties":...
{"field_s09":"2025-07-11T19:17:00Z","field_e39":"chr1","param_h32":null,"col_f72":210.37,"attr_m48":887.68}
Missing closing bracket
{"field_s09":"2025-07-11T19:17:00Z","field_e39":"chr1","param_h32":null,"col_f72":210.37,"attr_m48":887.68}
TASK repair_structured_output SPEC FIELD dim_y12 TYPE boolean REQUIRED yes FIELD prop_t97 TYPE string REQUIRED yes FIELD col_s39 TYPE number REQUIRED yes BROKEN_OUTPUT I need to look up the information first. Action: calculate_docking_fee Arguments: {"prop_t97": "test", "col_s39": 990.21}
{"dim_y12":false,"prop_t97":"test","col_s39":990.21}
tool_call_partial_args
{ "type": "object", "properties": { "dim_y12": { "type": "boolean" }, "prop_t97": { "type": "string" }, "col_s39": { "type": "number" } }, "required": [ "dim_y12", "col_s39", "prop_t97" ] }
I need to look up the information first. Action: calculate_docking_fee Arguments: {"prop_t97": "test", "col_s39": 990.21}
Agent tool call missing required parameter 'dim_y12'
{"dim_y12":false,"prop_t97":"test","col_s39":990.21}
TASK repair_structured_output SPEC FIELD key_m46 TYPE integer REQUIRED yes FIELD val_d70 TYPE boolean REQUIRED yes FIELD val_o07 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes BROKEN_OUTPUT <functioncall> align_reads {key_m46: 464, val_d70: true, val_o07: "returned"}
{"key_m46":464,"val_d70":true,"val_o07":"returned"}
tool_call_bad_format
{ "type": "object", "properties": { "key_m46": { "type": "integer" }, "val_d70": { "type": "boolean" }, "val_o07": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] } }, "required": [ "key_m46", ...
<functioncall> align_reads {key_m46: 464, val_d70: true, val_o07: "returned"}
Tool call has malformed arguments — unquoted keys in function parameters
{"key_m46":464,"val_d70":true,"val_o07":"returned"}
TASK repair_structured_output SPEC FIELD tax TYPE string_date-time REQUIRED no FIELD comments TYPE integer REQUIRED no FIELD company TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD image_url[] TYPE string VALUES red|blue|green|black|white REQUIRED yes BROKEN_OUTPUT {tax:"2026-05-24T10:08:00Z",c...
{"tax":"2026-05-24T10:08:00Z","comments":144,"company":"in_transit","image_url":["red"]}
unquoted_keys
{ "type": "object", "properties": { "tax": { "type": "string", "format": "date-time" }, "comments": { "type": "integer" }, "company": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "image...
{tax:"2026-05-24T10:08:00Z",comments:144,company:"in_transit",image_url:["red"]}
Expecting property name enclosed in double quotes
{"tax":"2026-05-24T10:08:00Z","comments":144,"company":"in_transit","image_url":["red"]}
TASK repair_structured_output SPEC FIELD key_b13 TYPE string REQUIRED no FIELD key_r79 TYPE string REQUIRED no FIELD dim_m10 TYPE string_uri REQUIRED no FIELD attr_p15.dim_z09 TYPE integer REQUIRED no FIELD attr_p15.val_l01 TYPE string REQUIRED no FIELD attr_p15.col_k04 TYPE string REQUIRED yes FIELD attr_p15.param_j1...
{"key_b13":"example","key_r79":"demo","dim_m10":"https://example.com/api","attr_p15":{"col_k04":"Silva","param_j12":{"key_a25":73.14,"field_v62":"bar","attr_h68":765.12,"field_o61":389},"param_y28":{"field_f25":"new","attr_g96":"high","key_j10":"cat_a","attr_n32":"admin"}},"attr_n05":"inland","param_j63":{"field_y95":"...
trailing_comma
{ "type": "object", "properties": { "key_b13": { "type": "string" }, "key_r79": { "type": "string" }, "dim_m10": { "type": "string", "format": "uri" }, "attr_p15": { "type": "object", "properties": { "dim_z09": { "type": "integer" ...
{"key_b13":"example","key_r79":"demo","dim_m10":"https://example.com/api","attr_p15":{"col_k04":"Silva","param_j12":{"key_a25":73.14,"field_v62":"bar","attr_h68":765.12,"field_o61":389},"param_y28":{"field_f25":"new","attr_g96":"high","key_j10":"cat_a","attr_n32":"admin"}},"attr_n05":"inland","param_j63":{"field_y95":"...
Unexpected trailing comma
{"key_b13":"example","key_r79":"demo","dim_m10":"https://example.com/api","attr_p15":{"col_k04":"Silva","param_j12":{"key_a25":73.14,"field_v62":"bar","attr_h68":765.12,"field_o61":389},"param_y28":{"field_f25":"new","attr_g96":"high","key_j10":"cat_a","attr_n32":"admin"}},"attr_n05":"inland","param_j63":{"field_y95":"...
TASK repair_structured_output SPEC FIELD subject TYPE null REQUIRED no FIELD active TYPE string REQUIRED no FIELD strand TYPE string REQUIRED no FIELD country[].notes TYPE integer REQUIRED yes FIELD country[].dissolved_oxygen TYPE boolean REQUIRED yes FIELD country[].consignee TYPE string_email REQUIRED yes FIELD coun...
{"active":"demo","country":[{"notes":88,"dissolved_oxygen":false,"consignee":"ops@example.com","vital_sign":"editor"},{"notes":237,"dissolved_oxygen":true,"consignee":"test@test.io","department":"heterozygous","vital_sign":"viewer"},{"notes":936,"dissolved_oxygen":true,"consignee":"admin@test.io","department":"hemizygo...
missing_brace
{ "type": "object", "properties": { "subject": { "type": "null" }, "active": { "type": "string" }, "strand": { "type": "string" }, "country": { "type": "array", "items": { "type": "object", "properties": { "notes": { "ty...
{"active":"demo","country":[{"notes":88,"dissolved_oxygen":false,"consignee":"ops@example.com","vital_sign":"editor"},"notes":237,"dissolved_oxygen":true,"consignee":"test@test.io","department":"heterozygous","vital_sign":"viewer"},{"notes":936,"dissolved_oxygen":true,"consignee":"admin@test.io","department":"hemizygou...
Missing closing brace
{"active":"demo","country":[{"notes":88,"dissolved_oxygen":false,"consignee":"ops@example.com","vital_sign":"editor"},{"notes":237,"dissolved_oxygen":true,"consignee":"test@test.io","department":"heterozygous","vital_sign":"viewer"},{"notes":936,"dissolved_oxygen":true,"consignee":"admin@test.io","department":"hemizygo...
TASK repair_structured_output SPEC FIELD val_j50 TYPE boolean REQUIRED yes FIELD col_n02 TYPE number REQUIRED no FIELD val_t01 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD val_i49 TYPE integer REQUIRED no FIELD val_s23 TYPE boolean REQUIRED yes FIELD param_v92 TYPE string VALUES coasta...
{"val_j50":true,"val_t01":"synonymous","val_s23":true}
invalid_enum
{ "type": "object", "properties": { "val_j50": { "type": "boolean" }, "col_n02": { "type": "number" }, "val_t01": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "val_i49": { "type":...
{"val_j50": true, "val_t01": "invalid_option_688", "val_s23": true}
Field 'val_t01' has invalid enum value 'invalid_option_688', expected one of ['synonymous', 'missense', 'nonsense', 'frameshift']
{"val_j50":true,"val_t01":"synonymous","val_s23":true}
TASK repair_structured_output SPEC FIELD velocity TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes FIELD altitude TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD end_date TYPE string VALUES email|phone|sms|push REQUIRED yes BROKEN_OUTPUT {"velocity": "cat_b", "altitude": "inv...
{"velocity":"cat_b","altitude":"resolved","end_date":"push"}
invalid_enum
{ "type": "object", "properties": { "velocity": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "altitude": { "type": "string", "enum": [ "open", "in_progress", "...
{"velocity": "cat_b", "altitude": "invalid_value_437", "end_date": "push"}
Field 'altitude' has invalid enum value 'invalid_value_437', expected one of ['open', 'in_progress', 'resolved', 'closed']
{"velocity":"cat_b","altitude":"resolved","end_date":"push"}
TASK repair_structured_output SPEC FIELD prop_w49.key_m60 TYPE integer REQUIRED yes FIELD prop_w49.col_w87 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD prop_w49.param_e24 TYPE boolean REQUIRED yes FIELD val_k47 TYPE integer REQUIRED yes FIELD val_y30 TYPE string REQUIRED no FIELD key_x...
{"prop_w49":{"key_m60":107,"col_w87":"synonymous","param_e24":false},"val_k47":376,"key_x64":"qux","col_u92":"chr1"}
truncated_object
{ "type": "object", "properties": { "prop_w49": { "type": "object", "properties": { "key_m60": { "type": "integer" }, "col_w87": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "...
{"prop_w49":{"key_m60":107,"col_w87":"synonymous","param_e24":false},"val_k47":376,"key_x64":"qux","col_u92":"chr1"
Unexpected end of JSON input — truncated object
{"prop_w49":{"key_m60":107,"col_w87":"synonymous","param_e24":false},"val_k47":376,"key_x64":"qux","col_u92":"chr1"}
TASK repair_structured_output SPEC FIELD pressure_kpa TYPE integer REQUIRED no FIELD age TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD count TYPE integer REQUIRED no FIELD salinity.patient_id TYPE null REQUIRED yes FIELD salinity.values TYPE string_date-time REQUIRED yes FIELD salinity.diagnosis_code[].fea...
{"pressure_kpa":136,"age":"viewer","count":855}
markdown_fences
{ "type": "object", "properties": { "pressure_kpa": { "type": "integer" }, "age": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "count": { "type": "integer" }, "salinity": { "type": "object", "properties":...
```json {"pressure_kpa":136,"age":"viewer","count":855} ```
Output contains markdown code fences
{"pressure_kpa":136,"age":"viewer","count":855}
TASK repair_structured_output SPEC FIELD build_status TYPE integer REQUIRED no FIELD title TYPE string REQUIRED yes FIELD currency TYPE string REQUIRED no FIELD visible TYPE string_date-time REQUIRED yes FIELD fleet_number.start_date TYPE number REQUIRED no FIELD fleet_number.velocity TYPE string_date-time REQUIRED ye...
{"build_status":600,"title":"QC-07","currency":"2024-06-30","visible":"2024-12-13T02:29:00Z"}
tool_call_wrong_param
{ "type": "object", "properties": { "build_status": { "type": "integer" }, "title": { "type": "string" }, "currency": { "type": "string" }, "visible": { "type": "string", "format": "date-time" }, "fleet_number": { "type": "object", "prope...
Tool: validate_address Params: {"build_status": 600, "currency": "2024-06-30", "visible": "2024-12-13T02:29:00Z", "title_value": "QC-07"}
Agent used wrong parameter name 'title_value' instead of 'title'
{"build_status":600,"title":"QC-07","currency":"2024-06-30","visible":"2024-12-13T02:29:00Z"}
TASK repair_structured_output SPEC FIELD footnote TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD quality_score TYPE integer REQUIRED no FIELD priority TYPE number REQUIRED no FIELD shipper_ref TYPE integer REQUIRED yes FIELD subtotal TYPE string VALUES small|medium|large|xl REQUIRED no FIELD ves...
{"footnote":"resolved","quality_score":859,"priority":644.73,"shipper_ref":666,"subtotal":"xl","vessel_name":"underway","berth_slot":"EUR"}
wrong_type
{ "type": "object", "properties": { "footnote": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "quality_score": { "type": "integer" }, "priority": { "type": "number" }, "shipper_ref": { "t...
{"footnote": "resolved", "quality_score": 859, "priority": 644.73, "shipper_ref": "\"666\"", "subtotal": "xl", "vessel_name": "underway", "berth_slot": "EUR"}
Field 'shipper_ref' must be integer, got string
{"footnote":"resolved","quality_score":859,"priority":644.73,"shipper_ref":666,"subtotal":"xl","vessel_name":"underway","berth_slot":"EUR"}
TASK repair_structured_output SPEC FIELD attr_f23 TYPE integer REQUIRED yes FIELD key_p48 TYPE string_uri REQUIRED no FIELD field_u51 TYPE string REQUIRED yes BROKEN_OUTPUT {"attr_f23":174,"key_p48":"https://data.io/v1","field_u51":"GRCh38"}
{"attr_f23":174,"key_p48":"https://data.io/v1","field_u51":"GRCh38"}
missing_bracket
{ "type": "object", "properties": { "attr_f23": { "type": "integer" }, "key_p48": { "type": "string", "format": "uri" }, "field_u51": { "type": "string" } }, "required": [ "field_u51", "attr_f23" ] }
{"attr_f23":174,"key_p48":"https://data.io/v1","field_u51":"GRCh38"}
Missing closing bracket
{"attr_f23":174,"key_p48":"https://data.io/v1","field_u51":"GRCh38"}
TASK repair_structured_output SPEC FIELD sensor_id TYPE string REQUIRED no FIELD trace_id TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD count TYPE string REQUIRED no FIELD port_code TYPE string_date-time REQUIRED yes FIELD due_date.wavelength TYPE string VALUES homozygous|heterozygous|hemizy...
{"sensor_id":"quux","trace_id":"type_a","count":"Maria","port_code":"2020-06-19T11:53:00Z","due_date":{"wavelength":"homozygous","order_id":"chr1","latitude":499},"freight_class":false,"size":true}
tool_call_bad_format
{ "type": "object", "properties": { "sensor_id": { "type": "string" }, "trace_id": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "count": { "type": "string" }, "port_code": { ...
<functioncall> calculate_docking_fee {sensor_id: "quux", trace_id: "type_a", count: "Maria", port_code: "2020-06-19T11:53:00Z", due_date: {wavelength: "homozygous", order_id: "chr1", latitude: 499}, freight_class: false, size: true}
Tool call has malformed arguments — unquoted keys in function parameters
{"sensor_id":"quux","trace_id":"type_a","count":"Maria","port_code":"2020-06-19T11:53:00Z","due_date":{"wavelength":"homozygous","order_id":"chr1","latitude":499},"freight_class":false,"size":true}
TASK repair_structured_output SPEC FIELD param_g31 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD param_w52 TYPE boolean REQUIRED yes FIELD prop_m48 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes BROKEN_OUTPUT {"param_w52":false,"prop_m48":"inland"
{"param_w52":false,"prop_m48":"inland"}
truncated_object
{ "type": "object", "properties": { "param_g31": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "param_w52": { "type": "boolean" }, "prop_m48": { "type": "string", "enum": [ "coastal", "oceanic", "i...
{"param_w52":false,"prop_m48":"inland"
Unexpected end of JSON input — truncated object
{"param_w52":false,"prop_m48":"inland"}
TASK repair_structured_output SPEC FIELD dim_e51 TYPE string VALUES level_1|level_2 REQUIRED no FIELD dim_i37 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD param_d02 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD col_n50 TYPE string REQUIRED yes FIELD prop_k76 TYPE boolean REQUIRED no ...
{"dim_i37":"type_c","param_d02":"email","col_n50":"FWD","prop_k76":true}
tool_call_python_syntax
{ "type": "object", "properties": { "dim_e51": { "type": "string", "enum": [ "level_1", "level_2" ] }, "dim_i37": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "param_d02": { "ty...
assign_berth(dim_i37='type_c', param_d02='email', col_n50='FWD', prop_k76=True)
Tool call uses Python syntax instead of JSON
{"dim_i37":"type_c","param_d02":"email","col_n50":"FWD","prop_k76":true}
TASK repair_structured_output SPEC FIELD prop_f31 TYPE integer REQUIRED yes FIELD dim_p49 TYPE integer REQUIRED no FIELD field_j12 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes BROKEN_OUTPUT {"prop_f31":128,"dim_p49":279,"field_j12":"free"} Let me know if you need anything else!
{"prop_f31":128,"dim_p49":279,"field_j12":"free"}
extra_text_after
{ "type": "object", "properties": { "prop_f31": { "type": "integer" }, "dim_p49": { "type": "integer" }, "field_j12": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] } }, "required": [ "prop_f31", ...
{"prop_f31":128,"dim_p49":279,"field_j12":"free"} Let me know if you need anything else!
Output contains non-JSON text after the object
{"prop_f31":128,"dim_p49":279,"field_j12":"free"}
TASK repair_structured_output SPEC FIELD priority TYPE number REQUIRED no FIELD subject TYPE string REQUIRED yes FIELD comments[] TYPE boolean REQUIRED yes FIELD interest_rate[] TYPE string_uri REQUIRED no BROKEN_OUTPUT <functioncall> assign_berth {priority: 922.03, subject: "Santos", comments: [true], interest_rate:...
{"priority":922.03,"subject":"Santos","comments":[true],"interest_rate":["https://api.io/api","https://example.org/api","https://example.com/api","https://api.io/api"]}
tool_call_bad_format
{ "type": "object", "properties": { "priority": { "type": "number" }, "subject": { "type": "string" }, "comments": { "type": "array", "items": { "type": "boolean" } }, "interest_rate": { "type": "array", "items": { "type": "string...
<functioncall> assign_berth {priority: 922.03, subject: "Santos", comments: [true], interest_rate: ["https://api.io/api", "https://example.org/api", "https://example.com/api", "https://api.io/api"]}
Tool call has malformed arguments — unquoted keys in function parameters
{"priority":922.03,"subject":"Santos","comments":[true],"interest_rate":["https://api.io/api","https://example.org/api","https://example.com/api","https://api.io/api"]}
TASK repair_structured_output SPEC FIELD user_id TYPE string REQUIRED no FIELD price TYPE integer REQUIRED yes FIELD duration_ms TYPE boolean REQUIRED yes BROKEN_OUTPUT {"user_id":"London","price":486,"duration_ms":false
{"user_id":"London","price":486,"duration_ms":false}
truncated_object
{ "type": "object", "properties": { "user_id": { "type": "string" }, "price": { "type": "integer" }, "duration_ms": { "type": "boolean" } }, "required": [ "duration_ms", "price" ] }
{"user_id":"London","price":486,"duration_ms":false
Unexpected end of JSON input — truncated object
{"user_id":"London","price":486,"duration_ms":false}
TASK repair_structured_output SPEC FIELD param_s38 TYPE number REQUIRED yes FIELD key_u20 TYPE string VALUES success|error|warning|info REQUIRED no FIELD key_c23 TYPE number REQUIRED yes FIELD param_w22.attr_l22 TYPE string REQUIRED yes FIELD param_w22.val_o48 TYPE boolean REQUIRED yes FIELD param_w22.key_w44 TYPE num...
{"param_s38":78.04,"key_u20":"error","key_c23":70.68,"param_w22":{"attr_l22":"Santos","val_o48":true,"key_w44":566.3}}
missing_required
{ "type": "object", "properties": { "param_s38": { "type": "number" }, "key_u20": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "key_c23": { "type": "number" }, "param_w22": { "type": "object",...
{"param_s38": 78.04, "key_u20": "error", "param_w22": {"attr_l22": "Santos", "val_o48": true, "key_w44": 566.3}}
Required field 'key_c23' is missing
{"param_s38":78.04,"key_u20":"error","key_c23":70.68,"param_w22":{"attr_l22":"Santos","val_o48":true,"key_w44":566.3}}
TASK repair_structured_output SPEC FIELD maturity_date TYPE string VALUES draft|published|archived REQUIRED yes FIELD balance TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD email TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD collateral TYPE boolean REQUIRED no FIELD ward T...
{"maturity_date":"published","collateral":true,"ward":"sample"}
tool_call_bad_format
{ "type": "object", "properties": { "maturity_date": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "balance": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, ...
<functioncall> verify_hazmat_compliance {maturity_date: "published", collateral: true, ward: "sample"}
Tool call has malformed arguments — unquoted keys in function parameters
{"maturity_date":"published","collateral":true,"ward":"sample"}
TASK repair_structured_output SPEC FIELD col_k26.dim_w39 TYPE integer REQUIRED yes FIELD col_k26.dim_h86.val_t73 TYPE string REQUIRED no FIELD col_k26.dim_h86.param_i48 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD col_k26.dim_h86.field_e87 TYPE boolean REQUIRED yes FIELD col_k26.prop_g75 TYPE boolean REQ...
{"col_k26":{"dim_w39":592,"dim_h86":{"val_t73":"https://example.com","param_i48":"mode_b","field_e87":true},"prop_g75":false,"col_q53":108,"col_f54":"resolved"},"dim_r71":"example","col_u79":957}
tool_call_bad_format
{ "type": "object", "properties": { "col_k26": { "type": "object", "properties": { "dim_w39": { "type": "integer" }, "dim_h86": { "type": "object", "properties": { "val_t73": { "type": "string" }, ...
<functioncall> read_sensor_array {col_k26: {dim_w39: 592, dim_h86: {val_t73: "https://example.com", param_i48: "mode_b", field_e87: true}, prop_g75: false, col_q53: 108, col_f54: "resolved"}, dim_r71: "example", col_u79: 957}
Tool call has malformed arguments — unquoted keys in function parameters
{"col_k26":{"dim_w39":592,"dim_h86":{"val_t73":"https://example.com","param_i48":"mode_b","field_e87":true},"prop_g75":false,"col_q53":108,"col_f54":"resolved"},"dim_r71":"example","col_u79":957}
TASK repair_structured_output SPEC FIELD dim_b75 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD param_z52 TYPE boolean REQUIRED yes FIELD attr_j93 TYPE string REQUIRED yes FIELD field_b54 TYPE string_date-time REQUIRED no BROKEN_OUTPUT {dim_b75:"hemizygous",param_z52:true,attr_j93:"https://a...
{"dim_b75":"hemizygous","param_z52":true,"attr_j93":"https://api.example.com/v1","field_b54":"2025-07-15T20:52:00Z"}
unquoted_keys
{ "type": "object", "properties": { "dim_b75": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "param_z52": { "type": "boolean" }, "attr_j93": { "type": "string" }, "field_b54": { "type": "string", ...
{dim_b75:"hemizygous",param_z52:true,attr_j93:"https://api.example.com/v1",field_b54:"2025-07-15T20:52:00Z"}
Expecting property name enclosed in double quotes
{"dim_b75":"hemizygous","param_z52":true,"attr_j93":"https://api.example.com/v1","field_b54":"2025-07-15T20:52:00Z"}
TASK repair_structured_output SPEC FIELD field_a76 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes FIELD col_i46 TYPE string_email REQUIRED no FIELD key_y72 TYPE string VALUES single|married|divorced REQUIRED yes FIELD col_x31 TYPE string REQUIRED no FIELD val_q60.val_m25 TYPE null REQUIRED yes FIE...
{"field_a76":"option_a","key_y72":"single","col_x31":"A short description.","val_q60":{"val_m25":null,"attr_i33":{"val_e40":"option_c","attr_j20":807.58,"prop_q88":351},"col_p21":{"attr_v60":649,"dim_z57":"PASS","param_l77":179,"val_j97":899},"dim_s48":null,"key_d68":"hello"},"col_y39":"type_b","val_a21":"2025-11-23T19...
truncated_object
{ "type": "object", "properties": { "field_a76": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] }, "col_i46": { "type": "string", "format": "email" }, "key_y72": { "type": "string", "enum": ...
{"field_a76":"option_a","key_y72":"single","col_x31":"A short description.","val_q60":{"val_m25":null,"attr_i33":{"val_e40":"option_c","attr_j20":807.58,"prop_q88":351},"col_p21":{"attr_v60":649,"dim_z57":"PASS","param_l77":179,"val_j97":899},"dim_s48":null,"key_d68":"hello"},"col_y39":"type_b","val_a21":"2025-11-23T19...
Unexpected end of JSON input — truncated object
{"field_a76":"option_a","key_y72":"single","col_x31":"A short description.","val_q60":{"val_m25":null,"attr_i33":{"val_e40":"option_c","attr_j20":807.58,"prop_q88":351},"col_p21":{"attr_v60":649,"dim_z57":"PASS","param_l77":179,"val_j97":899},"dim_s48":null,"key_d68":"hello"},"col_y39":"type_b","val_a21":"2025-11-23T19...
TASK repair_structured_output SPEC FIELD prop_k50 TYPE integer REQUIRED no FIELD param_o10.dim_y27 TYPE string VALUES single|married|divorced REQUIRED no FIELD param_o10.col_c63 TYPE integer REQUIRED no FIELD param_o10.val_w19 TYPE number REQUIRED no FIELD param_o10.param_y15 TYPE string VALUES homozygous|heterozygous...
{"prop_k50":288,"param_o10":{"dim_y27":"married","col_c63":354,"val_w19":358.26,"param_y15":"homozygous","prop_z13":{"param_k58":"demo","key_q64":"success","dim_d51":"FWD","val_o47":343},"key_i59":"Jane"},"col_a92":false,"dim_k42":"offline","key_t66":{"key_k22":"London","field_u73":"published","prop_m79":177.36},"param...
missing_brace
{ "type": "object", "properties": { "prop_k50": { "type": "integer" }, "param_o10": { "type": "object", "properties": { "dim_y27": { "type": "string", "enum": [ "single", "married", "divorced" ] }, ...
{"prop_k50":288,"param_o10":{"dim_y27":"married","col_c63":354,"val_w19":358.26,"param_y15":"homozygous","prop_z13":{"param_k58":"demo","key_q64":"success","dim_d51":"FWD","val_o47":343},"key_i59":"Jane"},"col_a92":false,"dim_k42":"offline","key_t66":"key_k22":"London","field_u73":"published","prop_m79":177.36},"param_...
Missing closing brace
{"prop_k50":288,"param_o10":{"dim_y27":"married","col_c63":354,"val_w19":358.26,"param_y15":"homozygous","prop_z13":{"param_k58":"demo","key_q64":"success","dim_d51":"FWD","val_o47":343},"key_i59":"Jane"},"col_a92":false,"dim_k42":"offline","key_t66":{"key_k22":"London","field_u73":"published","prop_m79":177.36},"param...
TASK repair_structured_output SPEC FIELD attr_k87 TYPE boolean REQUIRED yes FIELD col_k96 TYPE string REQUIRED no FIELD field_f04.val_v55 TYPE number REQUIRED no FIELD field_f04.attr_u51 TYPE null REQUIRED no FIELD field_f04.key_j30 TYPE number REQUIRED no FIELD field_f04.attr_n53 TYPE string VALUES single|married|div...
{"attr_k87":true,"col_k96":"Bob","field_f04":{"val_v55":126.98,"attr_u51":null,"key_j30":24.58,"attr_n53":"divorced","val_d81":"demo","val_w80":"Smith"},"dim_l24":{"prop_h66":"archived","col_q78":"active","dim_d82":"test@example.com","col_z08":null,"dim_d60":"user@test.io","key_o78":"admin","field_d54":"pending"}}
missing_bracket
{ "type": "object", "properties": { "attr_k87": { "type": "boolean" }, "col_k96": { "type": "string" }, "field_f04": { "type": "object", "properties": { "val_v55": { "type": "number" }, "attr_u51": { "type": "null" }, ...
{"attr_k87":true,"col_k96":"Bob","field_f04":{"val_v55":126.98,"attr_u51":null,"key_j30":24.58,"attr_n53":"divorced","val_d81":"demo","val_w80":"Smith"},"dim_l24":{"prop_h66":"archived","col_q78":"active","dim_d82":"test@example.com","col_z08":null,"dim_d60":"user@test.io","key_o78":"admin","field_d54":"pending"}}
Missing closing bracket
{"attr_k87":true,"col_k96":"Bob","field_f04":{"val_v55":126.98,"attr_u51":null,"key_j30":24.58,"attr_n53":"divorced","val_d81":"demo","val_w80":"Smith"},"dim_l24":{"prop_h66":"archived","col_q78":"active","dim_d82":"test@example.com","col_z08":null,"dim_d60":"user@test.io","key_o78":"admin","field_d54":"pending"}}
TASK repair_structured_output SPEC FIELD altitude TYPE string REQUIRED no FIELD consignee TYPE integer REQUIRED yes FIELD height TYPE string VALUES small|medium|large|xl REQUIRED no FIELD deploy_target TYPE string VALUES small|medium|large|xl REQUIRED no FIELD insurance_id[] TYPE string VALUES homozygous|heterozygous|...
{"consignee":896,"height":"small"}
extra_text_before
{ "type": "object", "properties": { "altitude": { "type": "string" }, "consignee": { "type": "integer" }, "height": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "deploy_target": { "type": "string",...
Here is the response in the requested format: {"consignee":896,"height":"small"}
Output contains non-JSON text before the object
{"consignee":896,"height":"small"}
TASK repair_structured_output SPEC FIELD catalyst TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD payment_status TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD voltage TYPE string VALUES active|inactive|pending REQUIRED no FIELD temp_celsius TYPE boolean REQUIRED no FIELD status...
{"catalyst":"white","payment_status":"returned","status":"Tokyo","address":"admin@test.io"}
missing_brace
{ "type": "object", "properties": { "catalyst": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "payment_status": { "type": "string", "enum": [ "new", "in_transit", "delivered", ...
"catalyst":"white","payment_status":"returned","status":"Tokyo","address":"admin@test.io"}
Missing closing brace
{"catalyst":"white","payment_status":"returned","status":"Tokyo","address":"admin@test.io"}
TASK repair_structured_output SPEC FIELD comments TYPE string REQUIRED yes FIELD phenotype.gene_id TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD phenotype.paragraph TYPE string VALUES small|medium|large|xl REQUIRED no FIELD phenotype.duration_ms TYPE string_date-time REQUIRED yes FIELD phenotype.torque_output TYPE...
{"comments":"inactive","phenotype":{"gene_id":"cat_a","paragraph":"medium","duration_ms":"2021-06-01T05:49:00Z","torque_output":"basic"},"transaction_id":"ops@example.com"}
tool_call_python_syntax
{ "type": "object", "properties": { "comments": { "type": "string" }, "phenotype": { "type": "object", "properties": { "gene_id": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "paragraph": { "...
queue_sequencing_run(comments='inactive', phenotype={'gene_id': 'cat_a', 'paragraph': 'medium', 'duration_ms': '2021-06-01T05:49:00Z', 'torque_output': 'basic'}, transaction_id='ops@example.com')
Tool call uses Python syntax instead of JSON
{"comments":"inactive","phenotype":{"gene_id":"cat_a","paragraph":"medium","duration_ms":"2021-06-01T05:49:00Z","torque_output":"basic"},"transaction_id":"ops@example.com"}
TASK repair_structured_output SPEC FIELD key_n40 TYPE string_uri REQUIRED no FIELD attr_z88 TYPE string REQUIRED no FIELD prop_m81 TYPE boolean REQUIRED no FIELD param_j63 TYPE null REQUIRED yes FIELD field_m97 TYPE null REQUIRED no FIELD dim_d84 TYPE string REQUIRED no FIELD attr_u89.val_l73.val_e50 TYPE integer REQU...
{"attr_z88":"Santos","param_j63":null,"field_m97":null,"dim_d84":"John","attr_u89":{"val_l73":{"val_e50":242,"key_n51":"2021-11-10T09:28:00Z","param_a75":["editor","viewer","viewer","viewer"]},"col_w60":"FWD"}}
tool_call_partial_args
{ "type": "object", "properties": { "key_n40": { "type": "string", "format": "uri" }, "attr_z88": { "type": "string" }, "prop_m81": { "type": "boolean" }, "param_j63": { "type": "null" }, "field_m97": { "type": "null" }, "dim_d84": { ...
I need to look up the information first. Action: delete_item Arguments: {"attr_z88": "Santos", "field_m97": null, "dim_d84": "John", "attr_u89": {"val_l73": {"val_e50": 242, "key_n51": "2021-11-10T09:28:00Z", "param_a75": ["editor", "viewer", "viewer", "viewer"]}, "col_w60": "FWD"}}
Agent tool call missing required parameter 'param_j63'
{"attr_z88":"Santos","param_j63":null,"field_m97":null,"dim_d84":"John","attr_u89":{"val_l73":{"val_e50":242,"key_n51":"2021-11-10T09:28:00Z","param_a75":["editor","viewer","viewer","viewer"]},"col_w60":"FWD"}}
TASK repair_structured_output SPEC FIELD city TYPE string REQUIRED no FIELD version TYPE number REQUIRED no FIELD run_id TYPE string VALUES draft|published|archived REQUIRED yes FIELD footnote TYPE string REQUIRED no FIELD dissolved_oxygen TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD priority TYPE number ...
{"city":"world","run_id":"archived","footnote":"RTG-04","dissolved_oxygen":"viewer"}
tool_call_wrong_param
{ "type": "object", "properties": { "city": { "type": "string" }, "version": { "type": "number" }, "run_id": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "footnote": { "type": "string" }, "dissolve...
Tool: calibrate_instrument Params: {"run_id": "archived", "footnote": "RTG-04", "dissolved_oxygen": "viewer", "city_name": "world"}
Agent used wrong parameter name 'city_name' instead of 'city'
{"city":"world","run_id":"archived","footnote":"RTG-04","dissolved_oxygen":"viewer"}
TASK repair_structured_output SPEC FIELD height TYPE boolean REQUIRED yes FIELD freight_class TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes FIELD index TYPE string REQUIRED yes FIELD items TYPE string REQUIRED yes BROKEN_OUTPUT Tool: queue_sequencing_run Params: {"height": true, "index": "Bob", "ite...
{"height":true,"freight_class":"level_3","index":"Bob","items":"chrX"}
tool_call_wrong_param
{ "type": "object", "properties": { "height": { "type": "boolean" }, "freight_class": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ] }, "index": { "type": "string" }, "items": { "type": "strin...
Tool: queue_sequencing_run Params: {"height": true, "index": "Bob", "items": "chrX", "freight_class_name": "level_3"}
Agent used wrong parameter name 'freight_class_name' instead of 'freight_class'
{"height":true,"freight_class":"level_3","index":"Bob","items":"chrX"}
TASK repair_structured_output SPEC FIELD fleet_number TYPE boolean REQUIRED yes FIELD turbidity TYPE number REQUIRED yes FIELD collateral TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD compound TYPE string REQUIRED no FIELD strand TYPE string REQUIRED yes FIELD shift_code TYPE integer REQUIRED y...
{"fleet_number":false,"turbidity":127.55,"collateral":"underway","strand":"pending","shift_code":331,"organism":17,"transaction_id":false}
markdown_explanation
{ "type": "object", "properties": { "fleet_number": { "type": "boolean" }, "turbidity": { "type": "number" }, "collateral": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "compound": { "ty...
Below is the JSON object: ```json {"fleet_number":false,"turbidity":127.55,"collateral":"underway","strand":"pending","shift_code":331,"organism":17,"transaction_id":false} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"fleet_number":false,"turbidity":127.55,"collateral":"underway","strand":"pending","shift_code":331,"organism":17,"transaction_id":false}
TASK repair_structured_output SPEC FIELD terminal_id TYPE string REQUIRED no FIELD level TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD crew_id TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD width TYPE boolean REQUIRED yes FIELD latitude TYPE string VALUES draft|published|archived RE...
{"terminal_id":"foo","level":"level_3","width":false,"latitude":"draft","due_date":"user@test.io"}
tool_call_bad_format
{ "type": "object", "properties": { "terminal_id": { "type": "string" }, "level": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "crew_id": { "type": "string", "enum": [ "reliable", "unstable", ...
<functioncall> get_account {terminal_id: "foo", level: "level_3", width: false, latitude: "draft", due_date: "user@test.io"}
Tool call has malformed arguments — unquoted keys in function parameters
{"terminal_id":"foo","level":"level_3","width":false,"latitude":"draft","due_date":"user@test.io"}
TASK repair_structured_output SPEC FIELD trace_id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD filter_flag TYPE string VALUES success|error|warning|info REQUIRED no FIELD website TYPE integer REQUIRED no FIELD crew_id TYPE integer REQUIRED yes FIELD organism TYPE string REQUIRED no BROKEN_O...
{"website":217,"crew_id":947,"organism":"sample"}
truncated_array
{ "type": "object", "properties": { "trace_id": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "filter_flag": { "type": "string", "enum": [ "success", "error", "warning", "info" ] ...
{"website":217,"crew_id":947,"organism":"sample"
Unexpected end of JSON input — truncated object
{"website":217,"crew_id":947,"organism":"sample"}
TASK repair_structured_output SPEC FIELD throttle_pos TYPE boolean REQUIRED yes FIELD address TYPE integer REQUIRED yes FIELD comments TYPE null REQUIRED no FIELD updated_at TYPE boolean REQUIRED yes BROKEN_OUTPUT {"throttle_pos": true, "address": "262kg", "comments": null, "updated_at": true}
{"throttle_pos":true,"address":262,"comments":null,"updated_at":true}
number_with_unit
{ "type": "object", "properties": { "throttle_pos": { "type": "boolean" }, "address": { "type": "integer" }, "comments": { "type": "null" }, "updated_at": { "type": "boolean" } }, "required": [ "throttle_pos", "address", "updated_at" ] }
{"throttle_pos": true, "address": "262kg", "comments": null, "updated_at": true}
Field 'address' must be number, got string with unit
{"throttle_pos":true,"address":262,"comments":null,"updated_at":true}
TASK repair_structured_output SPEC FIELD col_l46 TYPE boolean REQUIRED no FIELD val_p96 TYPE string REQUIRED yes FIELD field_z01[].key_c35 TYPE integer REQUIRED yes FIELD field_z01[].dim_q60 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD field_z01[].field_s85 TYPE boolean REQUIRED no FIELD field_z...
{"col_l46":false,"val_p96":"Alice","field_z01":[{"key_c35":556,"dim_q60":"cat_b","field_y62":"2023-06-03T10:10:00Z"}]}
extra_field
{ "type": "object", "properties": { "col_l46": { "type": "boolean" }, "val_p96": { "type": "string" }, "field_z01": { "type": "array", "items": { "type": "object", "properties": { "key_c35": { "type": "integer" }, ...
{"col_l46": false, "val_p96": "Alice", "field_z01": [{"key_c35": 556, "dim_q60": "cat_b", "field_y62": "2023-06-03T10:10:00Z"}], "extra_field_8665": true}
Unknown field 'extra_field_8665' not defined in schema
{"col_l46":false,"val_p96":"Alice","field_z01":[{"key_c35":556,"dim_q60":"cat_b","field_y62":"2023-06-03T10:10:00Z"}]}
TASK repair_structured_output SPEC FIELD val_f46.param_l05 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD val_f46.val_h49 TYPE boolean REQUIRED no FIELD val_f46.field_x12 TYPE string REQUIRED no FIELD val_f46.key_q02 TYPE boolean REQUIRED no FIELD val_f46.prop_x70 TYPE number REQUIRED no FIELD val_...
{"col_u41":657.81,"col_w69":"Oliveira","val_r22":"basic","dim_i54":479}
missing_brace
{ "type": "object", "properties": { "val_f46": { "type": "object", "properties": { "param_l05": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "val_h49": { "ty...
"col_u41":657.81,"col_w69":"Oliveira","val_r22":"basic","dim_i54":479}
Missing closing brace
{"col_u41":657.81,"col_w69":"Oliveira","val_r22":"basic","dim_i54":479}
TASK repair_structured_output SPEC FIELD barcode TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD height TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes FIELD velocity TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD lane TYPE null REQUIRED no FIELD medication T...
{"barcode":"mode_b","height":"level_3","velocity":"escalated","medication":false}
markdown_explanation
{ "type": "object", "properties": { "barcode": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "height": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ] }, "velo...
Sure, here's the result: ```json {"barcode":"mode_b","height":"level_3","velocity":"escalated","medication":false} ``` Let me know if you need anything else!
Output contains markdown and explanatory text around JSON
{"barcode":"mode_b","height":"level_3","velocity":"escalated","medication":false}
TASK repair_structured_output SPEC FIELD field_t99 TYPE integer REQUIRED yes FIELD key_z20 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD param_d40 TYPE boolean REQUIRED yes FIELD field_u99.val_x50 TYPE number REQUIRED no FIELD field_u99.prop_o18 TYPE string VALUES synonymous|missense|nonsens...
{"field_t99":154,"key_z20":"hemizygous","param_d40":false,"field_u99":{"val_x50":302.7,"prop_o18":"nonsense","prop_i64":false,"prop_h82":[false]}}
thought_process
{ "type": "object", "properties": { "field_t99": { "type": "integer" }, "key_z20": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "param_d40": { "type": "boolean" }, "field_u99": { "type": "object"...
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"field_t99":154,"key_z20":"hemizygous","param_d40":false,"field_u99":{"val_x50":302.7,"prop_o18":"nonsense","prop_i64":false,"prop_h82":[false]}}
Output contains chain-of-thought reasoning before JSON
{"field_t99":154,"key_z20":"hemizygous","param_d40":false,"field_u99":{"val_x50":302.7,"prop_o18":"nonsense","prop_i64":false,"prop_h82":[false]}}
TASK repair_structured_output SPEC FIELD title.medication TYPE string_email REQUIRED no FIELD title.ward TYPE integer REQUIRED no FIELD title.state TYPE number REQUIRED no FIELD title.vessel_name[] TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD title.active[].address TYPE number REQUIRED no FIELD title.acti...
{"title":{"medication":"admin@test.io","ward":122,"vessel_name":["admin","editor","admin"],"active":[{"address":392.09,"tags":"email"},{"address":627.77,"tags":"push","subtotal":182.05},{"address":117.0,"tags":"phone","subtotal":52.72}]},"item_id":"unstable","log_level":true,"notes":"baz","interest_rate":474,"decay_rat...
missing_brace
{ "type": "object", "properties": { "title": { "type": "object", "properties": { "medication": { "type": "string", "format": "email" }, "ward": { "type": "integer" }, "state": { "type": "number" }, "vesse...
{"title":{"medication":"admin@test.io","ward":122,"vessel_name":["admin","editor","admin"],"active":[{"address":392.09,"tags":"email"},{"address":627.77,"tags":"push","subtotal":182.05},"address":117.0,"tags":"phone","subtotal":52.72}]},"item_id":"unstable","log_level":true,"notes":"baz","interest_rate":474,"decay_rate...
Missing closing brace
{"title":{"medication":"admin@test.io","ward":122,"vessel_name":["admin","editor","admin"],"active":[{"address":392.09,"tags":"email"},{"address":627.77,"tags":"push","subtotal":182.05},{"address":117.0,"tags":"phone","subtotal":52.72}]},"item_id":"unstable","log_level":true,"notes":"baz","interest_rate":474,"decay_rat...
TASK repair_structured_output SPEC FIELD altitude TYPE boolean REQUIRED no FIELD collateral TYPE string_date-time REQUIRED no FIELD phenotype TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD log_level TYPE integer REQUIRED yes FIELD due_date TYPE string_date-time REQUIRED yes FIELD dosage TYPE string...
{"altitude":false,"collateral":"2026-03-13T16:34:00Z","phenotype":"arctic","log_level":846,"due_date":"2023-09-08T17:14:00Z","dosage":"GRCh38"}
extra_text_after
{ "type": "object", "properties": { "altitude": { "type": "boolean" }, "collateral": { "type": "string", "format": "date-time" }, "phenotype": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "...
{"altitude":false,"collateral":"2026-03-13T16:34:00Z","phenotype":"arctic","log_level":846,"due_date":"2023-09-08T17:14:00Z","dosage":"GRCh38"} This should match the schema you provided.
Output contains non-JSON text after the object
{"altitude":false,"collateral":"2026-03-13T16:34:00Z","phenotype":"arctic","log_level":846,"due_date":"2023-09-08T17:14:00Z","dosage":"GRCh38"}
TASK repair_structured_output SPEC FIELD port_code TYPE boolean REQUIRED no FIELD notes TYPE boolean REQUIRED no FIELD description TYPE null REQUIRED no FIELD patient_id TYPE null REQUIRED yes FIELD state TYPE string REQUIRED no FIELD annotation TYPE string VALUES draft|published|archived REQUIRED yes FIELD temp_celsi...
{"port_code":true,"notes":false,"description":null,"patient_id":null,"state":"world","annotation":"published","temp_celsius":"John"}
missing_bracket
{ "type": "object", "properties": { "port_code": { "type": "boolean" }, "notes": { "type": "boolean" }, "description": { "type": "null" }, "patient_id": { "type": "null" }, "state": { "type": "string" }, "annotation": { "type": "string"...
{"port_code":true,"notes":false,"description":null,"patient_id":null,"state":"world","annotation":"published","temp_celsius":"John"}
Missing closing bracket
{"port_code":true,"notes":false,"description":null,"patient_id":null,"state":"world","annotation":"published","temp_celsius":"John"}
TASK repair_structured_output SPEC FIELD col_l64 TYPE string REQUIRED yes FIELD key_m91 TYPE string REQUIRED yes FIELD attr_l80[] TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes BROKEN_OUTPUT <functioncall> call_variants {col_l64: "example", key_m91: "Paris", attr_l80: ["oceanic"]}
{"col_l64":"example","key_m91":"Paris","attr_l80":["oceanic"]}
tool_call_bad_format
{ "type": "object", "properties": { "col_l64": { "type": "string" }, "key_m91": { "type": "string" }, "attr_l80": { "type": "array", "items": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ...
<functioncall> call_variants {col_l64: "example", key_m91: "Paris", attr_l80: ["oceanic"]}
Tool call has malformed arguments — unquoted keys in function parameters
{"col_l64":"example","key_m91":"Paris","attr_l80":["oceanic"]}
TASK repair_structured_output SPEC FIELD span_id.description TYPE boolean REQUIRED yes FIELD span_id.diagnosis_code TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes FIELD span_id.hazmat_code TYPE boolean REQUIRED no FIELD span_id.annotation TYPE boolean REQUIRED yes FIELD span_id.wavelength.terminal...
{"span_id":{"description":true,"diagnosis_code":"option_d","annotation":false},"zip_code":599.5,"label":{"wavelength":"quux","dosage":606,"current_draw":false,"section":[null]}}
null_required
{ "type": "object", "properties": { "span_id": { "type": "object", "properties": { "description": { "type": "boolean" }, "diagnosis_code": { "type": "string", "enum": [ "option_a", "option_b", "option_c", ...
{"span_id": {"description": true, "diagnosis_code": "option_d", "annotation": false}, "zip_code": null, "label": {"wavelength": "quux", "dosage": 606, "current_draw": false, "section": [null]}}
Required field 'zip_code' is null
{"span_id":{"description":true,"diagnosis_code":"option_d","annotation":false},"zip_code":599.5,"label":{"wavelength":"quux","dosage":606,"current_draw":false,"section":[null]}}
TASK repair_structured_output SPEC FIELD type TYPE string REQUIRED no FIELD turbidity TYPE null REQUIRED yes FIELD shipper_ref[] TYPE string REQUIRED yes FIELD currency[] TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes BROKEN_OUTPUT ```json {"type":"New York","turbidity":null,"shipper_ref":["test@exam...
{"type":"New York","turbidity":null,"shipper_ref":["test@example.com","Johnson"],"currency":["level_3","level_3","level_2"]}
markdown_fences
{ "type": "object", "properties": { "type": { "type": "string" }, "turbidity": { "type": "null" }, "shipper_ref": { "type": "array", "items": { "type": "string" } }, "currency": { "type": "array", "items": { "type": "string", ...
```json {"type":"New York","turbidity":null,"shipper_ref":["test@example.com","Johnson"],"currency":["level_3","level_3","level_2"]} ```
Output contains markdown code fences
{"type":"New York","turbidity":null,"shipper_ref":["test@example.com","Johnson"],"currency":["level_3","level_3","level_2"]}
TASK repair_structured_output SPEC FIELD val_s60 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD param_t13 TYPE string REQUIRED no FIELD param_z79 TYPE string REQUIRED no FIELD val_n88 TYPE string REQUIRED no FIELD attr_n69 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIE...
{"val_s60":"frameshift","param_t13":"Jane","param_z79":"Tokyo","attr_n69":"unstable","val_y86":"approved","key_r79":"inland","prop_g31":"Santos"}
markdown_explanation
{ "type": "object", "properties": { "val_s60": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "param_t13": { "type": "string" }, "param_z79": { "type": "string" }, "val_n88": { "typ...
Let me provide the data in JSON format: ```json {"val_s60":"frameshift","param_t13":"Jane","param_z79":"Tokyo","attr_n69":"unstable","val_y86":"approved","key_r79":"inland","prop_g31":"Santos"} ``` Data logged successfully.
Output contains markdown and explanatory text around JSON
{"val_s60":"frameshift","param_t13":"Jane","param_z79":"Tokyo","attr_n69":"unstable","val_y86":"approved","key_r79":"inland","prop_g31":"Santos"}
TASK repair_structured_output SPEC FIELD dim_u50 TYPE boolean REQUIRED yes FIELD param_o94 TYPE string_date-time REQUIRED no FIELD field_k31 TYPE boolean REQUIRED yes FIELD param_n69.key_y43 TYPE integer REQUIRED no FIELD param_n69.param_p94 TYPE number REQUIRED no FIELD param_n69.field_y66.col_a12 TYPE string VALUES ...
{"dim_u50":false,"param_o94":"2024-08-11T05:07:00Z","field_k31":true,"param_n69":{"param_p94":98.0,"field_y66":{"col_a12":"resolved","key_w43":"mode_a","param_w51":"critical","prop_s14":"Jane","field_t72":"https://www.org/data","attr_o42":951},"prop_n15":{"param_h28":"example","col_f65":240,"field_p75":["https://api.ex...
extra_text_before
{ "type": "object", "properties": { "dim_u50": { "type": "boolean" }, "param_o94": { "type": "string", "format": "date-time" }, "field_k31": { "type": "boolean" }, "param_n69": { "type": "object", "properties": { "key_y43": { "type": ...
Here is the response in the requested format: {"dim_u50":false,"param_o94":"2024-08-11T05:07:00Z","field_k31":true,"param_n69":{"param_p94":98.0,"field_y66":{"col_a12":"resolved","key_w43":"mode_a","param_w51":"critical","prop_s14":"Jane","field_t72":"https://www.org/data","attr_o42":951},"prop_n15":{"param_h28":"examp...
Output contains non-JSON text before the object
{"dim_u50":false,"param_o94":"2024-08-11T05:07:00Z","field_k31":true,"param_n69":{"param_p94":98.0,"field_y66":{"col_a12":"resolved","key_w43":"mode_a","param_w51":"critical","prop_s14":"Jane","field_t72":"https://www.org/data","attr_o42":951},"prop_n15":{"param_h28":"example","col_f65":240,"field_p75":["https://api.ex...