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 key_y36 TYPE string VALUES option_a|option_b REQUIRED yes FIELD dim_n14 TYPE string REQUIRED yes FIELD param_x08 TYPE number REQUIRED yes FIELD prop_v24 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD val_d48[] TYPE integer REQUIRED no FIELD dim_g95[] TYP...
{"key_y36":"option_b","dim_n14":"chrX","param_x08":421.38,"val_d48":[106,238,26]}
tool_call_python_syntax
{ "type": "object", "properties": { "key_y36": { "type": "string", "enum": [ "option_a", "option_b" ] }, "dim_n14": { "type": "string" }, "param_x08": { "type": "number" }, "prop_v24": { "type": "string", "enum": [ "new", ...
transfer_call(key_y36='option_b', dim_n14='chrX', param_x08=421.38, val_d48=[106, 238, 26])
Tool call uses Python syntax instead of JSON
{"key_y36":"option_b","dim_n14":"chrX","param_x08":421.38,"val_d48":[106,238,26]}
TASK repair_structured_output SPEC FIELD param_l35 TYPE integer REQUIRED yes FIELD attr_p32 TYPE string_email REQUIRED no FIELD key_i14 TYPE string REQUIRED no FIELD param_q46 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD key_a02[] TYPE string REQUIRED no BROKEN_OUTPUT {"param_l35":73,"attr_p...
{"param_l35":73,"attr_p32":"ops@test.io"}
extra_text_after
{ "type": "object", "properties": { "param_l35": { "type": "integer" }, "attr_p32": { "type": "string", "format": "email" }, "key_i14": { "type": "string" }, "param_q46": { "type": "string", "enum": [ "new", "in_transit", "deliv...
{"param_l35":73,"attr_p32":"ops@test.io"} Feel free to ask if you have questions.
Output contains non-JSON text after the object
{"param_l35":73,"attr_p32":"ops@test.io"}
TASK repair_structured_output SPEC FIELD subtotal TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD bill_of_lading TYPE number REQUIRED no FIELD organism TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD version TYPE string REQUIRED no FIELD log_level TYPE string REQUIRED no FIELD featur...
{"subtotal":"type_c","organism":"admin","version":"This is a test value.","log_level":"Sao Paulo","features":true,"duration_ms":"mode_d"}
truncated_array
{ "type": "object", "properties": { "subtotal": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "bill_of_lading": { "type": "number" }, "organism": { "type": "string", "enum": [ ...
{"subtotal":"type_c","organism":"admin","version":"This is a test value.","log_level":"Sao Paulo","features":true,"duration_ms":"mode_d"
Unexpected end of JSON input — truncated object
{"subtotal":"type_c","organism":"admin","version":"This is a test value.","log_level":"Sao Paulo","features":true,"duration_ms":"mode_d"}
TASK repair_structured_output SPEC FIELD medication TYPE boolean REQUIRED yes FIELD temp_celsius TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD annotation TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no BROKEN_OUTPUT {"medication": false, "temp_celsius": "returned", "extra_field_3959": tr...
{"medication":false,"temp_celsius":"returned"}
extra_field
{ "type": "object", "properties": { "medication": { "type": "boolean" }, "temp_celsius": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "annotation": { "type": "string", "enum": [ "mode_a...
{"medication": false, "temp_celsius": "returned", "extra_field_3959": true}
Unknown field 'extra_field_3959' not defined in schema
{"medication":false,"temp_celsius":"returned"}
TASK repair_structured_output SPEC FIELD field_p47 TYPE integer REQUIRED no FIELD val_j87 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD col_r43.prop_b07 TYPE string REQUIRED no FIELD col_r43.prop_l85 TYPE integer REQUIRED yes FIELD col_r43.prop_n57 TYPE string REQUIRED no FIELD col_r43.attr_h25.field...
{"field_p47":518,"val_j87":"basic","dim_l10":"Berlin"}
agent_chain
{ "type": "object", "properties": { "field_p47": { "type": "integer" }, "val_j87": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "col_r43": { "type": "object", "properties": { "prop_b07": { ...
Let me check the system. Action: get_account Result: {"field_p47": 518, "dim_l10": "Berlin"} Processing the request now. Action: validate_sample Result:
Agent multi-step chain with truncated tool output
{"field_p47":518,"val_j87":"basic","dim_l10":"Berlin"}
TASK repair_structured_output SPEC FIELD attr_k17.attr_r51 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes FIELD attr_k17.key_x56 TYPE number REQUIRED no FIELD attr_k17.key_j84.attr_e18 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD attr_k17.key_j84.col_t99 TYPE number REQUIR...
{"attr_k17":{"attr_r51":"mode_f","key_j84":{"attr_e18":"white","col_t99":201.62,"prop_l41":"https://data.org/data"}},"field_c12":"Silva","attr_u09":"sample","val_g45":"degraded","key_m19":"mode_b"}
tool_call_text_mix
{ "type": "object", "properties": { "attr_k17": { "type": "object", "properties": { "attr_r51": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", "mode_f" ] ...
I need to look up the information first. <tool_call name="book_appointment"> {"attr_k17":{"attr_r51":"mode_f","key_j84":{"attr_e18":"white","col_t99":201.62,"prop_l41":"https://data.org/data"}},"field_c12":"Silva","attr_u09":"sample","val_g45":"degraded","key_m19":"mode_b"} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"attr_k17":{"attr_r51":"mode_f","key_j84":{"attr_e18":"white","col_t99":201.62,"prop_l41":"https://data.org/data"}},"field_c12":"Silva","attr_u09":"sample","val_g45":"degraded","key_m19":"mode_b"}
TASK repair_structured_output SPEC FIELD catalyst TYPE string_date-time REQUIRED yes FIELD decay_rate TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD first_name TYPE null REQUIRED no FIELD account_id TYPE number REQUIRED no FIELD length.amplitude TYPE number REQUIRED yes FIELD length.ward TYPE s...
{"catalyst":"2021-02-11T22:31:00Z","decay_rate":"moored","first_name":null,"account_id":435.89,"length":{"amplitude":914.73,"ward":"berthed","quantity":"https://example.io/v1","credit_score":{"consignee":"user@example.com","size":false,"items":"ops@test.io"},"branch":true,"latitude":true,"status_code":{"tax":"https://e...
thought_process
{ "type": "object", "properties": { "catalyst": { "type": "string", "format": "date-time" }, "decay_rate": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "first_name": { "type": "null" }, ...
Breaking down the requirements: - Must include all required fields - Types must match the schema - Values should be realistic {"catalyst":"2021-02-11T22:31:00Z","decay_rate":"moored","first_name":null,"account_id":435.89,"length":{"amplitude":914.73,"ward":"berthed","quantity":"https://example.io/v1","credit_score":{...
Output contains chain-of-thought reasoning before JSON
{"catalyst":"2021-02-11T22:31:00Z","decay_rate":"moored","first_name":null,"account_id":435.89,"length":{"amplitude":914.73,"ward":"berthed","quantity":"https://example.io/v1","credit_score":{"consignee":"user@example.com","size":false,"items":"ops@test.io"},"branch":true,"latitude":true,"status_code":{"tax":"https://e...
TASK repair_structured_output SPEC FIELD published TYPE number REQUIRED no FIELD index TYPE string_uri REQUIRED yes FIELD image_url TYPE string REQUIRED yes FIELD diagnosis_code TYPE string_email REQUIRED no FIELD message TYPE string_email REQUIRED yes FIELD due_date.price TYPE integer REQUIRED no FIELD due_date.publi...
{"published":346.1,"index":"https://example.com/v1","image_url":"test","message":"user@domain.org","frequency_hz":724}
truncated_object
{ "type": "object", "properties": { "published": { "type": "number" }, "index": { "type": "string", "format": "uri" }, "image_url": { "type": "string" }, "diagnosis_code": { "type": "string", "format": "email" }, "message": { "type": "str...
{"published":346.1,"index":"https://example.com/v1","image_url":"test","message":"user@domain.org","frequency_hz":724
Unexpected end of JSON input — truncated object
{"published":346.1,"index":"https://example.com/v1","image_url":"test","message":"user@domain.org","frequency_hz":724}
TASK repair_structured_output SPEC FIELD attr_z67.prop_o68 TYPE boolean REQUIRED yes FIELD attr_z67.col_q38 TYPE integer REQUIRED no FIELD attr_z67.val_n86.field_a32 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes FIELD attr_z67.val_n86.field_c17 TYPE string REQUIRED no FIELD attr_z67.val_n86.field...
{"dim_h00":626,"attr_v59":"Sao Paulo","col_g01":682,"field_s04":420,"dim_t15":"user@test.io"}
tool_call_partial_args
{ "type": "object", "properties": { "attr_z67": { "type": "object", "properties": { "prop_o68": { "type": "boolean" }, "col_q38": { "type": "integer" }, "val_n86": { "type": "object", "properties": { "field_a...
I need to look up the information first. Action: assign_berth Arguments: {"dim_h00": 626, "attr_v59": "Sao Paulo", "col_g01": 682, "dim_t15": "user@test.io"}
Agent tool call missing required parameter 'field_s04'
{"dim_h00":626,"attr_v59":"Sao Paulo","col_g01":682,"field_s04":420,"dim_t15":"user@test.io"}
TASK repair_structured_output SPEC FIELD batch_code TYPE number REQUIRED no FIELD full_name TYPE null REQUIRED yes FIELD shipper_ref TYPE integer REQUIRED no FIELD freight_class TYPE boolean REQUIRED yes FIELD timezone TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD quantity.catalyst.tag...
{"batch_code":506.27,"full_name":null,"shipper_ref":79,"freight_class":false,"quantity":{"catalyst":{"tags":"in_progress","amplitude":"anchored","shift_code":"2021-07-01T05:00:00Z","section":"level_2","run_id":"email","quality_score":"https://example.org/v1"},"language":{"step":"Paris","invoice_id":"cancelled","temp_ce...
agent_chain
{ "type": "object", "properties": { "batch_code": { "type": "number" }, "full_name": { "type": "null" }, "shipper_ref": { "type": "integer" }, "freight_class": { "type": "boolean" }, "timezone": { "type": "string", "enum": [ "type_a", ...
I need to look up the information first. Action: schedule_meeting Result: {"batch_code": 506.27, "full_name": null, "shipper_ref": 79, "freight_class": false} Processing the request now. Action: get_weather Result:
Agent multi-step chain with truncated tool output
{"batch_code":506.27,"full_name":null,"shipper_ref":79,"freight_class":false,"quantity":{"catalyst":{"tags":"in_progress","amplitude":"anchored","shift_code":"2021-07-01T05:00:00Z","section":"level_2","run_id":"email","quality_score":"https://example.org/v1"},"language":{"step":"Paris","invoice_id":"cancelled","temp_ce...
TASK repair_structured_output SPEC FIELD deploy_target TYPE string VALUES single|married|divorced REQUIRED no FIELD altitude TYPE string VALUES active|inactive|pending REQUIRED no FIELD level TYPE string VALUES single|married|divorced REQUIRED yes FIELD weight TYPE string VALUES draft|published|archived REQUIRED no FI...
{"altitude":"inactive","level":"married","total":false}
missing_bracket
{ "type": "object", "properties": { "deploy_target": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "altitude": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "level": { ...
{"altitude":"inactive","level":"married","total":false}
Missing closing bracket
{"altitude":"inactive","level":"married","total":false}
TASK repair_structured_output SPEC FIELD attr_x77 TYPE string VALUES success|error|warning|info REQUIRED no FIELD key_e57 TYPE string REQUIRED no FIELD dim_l36 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes BROKEN_OUTPUT {"attr_x77":"warning","key_e57":"chrX","dim_l36":"in_transit"
{"attr_x77":"warning","key_e57":"chrX","dim_l36":"in_transit"}
truncated_array
{ "type": "object", "properties": { "attr_x77": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "key_e57": { "type": "string" }, "dim_l36": { "type": "string", "enum": [ "new", "in_transi...
{"attr_x77":"warning","key_e57":"chrX","dim_l36":"in_transit"
Unexpected end of JSON input — truncated object
{"attr_x77":"warning","key_e57":"chrX","dim_l36":"in_transit"}
TASK repair_structured_output SPEC FIELD attr_l86.dim_u49 TYPE string VALUES option_a|option_b|option_c REQUIRED yes FIELD attr_l86.col_f54 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes FIELD attr_l86.col_j79 TYPE string VALUES option_a|option_b|option_c REQUIRED yes FIELD attr_l86.attr_u77 TYPE ...
{"attr_l86":{"dim_u49":"option_c","col_f54":"option_b","col_j79":"option_a","attr_u77":"https://example.com","param_q94":"cancelled","prop_y06":null},"key_v01":"https://example.com/v1","dim_o68":"Berlin"}
truncated_object
{ "type": "object", "properties": { "attr_l86": { "type": "object", "properties": { "dim_u49": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "col_f54": { "type": "string", ...
{"attr_l86":{"dim_u49":"option_c","col_f54":"option_b","col_j79":"option_a","attr_u77":"https://example.com","param_q94":"cancelled","prop_y06":null},"key_v01":"https://example.com/v1","dim_o68":"Berlin"
Unexpected end of JSON input — truncated object
{"attr_l86":{"dim_u49":"option_c","col_f54":"option_b","col_j79":"option_a","attr_u77":"https://example.com","param_q94":"cancelled","prop_y06":null},"key_v01":"https://example.com/v1","dim_o68":"Berlin"}
TASK repair_structured_output SPEC FIELD tax TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD longitude TYPE null REQUIRED no FIELD batch_code TYPE string REQUIRED no FIELD options TYPE string VALUES draft|published|archived REQUIRED no FIELD section TYPE string REQUIRED no FIELD torque_output T...
{"tax":"heterozygous","longitude":null,"options":"published","section":"London","torque_output":"foo","url":"https://www.com/v1"}
extra_text_after
{ "type": "object", "properties": { "tax": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "longitude": { "type": "null" }, "batch_code": { "type": "string" }, "options": { "type": "string", "...
{"tax":"heterozygous","longitude":null,"options":"published","section":"London","torque_output":"foo","url":"https://www.com/v1"} Data logged successfully.
Output contains non-JSON text after the object
{"tax":"heterozygous","longitude":null,"options":"published","section":"London","torque_output":"foo","url":"https://www.com/v1"}
TASK repair_structured_output SPEC FIELD dim_h77 TYPE string VALUES single|married|divorced REQUIRED no FIELD param_x40 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD val_q44 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD attr_r61 TYPE string REQUIRED no FIELD field_o92 TYP...
{"dim_h77":"divorced","param_x40":"arctic","attr_r61":"London","field_o92":"pending","param_w68":491,"attr_q39":520}
tool_call_bad_format
{ "type": "object", "properties": { "dim_h77": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "param_x40": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "...
<functioncall> filter_variants {dim_h77: "divorced", param_x40: "arctic", attr_r61: "London", field_o92: "pending", param_w68: 491, attr_q39: 520}
Tool call has malformed arguments — unquoted keys in function parameters
{"dim_h77":"divorced","param_x40":"arctic","attr_r61":"London","field_o92":"pending","param_w68":491,"attr_q39":520}
TASK repair_structured_output SPEC FIELD attr_a16 TYPE integer REQUIRED yes FIELD dim_e62 TYPE string REQUIRED no FIELD param_n94 TYPE number REQUIRED yes FIELD attr_o88[] TYPE integer REQUIRED yes BROKEN_OUTPUT {attr_a16:320,dim_e62:"https://example.com",param_n94:158.08,attr_o88:[224]}
{"attr_a16":320,"dim_e62":"https://example.com","param_n94":158.08,"attr_o88":[224]}
unquoted_keys
{ "type": "object", "properties": { "attr_a16": { "type": "integer" }, "dim_e62": { "type": "string" }, "param_n94": { "type": "number" }, "attr_o88": { "type": "array", "items": { "type": "integer" } } }, "required": [ "attr_a16", ...
{attr_a16:320,dim_e62:"https://example.com",param_n94:158.08,attr_o88:[224]}
Expecting property name enclosed in double quotes
{"attr_a16":320,"dim_e62":"https://example.com","param_n94":158.08,"attr_o88":[224]}
TASK repair_structured_output SPEC FIELD due_date TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD isotope TYPE string REQUIRED yes FIELD step TYPE integer REQUIRED no FIELD phone TYPE boolean REQUIRED yes FIELD humidity_pct TYPE integer REQUIRED no BROKEN_OUTPUT {"step": 935, "phone": false, "hum...
{"isotope":"chrX","step":935,"phone":false,"humidity_pct":629}
missing_required
{ "type": "object", "properties": { "due_date": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ] }, "isotope": { "type": "string" }, "step": { "type": "integer" }, "phone": { "type": "boolean" ...
{"step": 935, "phone": false, "humidity_pct": 629}
Required field 'isotope' is missing
{"isotope":"chrX","step":935,"phone":false,"humidity_pct":629}
TASK repair_structured_output SPEC FIELD dim_i00 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD attr_z16 TYPE string_uri REQUIRED no FIELD attr_a70 TYPE string REQUIRED yes BROKEN_OUTPUT {"attr_z16":"https://www.org/api","attr_a70":"chr1",}
{"attr_z16":"https://www.org/api","attr_a70":"chr1"}
trailing_comma
{ "type": "object", "properties": { "dim_i00": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "attr_z16": { "type": "string", "format": "uri" }, "attr_a70": { "type": "string" } }, "required...
{"attr_z16":"https://www.org/api","attr_a70":"chr1",}
Unexpected trailing comma
{"attr_z16":"https://www.org/api","attr_a70":"chr1"}
TASK repair_structured_output SPEC FIELD account_id TYPE string REQUIRED no FIELD subject.state TYPE boolean REQUIRED yes FIELD subject.notes TYPE boolean REQUIRED no FIELD subject.options TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD allele TYPE string VALUES open|in_progress|resolved|close...
{"account_id":"chrX","subject":{"state":false,"options":"homozygous"},"allele":"closed","freight_class":null,"country":{"coverage":"intermittent","visible":613.22,"status_code":888,"transaction_id":"Berlin"}}
truncated_object
{ "type": "object", "properties": { "account_id": { "type": "string" }, "subject": { "type": "object", "properties": { "state": { "type": "boolean" }, "notes": { "type": "boolean" }, "options": { "type": "string", ...
{"account_id":"chrX","subject":{"state":false,"options":"homozygous"},"allele":"closed","freight_class":null,"country":{"coverage":"intermittent","visible":613.22,"status_code":888,"transaction_id":"Berlin"}
Unexpected end of JSON input — truncated object
{"account_id":"chrX","subject":{"state":false,"options":"homozygous"},"allele":"closed","freight_class":null,"country":{"coverage":"intermittent","visible":613.22,"status_code":888,"transaction_id":"Berlin"}}
TASK repair_structured_output SPEC FIELD voltage TYPE integer REQUIRED yes FIELD type TYPE string_date-time REQUIRED yes FIELD sensor_id TYPE string_uri REQUIRED yes FIELD bill_of_lading TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD transaction_id.insurance_id TYPE string VALUES active|inactive|pending REQU...
{"voltage":957,"type":"2021-01-06T03:29:00Z","sensor_id":"https://api.org/data"}
extra_text_before
{ "type": "object", "properties": { "voltage": { "type": "integer" }, "type": { "type": "string", "format": "date-time" }, "sensor_id": { "type": "string", "format": "uri" }, "bill_of_lading": { "type": "string", "enum": [ "USD", ...
The parsed result is: {"voltage":957,"type":"2021-01-06T03:29:00Z","sensor_id":"https://api.org/data"}
Output contains non-JSON text before the object
{"voltage":957,"type":"2021-01-06T03:29:00Z","sensor_id":"https://api.org/data"}
TASK repair_structured_output SPEC FIELD transaction_id TYPE integer REQUIRED yes FIELD turbidity TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD item_id TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes FIELD payment_status.velocity TYPE boolean REQUIRED no FIELD payment_statu...
{"transaction_id":683,"turbidity":"offline","item_id":"mode_c","payment_status":{"velocity":true,"maturity_date":689,"transaction_id":"Silva","product_id":137.8,"email":"heterozygous","status":265,"tile":"2024-06-30"}}
tool_call_partial_args
{ "type": "object", "properties": { "transaction_id": { "type": "integer" }, "turbidity": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "item_id": { "type": "string", "enum": [ "m...
I need to look up the information first. Action: book_appointment Arguments: {"transaction_id": 683, "item_id": "mode_c", "payment_status": {"velocity": true, "maturity_date": 689, "transaction_id": "Silva", "product_id": 137.8, "email": "heterozygous", "status": 265, "tile": "2024-06-30"}}
Agent tool call missing required parameter 'turbidity'
{"transaction_id":683,"turbidity":"offline","item_id":"mode_c","payment_status":{"velocity":true,"maturity_date":689,"transaction_id":"Silva","product_id":137.8,"email":"heterozygous","status":265,"tile":"2024-06-30"}}
TASK repair_structured_output SPEC FIELD param_y55 TYPE number REQUIRED yes FIELD field_v58 TYPE string REQUIRED yes FIELD col_q53 TYPE string_date-time REQUIRED yes BROKEN_OUTPUT {"param_y55": 994.23, "field_v58": null, "col_q53": "2021-08-14T09:06:00Z"}
{"param_y55":994.23,"field_v58":"pending","col_q53":"2021-08-14T09:06:00Z"}
null_required
{ "type": "object", "properties": { "param_y55": { "type": "number" }, "field_v58": { "type": "string" }, "col_q53": { "type": "string", "format": "date-time" } }, "required": [ "param_y55", "col_q53", "field_v58" ] }
{"param_y55": 994.23, "field_v58": null, "col_q53": "2021-08-14T09:06:00Z"}
Required field 'field_v58' is null
{"param_y55":994.23,"field_v58":"pending","col_q53":"2021-08-14T09:06:00Z"}
TASK repair_structured_output SPEC FIELD trace_id TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD color TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD count TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD account_id TYPE string REQUIRED yes FIELD mess...
{"trace_id":"arctic","color":"homozygous","count":"hemizygous","account_id":"Maria","message":false,"balance":444.33,"salinity":"coastal"}
markdown_fences
{ "type": "object", "properties": { "trace_id": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "color": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] ...
```json {"trace_id":"arctic","color":"homozygous","count":"hemizygous","account_id":"Maria","message":false,"balance":444.33,"salinity":"coastal"} ```
Output contains markdown code fences
{"trace_id":"arctic","color":"homozygous","count":"hemizygous","account_id":"Maria","message":false,"balance":444.33,"salinity":"coastal"}
TASK repair_structured_output SPEC FIELD val_v00 TYPE integer REQUIRED no FIELD prop_e81 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes FIELD param_d90 TYPE string_email REQUIRED yes FIELD key_s24 TYPE string REQUIRED yes BROKEN_OUTPUT {"val_v00":647,"prop_e81":"mode_d","param_d90":"ops@domain.org","key_...
{"val_v00":647,"prop_e81":"mode_d","param_d90":"ops@domain.org","key_s24":"chrX"}
truncated_array
{ "type": "object", "properties": { "val_v00": { "type": "integer" }, "prop_e81": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] }, "param_d90": { "type": "string", "format": "email" }, "key_s24":...
{"val_v00":647,"prop_e81":"mode_d","param_d90":"ops@domain.org","key_s24":"chrX"
Unexpected end of JSON input — truncated object
{"val_v00":647,"prop_e81":"mode_d","param_d90":"ops@domain.org","key_s24":"chrX"}
TASK repair_structured_output SPEC FIELD diagnosis_code TYPE integer REQUIRED yes FIELD length TYPE string_date-time REQUIRED yes FIELD notes TYPE string REQUIRED yes FIELD bed_number TYPE integer REQUIRED yes BROKEN_OUTPUT Result: diagnosis_code=566, {"diagnosis_code":566,"length":"2025-03-17T21:46:00Z","notes":"Lui...
{"diagnosis_code":566,"length":"2025-03-17T21:46:00Z","notes":"Luis","bed_number":977}
partial_structure
{ "type": "object", "properties": { "diagnosis_code": { "type": "integer" }, "length": { "type": "string", "format": "date-time" }, "notes": { "type": "string" }, "bed_number": { "type": "integer" } }, "required": [ "bed_number", "diagnosis_c...
Result: diagnosis_code=566, {"diagnosis_code":566,"length":"2025-03-17T21:46:00Z","notes":"Luis","bed_number":977}
Output mixes natural language with JSON
{"diagnosis_code":566,"length":"2025-03-17T21:46:00Z","notes":"Luis","bed_number":977}
TASK repair_structured_output SPEC FIELD param_f60 TYPE integer REQUIRED yes FIELD attr_f06 TYPE string REQUIRED yes FIELD param_a91.param_d94 TYPE null REQUIRED yes FIELD param_a91.col_w41 TYPE integer REQUIRED no FIELD param_a91.val_p24 TYPE string REQUIRED yes FIELD param_a91.dim_o65 TYPE integer REQUIRED no FIELD ...
{"param_f60":310,"attr_f06":"GRCh38","param_a91":{"param_d94":null,"col_w41":170,"val_p24":"foo","dim_o65":220,"val_w59":{"key_d72":"https://data.io/api","key_b65":"pending","key_n38":"London","dim_m04":"test@example.com","col_f57":"mode_c","attr_c49":156.85,"dim_a82":false}},"val_p49":{"val_k83":"type_a","dim_a95":[{"...
truncated_object
{ "type": "object", "properties": { "param_f60": { "type": "integer" }, "attr_f06": { "type": "string" }, "param_a91": { "type": "object", "properties": { "param_d94": { "type": "null" }, "col_w41": { "type": "integer" }...
{"param_f60":310,"attr_f06":"GRCh38","param_a91":{"param_d94":null,"col_w41":170,"val_p24":"foo","dim_o65":220,"val_w59":{"key_d72":"https://data.io/api","key_b65":"pending","key_n38":"London","dim_m04":"test@example.com","col_f57":"mode_c","attr_c49":156.85,"dim_a82":false}},"val_p49":{"val_k83":"type_a","dim_a95":[{"...
Unexpected end of JSON input — truncated object
{"param_f60":310,"attr_f06":"GRCh38","param_a91":{"param_d94":null,"col_w41":170,"val_p24":"foo","dim_o65":220,"val_w59":{"key_d72":"https://data.io/api","key_b65":"pending","key_n38":"London","dim_m04":"test@example.com","col_f57":"mode_c","attr_c49":156.85,"dim_a82":false}},"val_p49":{"val_k83":"type_a","dim_a95":[{"...
TASK repair_structured_output SPEC FIELD items TYPE integer REQUIRED no FIELD order_id TYPE null REQUIRED yes FIELD message TYPE boolean REQUIRED no FIELD patient_id TYPE string VALUES mode_a|mode_b REQUIRED yes FIELD item_id.span_id TYPE null REQUIRED yes FIELD item_id.amplitude.comments TYPE string VALUES level_1|le...
{"items":248,"order_id":null,"message":true,"patient_id":"mode_b","item_id":{"span_id":null,"amplitude":{"phenotype":"red","name":"test@test.io","published":"qux"},"total":"https://example.com"},"image_url":{"aligned_pct":184.64,"altitude":"option_a","account_id":{"aligned_pct":null,"level":"2024-06-30","items":"Berlin...
partial_structure
{ "type": "object", "properties": { "items": { "type": "integer" }, "order_id": { "type": "null" }, "message": { "type": "boolean" }, "patient_id": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "item_id": { "type":...
Result: image_url={'aligned_pct': 184.64, 'altitude': 'option_a', 'account_id': {'aligned_pct': None, 'level': '2024-06-30', 'items': 'Berlin', 'index': None, 'build_status': '2022-08-03T14:38:00Z', 'turbidity': 'sms'}}, {"items":248,"order_id":null,"message":true,"patient_id":"mode_b","item_id":{"span_id":null,"amplit...
Output mixes natural language with JSON
{"items":248,"order_id":null,"message":true,"patient_id":"mode_b","item_id":{"span_id":null,"amplitude":{"phenotype":"red","name":"test@test.io","published":"qux"},"total":"https://example.com"},"image_url":{"aligned_pct":184.64,"altitude":"option_a","account_id":{"aligned_pct":null,"level":"2024-06-30","items":"Berlin...
TASK repair_structured_output SPEC FIELD status TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes FIELD invoice_id TYPE string REQUIRED no FIELD amplitude TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD berth_slot TYPE integer REQUIRED yes FIELD name TYPE integer REQUIR...
{"status":"cat_c","invoice_id":"New York","amplitude":"maintenance","berth_slot":782,"name":271}
tool_call_partial_args
{ "type": "object", "properties": { "status": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "invoice_id": { "type": "string" }, "amplitude": { "type": "string", "enum": [...
Let me check the system. Action: transfer_call Arguments: {"status": "cat_c", "invoice_id": "New York", "amplitude": "maintenance", "name": 271}
Agent tool call missing required parameter 'berth_slot'
{"status":"cat_c","invoice_id":"New York","amplitude":"maintenance","berth_slot":782,"name":271}
TASK repair_structured_output SPEC FIELD param_b13 TYPE string REQUIRED yes FIELD prop_t06 TYPE boolean REQUIRED no FIELD key_x88 TYPE string VALUES active|inactive|pending REQUIRED no FIELD field_n49.key_d92 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD field_n49.key_y77 TYPE integer REQUIRED no FIELD f...
{"param_b13":"Paris","field_n49":{"key_d92":"large","key_y77":949,"val_b08":"Berlin","dim_c76":694,"field_n90":"https://example.com","key_i54":"2022-04-01T04:48:00Z","val_w84":"confirmed"}}
single_quotes
{ "type": "object", "properties": { "param_b13": { "type": "string" }, "prop_t06": { "type": "boolean" }, "key_x88": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "field_n49": { "type": "object", "prop...
{'param_b13':'Paris','field_n49':{'key_d92':'large','key_y77':949,'val_b08':'Berlin','dim_c76':694,'field_n90':'https://example.com','key_i54':'2022-04-01T04:48:00Z','val_w84':'confirmed'}}
Expecting property name enclosed in double quotes
{"param_b13":"Paris","field_n49":{"key_d92":"large","key_y77":949,"val_b08":"Berlin","dim_c76":694,"field_n90":"https://example.com","key_i54":"2022-04-01T04:48:00Z","val_w84":"confirmed"}}
TASK repair_structured_output SPEC FIELD status TYPE integer REQUIRED yes FIELD latitude.section TYPE integer REQUIRED yes FIELD latitude.yield_pct TYPE string_email REQUIRED no FIELD latitude.account_id.brake_pressure TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD latitude.account_id.descrip...
{"status":270,"latitude":{"section":531,"yield_pct":"test@example.com","account_id":{"brake_pressure":"hemizygous","description":"New York"}},"filter_flag":393,"throttle_pos":"info@example.com","published":40}
partial_structure
{ "type": "object", "properties": { "status": { "type": "integer" }, "latitude": { "type": "object", "properties": { "section": { "type": "integer" }, "yield_pct": { "type": "string", "format": "email" }, "account_id...
Based on the data, throttle_pos is info@example.com. {"status":270,"latitude":{"section":531,"yield_pct":"test@example.com","account_id":{"brake_pressure":"hemizygous","description":"New York"}},"filter_flag":393,"throttle_pos":"info@example.com","published":40}
Output mixes natural language with JSON
{"status":270,"latitude":{"section":531,"yield_pct":"test@example.com","account_id":{"brake_pressure":"hemizygous","description":"New York"}},"filter_flag":393,"throttle_pos":"info@example.com","published":40}
TASK repair_structured_output SPEC FIELD key_y09 TYPE string REQUIRED yes FIELD field_w15 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD prop_k91 TYPE boolean REQUIRED yes FIELD attr_l52 TYPE number REQUIRED yes FIELD key_l23 TYPE number REQUIRED no FIELD param_p44 TYPE string REQUIRED no FIELD key_s9...
{"key_y09":"chr1","prop_k91":true,"attr_l52":95.1,"field_u17":{"val_o43":false,"prop_g32":"operational","attr_t06":["nonsense"]}}
boolean_as_string
{ "type": "object", "properties": { "key_y09": { "type": "string" }, "field_w15": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "prop_k91": { "type": "boolean" }, "attr_l52": { "type...
{"key_y09": "chr1", "prop_k91": "false", "attr_l52": 95.1, "field_u17": {"val_o43": false, "prop_g32": "operational", "attr_t06": ["nonsense"]}}
Field 'prop_k91' must be boolean, got string
{"key_y09":"chr1","prop_k91":true,"attr_l52":95.1,"field_u17":{"val_o43":false,"prop_g32":"operational","attr_t06":["nonsense"]}}
TASK repair_structured_output SPEC FIELD val_o23 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD val_m68 TYPE number REQUIRED yes FIELD col_m44 TYPE number REQUIRED no FIELD val_s21[] TYPE integer REQUIRED yes BROKEN_OUTPUT {"val_o23":"closed","val_m68":582.02,"col_m44":674.87,"val_s21":[410,32...
{"val_o23":"closed","val_m68":582.02,"col_m44":674.87,"val_s21":[410,323,922]}
truncated_array
{ "type": "object", "properties": { "val_o23": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "val_m68": { "type": "number" }, "col_m44": { "type": "number" }, "val_s21": { "type": "array"...
{"val_o23":"closed","val_m68":582.02,"col_m44":674.87,"val_s21":[410,323,922
Unexpected end of JSON input — truncated array
{"val_o23":"closed","val_m68":582.02,"col_m44":674.87,"val_s21":[410,323,922]}
TASK repair_structured_output SPEC FIELD key_f68 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD prop_f47 TYPE integer REQUIRED no FIELD dim_m87 TYPE string REQUIRED yes FIELD key_p26 TYPE integer REQUIRED yes BROKEN_OUTPUT <functioncall> send_email {key_f68: "rejected", prop_f47: 263...
{"key_f68":"rejected","prop_f47":263,"dim_m87":"A short description.","key_p26":571}
tool_call_bad_format
{ "type": "object", "properties": { "key_f68": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "prop_f47": { "type": "integer" }, "dim_m87": { "type": "string" }, "key_p26": { "t...
<functioncall> send_email {key_f68: "rejected", prop_f47: 263, dim_m87: "A short description.", key_p26: 571}
Tool call has malformed arguments — unquoted keys in function parameters
{"key_f68":"rejected","prop_f47":263,"dim_m87":"A short description.","key_p26":571}
TASK repair_structured_output SPEC FIELD title TYPE boolean REQUIRED yes FIELD dosage TYPE integer REQUIRED yes FIELD priority TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes BROKEN_OUTPUT {"title": true, "dosage": 400, "priority": "hemizygous", "extra_info_4561": 42}
{"title":true,"dosage":400,"priority":"hemizygous"}
extra_field
{ "type": "object", "properties": { "title": { "type": "boolean" }, "dosage": { "type": "integer" }, "priority": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] } }, "required": [ "title", "dosage", ...
{"title": true, "dosage": 400, "priority": "hemizygous", "extra_info_4561": 42}
Unknown field 'extra_info_4561' not defined in schema
{"title":true,"dosage":400,"priority":"hemizygous"}
TASK repair_structured_output SPEC FIELD build_status TYPE string REQUIRED no FIELD comments TYPE boolean REQUIRED yes FIELD voltage TYPE string REQUIRED yes FIELD batch_code TYPE number REQUIRED no FIELD features TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD berth_slot TYPE string VALUES opt...
{"comments":true,"voltage":"test@example.com","features":"type_d","berth_slot":"option_d","salinity":"MV-Evergreen-01"}
truncated_array
{ "type": "object", "properties": { "build_status": { "type": "string" }, "comments": { "type": "boolean" }, "voltage": { "type": "string" }, "batch_code": { "type": "number" }, "features": { "type": "string", "enum": [ "type_a", ...
{"comments":true,"voltage":"test@example.com","features":"type_d","berth_slot":"option_d","salinity":"MV-Evergreen-01"
Unexpected end of JSON input — truncated object
{"comments":true,"voltage":"test@example.com","features":"type_d","berth_slot":"option_d","salinity":"MV-Evergreen-01"}
TASK repair_structured_output SPEC FIELD score TYPE string REQUIRED yes FIELD email TYPE integer REQUIRED yes FIELD country TYPE boolean REQUIRED yes FIELD compound TYPE boolean REQUIRED yes BROKEN_OUTPUT {"score":"A short description.","email":205,"country":true,"compound":false} This should match the schema you pro...
{"score":"A short description.","email":205,"country":true,"compound":false}
extra_text_after
{ "type": "object", "properties": { "score": { "type": "string" }, "email": { "type": "integer" }, "country": { "type": "boolean" }, "compound": { "type": "boolean" } }, "required": [ "score", "country", "compound", "email" ] }
{"score":"A short description.","email":205,"country":true,"compound":false} This should match the schema you provided.
Output contains non-JSON text after the object
{"score":"A short description.","email":205,"country":true,"compound":false}
TASK repair_structured_output SPEC FIELD dim_w54 TYPE string_uri REQUIRED no FIELD attr_f08 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes FIELD col_a58.key_e93 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes FIELD col_a58.field_m25 TYPE null REQUIRED yes ...
{"attr_f08":"option_a","col_a58":{"key_e93":"level_3","field_m25":null,"attr_v86":"bar"}}
tool_call_bad_format
{ "type": "object", "properties": { "dim_w54": { "type": "string", "format": "uri" }, "attr_f08": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e", "option_f" ] }, "col_a58": { ...
<functioncall> check_cargo_manifest {attr_f08: "option_a", col_a58: {key_e93: "level_3", field_m25: null, attr_v86: "bar"}}
Tool call has malformed arguments — unquoted keys in function parameters
{"attr_f08":"option_a","col_a58":{"key_e93":"level_3","field_m25":null,"attr_v86":"bar"}}
TASK repair_structured_output SPEC FIELD branch TYPE string REQUIRED yes FIELD pressure_kpa TYPE string REQUIRED yes FIELD patient_id.ph_level TYPE number REQUIRED no FIELD patient_id.cargo_type TYPE number REQUIRED yes FIELD patient_id.role TYPE number REQUIRED no FIELD patient_id.tile TYPE string VALUES email|phone|...
{"branch":"example","pressure_kpa":"Diana","patient_id":{"ph_level":749.75,"cargo_type":679.39,"role":86.44,"tile":"phone","manifest_ref":"2020-06-25T02:26:00Z","commit_hash":"Sao Paulo","verified":"London"}}
markdown_explanation
{ "type": "object", "properties": { "branch": { "type": "string" }, "pressure_kpa": { "type": "string" }, "patient_id": { "type": "object", "properties": { "ph_level": { "type": "number" }, "cargo_type": { "type": "number" ...
Sensor output follows: ```json {"branch":"example","pressure_kpa":"Diana","patient_id":{"ph_level":749.75,"cargo_type":679.39,"role":86.44,"tile":"phone","manifest_ref":"2020-06-25T02:26:00Z","commit_hash":"Sao Paulo","verified":"London"}} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"branch":"example","pressure_kpa":"Diana","patient_id":{"ph_level":749.75,"cargo_type":679.39,"role":86.44,"tile":"phone","manifest_ref":"2020-06-25T02:26:00Z","commit_hash":"Sao Paulo","verified":"London"}}
TASK repair_structured_output SPEC FIELD dim_g63 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD field_d58 TYPE integer REQUIRED no FIELD prop_i51 TYPE string REQUIRED no FIELD key_b21 TYPE string REQUIRED yes FIELD dim_k81.key_m69 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD dim_k81....
{"dim_g63":"black","field_d58":361,"key_b21":"John","val_n68":{"col_z52":"heterozygous","val_k18":"white","val_k31":"high","dim_g66":"https://data.org/data","col_q54":383.21}}
unquoted_keys
{ "type": "object", "properties": { "dim_g63": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "field_d58": { "type": "integer" }, "prop_i51": { "type": "string" }, "key_b21": { "type"...
{dim_g63:"black",field_d58:361,key_b21:"John",val_n68:{col_z52:"heterozygous",val_k18:"white",val_k31:"high",dim_g66:"https://data.org/data",col_q54:383.21}}
Expecting property name enclosed in double quotes
{"dim_g63":"black","field_d58":361,"key_b21":"John","val_n68":{"col_z52":"heterozygous","val_k18":"white","val_k31":"high","dim_g66":"https://data.org/data","col_q54":383.21}}
TASK repair_structured_output SPEC FIELD description TYPE number REQUIRED no FIELD organism TYPE string REQUIRED yes FIELD values TYPE integer REQUIRED no BROKEN_OUTPUT {"description": 870.63, "organism": "Diana", "values": "\"46\""}
{"description":870.63,"organism":"Diana","values":46}
wrong_type
{ "type": "object", "properties": { "description": { "type": "number" }, "organism": { "type": "string" }, "values": { "type": "integer" } }, "required": [ "organism" ] }
{"description": 870.63, "organism": "Diana", "values": "\"46\""}
Field 'values' must be integer, got string
{"description":870.63,"organism":"Diana","values":46}
TASK repair_structured_output SPEC FIELD key_s27 TYPE null REQUIRED no FIELD key_v90.dim_i73 TYPE string REQUIRED no FIELD key_v90.dim_r25 TYPE number REQUIRED no FIELD key_v90.param_q93 TYPE number REQUIRED yes FIELD key_v90.col_p37[].val_t64 TYPE boolean REQUIRED yes FIELD key_v90.col_p37[].field_f16 TYPE string REQ...
{"key_s27":null,"key_v90":{"dim_i73":"2024-06-30","param_q93":849.74,"col_p37":[{"val_t64":true,"field_f16":"world","val_n95":"cat_b","val_n60":"2025-09-28T12:27:00Z","dim_c39":null}]},"param_v83":"mode_d","dim_b07":348}
number_with_unit
{ "type": "object", "properties": { "key_s27": { "type": "null" }, "key_v90": { "type": "object", "properties": { "dim_i73": { "type": "string" }, "dim_r25": { "type": "number" }, "param_q93": { "type": "number" ...
{"key_s27": null, "key_v90": {"dim_i73": "2024-06-30", "param_q93": 849.74, "col_p37": [{"val_t64": true, "field_f16": "world", "val_n95": "cat_b", "val_n60": "2025-09-28T12:27:00Z", "dim_c39": null}]}, "param_v83": "mode_d", "dim_b07": "348px"}
Field 'dim_b07' must be number, got string with unit
{"key_s27":null,"key_v90":{"dim_i73":"2024-06-30","param_q93":849.74,"col_p37":[{"val_t64":true,"field_f16":"world","val_n95":"cat_b","val_n60":"2025-09-28T12:27:00Z","dim_c39":null}]},"param_v83":"mode_d","dim_b07":348}
TASK repair_structured_output SPEC FIELD step TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD commit_hash TYPE string REQUIRED no FIELD weight.score TYPE string REQUIRED no FIELD weight.dosage TYPE string_email REQUIRED no FIELD weight.coverage TYPE boolean REQUIRED yes FIELD weight.annotation TYPE string R...
{"step":"phone","commit_hash":"Tokyo","weight":{"score":"Smith","coverage":true,"annotation":"Diana","throttle_pos":"coastal","size":{"created_at":213,"lane":768}},"state":491.27}
unquoted_keys
{ "type": "object", "properties": { "step": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "commit_hash": { "type": "string" }, "weight": { "type": "object", "properties": { "score": { "type...
{step:"phone",commit_hash:"Tokyo",weight:{score:"Smith",coverage:true,annotation:"Diana",throttle_pos:"coastal",size:{created_at:213,lane:768}},state:491.27}
Expecting property name enclosed in double quotes
{"step":"phone","commit_hash":"Tokyo","weight":{"score":"Smith","coverage":true,"annotation":"Diana","throttle_pos":"coastal","size":{"created_at":213,"lane":768}},"state":491.27}
TASK repair_structured_output SPEC FIELD prop_m69 TYPE integer REQUIRED yes FIELD col_d44 TYPE string_uri REQUIRED yes FIELD field_d62 TYPE string REQUIRED no FIELD param_m51 TYPE integer REQUIRED no FIELD prop_w72[] TYPE string_email REQUIRED no BROKEN_OUTPUT ```json {"prop_m69":838,"col_d44":"https://www.org/data",...
{"prop_m69":838,"col_d44":"https://www.org/data","field_d62":"pending","param_m51":791,"prop_w72":["user@test.io","info@test.io","user@domain.org","test@example.com"]}
markdown_fences
{ "type": "object", "properties": { "prop_m69": { "type": "integer" }, "col_d44": { "type": "string", "format": "uri" }, "field_d62": { "type": "string" }, "param_m51": { "type": "integer" }, "prop_w72": { "type": "array", "items": { ...
```json {"prop_m69":838,"col_d44":"https://www.org/data","field_d62":"pending","param_m51":791,"prop_w72":["user@test.io","info@test.io","user@domain.org","test@example.com"]} ```
Output contains markdown code fences
{"prop_m69":838,"col_d44":"https://www.org/data","field_d62":"pending","param_m51":791,"prop_w72":["user@test.io","info@test.io","user@domain.org","test@example.com"]}
TASK repair_structured_output SPEC FIELD attr_r40 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD param_z63 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD col_j31 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD key_g72 TYPE string_date-time REQUIRED no FIELD p...
{"param_z63":"viewer","col_j31":"coastal","key_g72":"2023-06-04T12:24:00Z","prop_v43":null,"prop_v29":"2024-07-07T15:58:00Z","prop_h29":"info"}
null_required
{ "type": "object", "properties": { "attr_r40": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "param_z63": { "type": "string", "enum": [ "admin", "editor", "viewer" ] ...
{"param_z63": "viewer", "col_j31": "coastal", "key_g72": "2023-06-04T12:24:00Z", "prop_v43": null, "prop_v29": "2024-07-07T15:58:00Z", "prop_h29": null}
Required field 'prop_h29' is null
{"param_z63":"viewer","col_j31":"coastal","key_g72":"2023-06-04T12:24:00Z","prop_v43":null,"prop_v29":"2024-07-07T15:58:00Z","prop_h29":"info"}
TASK repair_structured_output SPEC FIELD field_j60 TYPE string REQUIRED no FIELD col_j77.dim_c00 TYPE boolean REQUIRED no FIELD col_j77.val_j16.key_y27 TYPE string REQUIRED yes FIELD col_j77.val_j16.field_n89 TYPE null REQUIRED yes FIELD col_j77.val_j16.attr_k92 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD...
{"field_j60":"user@domain.com","col_j77":{"val_j16":{"key_y27":"sample","field_n89":null,"attr_k92":"JPY","attr_e36":982.86},"prop_a25":"2024-01-15","dim_f09":"type_a","prop_w81":"Luis","attr_h79":"sample","dim_m46":{"val_m04":"mode_c","field_d15":"QC-07","prop_v11":"https://api.example.com/v1","field_l94":567.98,"col_...
tool_call_wrong_param
{ "type": "object", "properties": { "field_j60": { "type": "string" }, "col_j77": { "type": "object", "properties": { "dim_c00": { "type": "boolean" }, "val_j16": { "type": "object", "properties": { "key_y27": { ...
Tool: create_order Params: {"col_j77": {"val_j16": {"key_y27": "sample", "field_n89": null, "attr_k92": "JPY", "attr_e36": 982.86}, "prop_a25": "2024-01-15", "dim_f09": "type_a", "prop_w81": "Luis", "attr_h79": "sample", "dim_m46": {"val_m04": "mode_c", "field_d15": "QC-07", "prop_v11": "https://api.example.com/v1", "f...
Agent used wrong parameter name 'field_j60_new' instead of 'field_j60'
{"field_j60":"user@domain.com","col_j77":{"val_j16":{"key_y27":"sample","field_n89":null,"attr_k92":"JPY","attr_e36":982.86},"prop_a25":"2024-01-15","dim_f09":"type_a","prop_w81":"Luis","attr_h79":"sample","dim_m46":{"val_m04":"mode_c","field_d15":"QC-07","prop_v11":"https://api.example.com/v1","field_l94":567.98,"col_...
TASK repair_structured_output SPEC FIELD param_y22.attr_e24 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD param_y22.param_x55 TYPE integer REQUIRED no FIELD param_y22.col_f28 TYPE string_uri REQUIRED yes FIELD param_y22.key_d61 TYPE string REQUIRED no FIELD param_y22.val_i43 TYPE boolean REQUI...
{"param_y22":{"attr_e24":"returned","col_f28":"https://www.com/data","val_i43":false},"dim_n76":815,"prop_q27":"Jane","dim_q23":462,"field_y99":316,"val_w10":455.93,"col_t42":"2023-12-25"}
markdown_fences
{ "type": "object", "properties": { "param_y22": { "type": "object", "properties": { "attr_e24": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "param_x55": { ...
```json {"param_y22":{"attr_e24":"returned","col_f28":"https://www.com/data","val_i43":false},"dim_n76":815,"prop_q27":"Jane","dim_q23":462,"field_y99":316,"val_w10":455.93,"col_t42":"2023-12-25"} ```
Output contains markdown code fences
{"param_y22":{"attr_e24":"returned","col_f28":"https://www.com/data","val_i43":false},"dim_n76":815,"prop_q27":"Jane","dim_q23":462,"field_y99":316,"val_w10":455.93,"col_t42":"2023-12-25"}
TASK repair_structured_output SPEC FIELD param_h66 TYPE string_uri REQUIRED no FIELD field_d37 TYPE boolean REQUIRED no FIELD field_b32 TYPE string REQUIRED no FIELD field_h49 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD param_s50 TYPE integer REQUIRED no FIELD prop_d61 TYPE number REQUIRED no FIELD...
{"param_h66":"https://www.io/api","field_b32":"GRCh38","field_h49":"basic","prop_d61":540.65}
missing_brace
{ "type": "object", "properties": { "param_h66": { "type": "string", "format": "uri" }, "field_d37": { "type": "boolean" }, "field_b32": { "type": "string" }, "field_h49": { "type": "string", "enum": [ "free", "basic", "pro", ...
"param_h66":"https://www.io/api","field_b32":"GRCh38","field_h49":"basic","prop_d61":540.65}
Missing closing brace
{"param_h66":"https://www.io/api","field_b32":"GRCh38","field_h49":"basic","prop_d61":540.65}
TASK repair_structured_output SPEC FIELD diagnosis_code TYPE string_email REQUIRED no FIELD velocity TYPE string REQUIRED yes FIELD consignee TYPE string REQUIRED no FIELD collateral TYPE string REQUIRED yes BROKEN_OUTPUT <functioncall> check_cargo_manifest {diagnosis_code: "test@test.io", velocity: "qux", consignee:...
{"diagnosis_code":"test@test.io","velocity":"qux","consignee":"sample","collateral":"RTG-04"}
tool_call_bad_format
{ "type": "object", "properties": { "diagnosis_code": { "type": "string", "format": "email" }, "velocity": { "type": "string" }, "consignee": { "type": "string" }, "collateral": { "type": "string" } }, "required": [ "collateral", "velocity" ...
<functioncall> check_cargo_manifest {diagnosis_code: "test@test.io", velocity: "qux", consignee: "sample", collateral: "RTG-04"}
Tool call has malformed arguments — unquoted keys in function parameters
{"diagnosis_code":"test@test.io","velocity":"qux","consignee":"sample","collateral":"RTG-04"}
TASK repair_structured_output SPEC FIELD param_z05 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes FIELD dim_v88 TYPE string REQUIRED no FIELD attr_t33 TYPE integer REQUIRED no BROKEN_OUTPUT {"param_z05":"level_2","dim_v88":"New York"
{"param_z05":"level_2","dim_v88":"New York"}
missing_brace
{ "type": "object", "properties": { "param_z05": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ] }, "dim_v88": { "type": "string" }, "attr_t33": { "type": "integer" } }, "required": [ "param_z05"...
{"param_z05":"level_2","dim_v88":"New York"
Missing closing brace
{"param_z05":"level_2","dim_v88":"New York"}
TASK repair_structured_output SPEC FIELD quality_score TYPE integer REQUIRED no FIELD shift_code TYPE integer REQUIRED yes FIELD vital_sign TYPE string REQUIRED no FIELD phone TYPE string REQUIRED yes BROKEN_OUTPUT {"quality_score":293,"shift_code":327,"phone":"2024-06-30",}
{"quality_score":293,"shift_code":327,"phone":"2024-06-30"}
trailing_comma
{ "type": "object", "properties": { "quality_score": { "type": "integer" }, "shift_code": { "type": "integer" }, "vital_sign": { "type": "string" }, "phone": { "type": "string" } }, "required": [ "shift_code", "phone" ] }
{"quality_score":293,"shift_code":327,"phone":"2024-06-30",}
Unexpected trailing comma
{"quality_score":293,"shift_code":327,"phone":"2024-06-30"}
TASK repair_structured_output SPEC FIELD param_z11.param_u10 TYPE number REQUIRED yes FIELD param_z11.val_u81 TYPE boolean REQUIRED no FIELD param_z11.dim_s89.prop_p47 TYPE number REQUIRED no FIELD param_z11.dim_s89.field_m68 TYPE string REQUIRED no FIELD param_z11.dim_s89.prop_x11 TYPE integer REQUIRED no FIELD param...
{"attr_q08":"2024-01-15","attr_i14":881,"key_x14":"critical","field_o55":true,"col_t92":186}
wrong_type
{ "type": "object", "properties": { "param_z11": { "type": "object", "properties": { "param_u10": { "type": "number" }, "val_u81": { "type": "boolean" }, "dim_s89": { "type": "object", "properties": { "prop_p...
{"attr_q08": "2024-01-15", "attr_i14": 881, "key_x14": "critical", "field_o55": "\"yes\"", "col_t92": 186}
Field 'field_o55' must be boolean, got string
{"attr_q08":"2024-01-15","attr_i14":881,"key_x14":"critical","field_o55":true,"col_t92":186}
TASK repair_structured_output SPEC FIELD field_w95 TYPE string REQUIRED yes FIELD prop_x58.prop_h86.col_m52 TYPE boolean REQUIRED no FIELD prop_x58.prop_h86.prop_f75 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD prop_x58.prop_h86.key_e49 TYPE string_uri REQUIRED no FIELD prop_x58.prop_h86.key_m19 TYPE bool...
{"field_w95":"cancelled","prop_x58":{"prop_h86":{"prop_f75":"mode_b","key_e49":"https://www.com/v1","key_m19":false},"col_n79":"cat_b","param_y01":"2024-06-30","param_a81":426,"prop_f29":false},"val_l49":383,"key_r55":"inactive","prop_a30":771.0,"dim_c83":"divorced","col_b19":"chr1","dim_f28":"mode_c"}
tool_call_python_syntax
{ "type": "object", "properties": { "field_w95": { "type": "string" }, "prop_x58": { "type": "object", "properties": { "prop_h86": { "type": "object", "properties": { "col_m52": { "type": "boolean" }, "prop_f...
process_payment(field_w95='cancelled', prop_x58={'prop_h86': {'prop_f75': 'mode_b', 'key_e49': 'https://www.com/v1', 'key_m19': False}, 'col_n79': 'cat_b', 'param_y01': '2024-06-30', 'param_a81': 426, 'prop_f29': False}, val_l49=383, key_r55='inactive', prop_a30=771.0, dim_c83='divorced', col_b19='chr1', dim_f28='mode_...
Tool call uses Python syntax instead of JSON
{"field_w95":"cancelled","prop_x58":{"prop_h86":{"prop_f75":"mode_b","key_e49":"https://www.com/v1","key_m19":false},"col_n79":"cat_b","param_y01":"2024-06-30","param_a81":426,"prop_f29":false},"val_l49":383,"key_r55":"inactive","prop_a30":771.0,"dim_c83":"divorced","col_b19":"chr1","dim_f28":"mode_c"}
TASK repair_structured_output SPEC FIELD timezone TYPE string REQUIRED no FIELD city TYPE boolean REQUIRED no FIELD due_date TYPE number REQUIRED no FIELD ph_level[].annotation TYPE string VALUES single|married|divorced REQUIRED yes FIELD ph_level[].username TYPE string_date-time REQUIRED no FIELD ph_level[].port_code...
{"timezone":"PASS","city":false,"due_date":882.19,"ph_level":[{"annotation":"married","username":"2023-03-28T09:42:00Z","port_code":"pending","interest_rate":false,"current_draw":"operational","image_url":"London"},{"annotation":"divorced","username":"2024-02-27T07:26:00Z","port_code":"Jane","current_draw":"offline","b...
tool_call_partial_args
{ "type": "object", "properties": { "timezone": { "type": "string" }, "city": { "type": "boolean" }, "due_date": { "type": "number" }, "ph_level": { "type": "array", "items": { "type": "object", "properties": { "annotation": { ...
Let me check the system. Action: assign_berth Arguments: {"timezone": "PASS", "city": false, "due_date": 882.19}
Agent tool call missing required parameter 'ph_level'
{"timezone":"PASS","city":false,"due_date":882.19,"ph_level":[{"annotation":"married","username":"2023-03-28T09:42:00Z","port_code":"pending","interest_rate":false,"current_draw":"operational","image_url":"London"},{"annotation":"divorced","username":"2024-02-27T07:26:00Z","port_code":"Jane","current_draw":"offline","b...
TASK repair_structured_output SPEC FIELD key_r56 TYPE string REQUIRED yes FIELD col_b79 TYPE integer REQUIRED no FIELD param_f07 TYPE null REQUIRED yes BROKEN_OUTPUT {"key_r56": null, "col_b79": 126, "param_f07": null}
{"key_r56":"sample","col_b79":126,"param_f07":null}
null_required
{ "type": "object", "properties": { "key_r56": { "type": "string" }, "col_b79": { "type": "integer" }, "param_f07": { "type": "null" } }, "required": [ "key_r56", "param_f07" ] }
{"key_r56": null, "col_b79": 126, "param_f07": null}
Required field 'key_r56' is null
{"key_r56":"sample","col_b79":126,"param_f07":null}
TASK repair_structured_output SPEC FIELD website TYPE string REQUIRED no FIELD tile TYPE boolean REQUIRED no FIELD torque_output TYPE string REQUIRED no FIELD ph_level[] TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes BROKEN_OUTPUT I need to look up the information first. <tool_call name="create_ticket"> {"websit...
{"website":"Charlie","tile":false,"torque_output":"QC-07","ph_level":["BRL","JPY","GBP"]}
tool_call_text_mix
{ "type": "object", "properties": { "website": { "type": "string" }, "tile": { "type": "boolean" }, "torque_output": { "type": "string" }, "ph_level": { "type": "array", "items": { "type": "string", "enum": [ "USD", "EUR",...
I need to look up the information first. <tool_call name="create_ticket"> {"website":"Charlie","tile":false,"torque_output":"QC-07","ph_level":["BRL","JPY","GBP"]} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"website":"Charlie","tile":false,"torque_output":"QC-07","ph_level":["BRL","JPY","GBP"]}
TASK repair_structured_output SPEC FIELD weight.vessel_name TYPE string REQUIRED no FIELD weight.product_id TYPE integer REQUIRED yes FIELD weight.amplitude.created_at TYPE integer REQUIRED no FIELD weight.amplitude.url TYPE string REQUIRED no FIELD weight.amplitude.currency TYPE string REQUIRED no FIELD weight.amplit...
{"weight":{"product_id":200,"amplitude":{"currency":"London","age":"coastal","nickname":990.05,"half_life":"test@example.com"}},"humidity_pct":"https://api.com/data","latitude":"2021-08-04T13:13:00Z","trace_id":"https://api.com/v1","user_id":null,"diagnosis_code":"mode_e"}
extra_text_before
{ "type": "object", "properties": { "weight": { "type": "object", "properties": { "vessel_name": { "type": "string" }, "product_id": { "type": "integer" }, "amplitude": { "type": "object", "properties": { "cr...
The output is as follows: {"weight":{"product_id":200,"amplitude":{"currency":"London","age":"coastal","nickname":990.05,"half_life":"test@example.com"}},"humidity_pct":"https://api.com/data","latitude":"2021-08-04T13:13:00Z","trace_id":"https://api.com/v1","user_id":null,"diagnosis_code":"mode_e"}
Output contains non-JSON text before the object
{"weight":{"product_id":200,"amplitude":{"currency":"London","age":"coastal","nickname":990.05,"half_life":"test@example.com"}},"humidity_pct":"https://api.com/data","latitude":"2021-08-04T13:13:00Z","trace_id":"https://api.com/v1","user_id":null,"diagnosis_code":"mode_e"}
TASK repair_structured_output SPEC FIELD dim_a76 TYPE string VALUES draft|published|archived REQUIRED no FIELD dim_p15 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD val_i70 TYPE integer REQUIRED no FIELD val_j73 TYPE string REQUIRED no FIELD param_y90 TYPE string_date-time REQUIRED yes FIELD para...
{"dim_a76":"draft","dim_p15":"reliable","val_i70":889,"param_y90":"2022-08-25T00:14:00Z","param_h70":"QC-07","prop_w97":"nonsense"}
markdown_fences
{ "type": "object", "properties": { "dim_a76": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "dim_p15": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "val_i70": {...
```json {"dim_a76":"draft","dim_p15":"reliable","val_i70":889,"param_y90":"2022-08-25T00:14:00Z","param_h70":"QC-07","prop_w97":"nonsense"} ```
Output contains markdown code fences
{"dim_a76":"draft","dim_p15":"reliable","val_i70":889,"param_y90":"2022-08-25T00:14:00Z","param_h70":"QC-07","prop_w97":"nonsense"}
TASK repair_structured_output SPEC FIELD status_code TYPE string REQUIRED no FIELD ph_level TYPE string VALUES small|medium|large|xl REQUIRED no FIELD yield_pct TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD credit_score TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD catalyst TYPE nu...
{"status_code":"foo","ph_level":"large","yield_pct":"new","credit_score":"EUR","date":707.3}
wrong_type
{ "type": "object", "properties": { "status_code": { "type": "string" }, "ph_level": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "yield_pct": { "type": "string", "enum": [ "new", "in_trans...
{"status_code": "foo", "ph_level": "large", "yield_pct": "new", "credit_score": "EUR", "date": "\"707.3\""}
Field 'date' must be number, got string
{"status_code":"foo","ph_level":"large","yield_pct":"new","credit_score":"EUR","date":707.3}
TASK repair_structured_output SPEC FIELD vessel_name TYPE string VALUES success|error|warning|info REQUIRED no FIELD berth_slot TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD procedure_code TYPE string REQUIRED yes FIELD batch_code TYPE null REQUIRED yes FIELD salinity TYPE null REQUIRED no FIELD description...
{"berth_slot":"GBP","procedure_code":"chrX","batch_code":null,"salinity":null}
agent_chain
{ "type": "object", "properties": { "vessel_name": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "berth_slot": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ...
Let me check the system. Action: create_ticket Result: {"berth_slot": "GBP", "procedure_code": "chrX", "batch_code": null} I'll query our database. Action: get_inventory Result:
Agent multi-step chain with truncated tool output
{"berth_slot":"GBP","procedure_code":"chrX","batch_code":null,"salinity":null}
TASK repair_structured_output SPEC FIELD length TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD wavelength TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD timezone TYPE string REQUIRED no FIELD username TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD quality_...
{"length":"inland","wavelength":"nonsense","timezone":"2023-12-25","username":"push"}
null_required
{ "type": "object", "properties": { "length": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "wavelength": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frame...
{"length": null, "wavelength": "nonsense", "timezone": "2023-12-25", "username": "push"}
Required field 'length' is null
{"length":"inland","wavelength":"nonsense","timezone":"2023-12-25","username":"push"}
TASK repair_structured_output SPEC FIELD dim_d03 TYPE string REQUIRED no FIELD param_r44 TYPE string_date-time REQUIRED no FIELD attr_w67 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD prop_o37[] TYPE string_uri REQUIRED yes FIELD key_c66[].val_n47 TYPE boolean REQUIRED yes FIELD key_c66...
{"dim_d03":"chr1","param_r44":"2025-05-12T17:43:00Z","attr_w67":"synonymous","prop_o37":["https://data.io/data"],"key_c66":[{"val_n47":false,"col_n63":"bar","col_g85":"2025-01-13T20:53:00Z","attr_s91":"heterozygous","key_b24":"foo"}]}
date_format_error
{ "type": "object", "properties": { "dim_d03": { "type": "string" }, "param_r44": { "type": "string", "format": "date-time" }, "attr_w67": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] },...
{"dim_d03": "chr1", "param_r44": "2024/06/15 14:30:00", "attr_w67": "synonymous", "prop_o37": ["https://data.io/data"], "key_c66": [{"val_n47": false, "col_n63": "bar", "col_g85": "2025-01-13T20:53:00Z", "attr_s91": "heterozygous", "key_b24": "foo"}]}
Field 'param_r44' has invalid date format
{"dim_d03":"chr1","param_r44":"2025-05-12T17:43:00Z","attr_w67":"synonymous","prop_o37":["https://data.io/data"],"key_c66":[{"val_n47":false,"col_n63":"bar","col_g85":"2025-01-13T20:53:00Z","attr_s91":"heterozygous","key_b24":"foo"}]}
TASK repair_structured_output SPEC FIELD key_v02 TYPE boolean REQUIRED no FIELD val_t76 TYPE integer REQUIRED no FIELD dim_y67 TYPE string REQUIRED yes FIELD val_h40 TYPE integer REQUIRED no FIELD field_h57 TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD prop_r92 TYPE string REQUIRED yes FIELD val_d55 TYPE number RE...
{"dim_y67":"Johnson","val_h40":295,"field_h57":"cat_a","prop_r92":"2024-01-15","val_d55":241.84,"val_u42":159.18}
truncated_array
{ "type": "object", "properties": { "key_v02": { "type": "boolean" }, "val_t76": { "type": "integer" }, "dim_y67": { "type": "string" }, "val_h40": { "type": "integer" }, "field_h57": { "type": "string", "enum": [ "cat_a", "cat_...
{"dim_y67":"Johnson","val_h40":295,"field_h57":"cat_a","prop_r92":"2024-01-15","val_d55":241.84,"val_u42":159.18
Unexpected end of JSON input — truncated object
{"dim_y67":"Johnson","val_h40":295,"field_h57":"cat_a","prop_r92":"2024-01-15","val_d55":241.84,"val_u42":159.18}
TASK repair_structured_output SPEC FIELD prop_q38 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD attr_l02 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD field_e72 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD attr_v4...
{"prop_q38":"mode_c","field_e72":"option_e","prop_e96":227,"field_v31":"example","key_o34":null,"col_l25":847.67}
extra_field
{ "type": "object", "properties": { "prop_q38": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", "mode_f" ] }, "attr_l02": { "type": "string", "enum": [ "option_a", "option_b", ...
{"prop_q38": "mode_c", "field_e72": "option_e", "prop_e96": 227, "field_v31": "example", "key_o34": null, "col_l25": 847.67, "extra_value_3999": "unexpected"}
Unknown field 'extra_value_3999' not defined in schema
{"prop_q38":"mode_c","field_e72":"option_e","prop_e96":227,"field_v31":"example","key_o34":null,"col_l25":847.67}
TASK repair_structured_output SPEC FIELD param_h84 TYPE string_uri REQUIRED yes FIELD val_p67 TYPE string REQUIRED yes FIELD key_w31 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD attr_g63.val_s71.prop_j02 TYPE string_email REQUIRED no FIELD attr_g63.val_s71.prop_d97 TYPE null REQUIRED yes FIELD attr_g63.va...
{"param_h84":"https://example.io/data","val_p67":"MV-Evergreen-01","key_w31":"editor","attr_g63":{"val_s71":{"prop_j02":"admin@example.com","prop_d97":null,"param_x57":null},"key_w44":"enterprise","col_g29":109,"key_l43":"London"},"field_p55":"https://api.io/v1"}
markdown_fences
{ "type": "object", "properties": { "param_h84": { "type": "string", "format": "uri" }, "val_p67": { "type": "string" }, "key_w31": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "attr_g63": { "type": "obje...
```json {"param_h84":"https://example.io/data","val_p67":"MV-Evergreen-01","key_w31":"editor","attr_g63":{"val_s71":{"prop_j02":"admin@example.com","prop_d97":null,"param_x57":null},"key_w44":"enterprise","col_g29":109,"key_l43":"London"},"field_p55":"https://api.io/v1"} ```
Output contains markdown code fences
{"param_h84":"https://example.io/data","val_p67":"MV-Evergreen-01","key_w31":"editor","attr_g63":{"val_s71":{"prop_j02":"admin@example.com","prop_d97":null,"param_x57":null},"key_w44":"enterprise","col_g29":109,"key_l43":"London"},"field_p55":"https://api.io/v1"}
TASK repair_structured_output SPEC FIELD val_i28 TYPE string REQUIRED no FIELD field_z81 TYPE string_email REQUIRED no FIELD param_i78 TYPE string REQUIRED yes BROKEN_OUTPUT I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {"param_i78":"test"}
{"param_i78":"test"}
thought_process
{ "type": "object", "properties": { "val_i28": { "type": "string" }, "field_z81": { "type": "string", "format": "email" }, "param_i78": { "type": "string" } }, "required": [ "param_i78" ] }
I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {"param_i78":"test"}
Output contains chain-of-thought reasoning before JSON
{"param_i78":"test"}
TASK repair_structured_output SPEC FIELD website TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD cargo_type TYPE boolean REQUIRED yes FIELD weight TYPE string REQUIRED no FIELD bearing TYPE string VALUES option_a|option_b|option_c REQUIRED yes FIELD age TYPE string VALUES berthed|anchored|underway|moo...
{"website":"type_c","cargo_type":false,"bearing":"option_b","age":"anchored"}
markdown_explanation
{ "type": "object", "properties": { "website": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "cargo_type": { "type": "boolean" }, "weight": { "type": "string" }, "bearing": { "type": "string",...
Sure, here's the result: ```json {"website":"type_c","cargo_type":false,"bearing":"option_b","age":"anchored"} ``` Feel free to ask if you have questions.
Output contains markdown and explanatory text around JSON
{"website":"type_c","cargo_type":false,"bearing":"option_b","age":"anchored"}
TASK repair_structured_output SPEC FIELD message.size TYPE null REQUIRED yes FIELD message.version TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD message.department TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD message.payment_status TYPE integer REQUIRED no FIELD conductivity TY...
{"message":{"size":null,"version":"cat_a","department":"basic"},"conductivity":"Paris","feedback":495,"strand":"option_b"}
missing_brace
{ "type": "object", "properties": { "message": { "type": "object", "properties": { "size": { "type": "null" }, "version": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", ...
{"message":{"size":null,"version":"cat_a","department":"basic","conductivity":"Paris","feedback":495,"strand":"option_b"}
Missing closing brace
{"message":{"size":null,"version":"cat_a","department":"basic"},"conductivity":"Paris","feedback":495,"strand":"option_b"}
TASK repair_structured_output SPEC FIELD trace_id TYPE null REQUIRED yes FIELD feedback TYPE string REQUIRED yes FIELD humidity_pct TYPE number REQUIRED yes BROKEN_OUTPUT Let me check the system. <tool_call name="validate_sample"> {"trace_id":null,"feedback":"Berlin","humidity_pct":752.2} </tool_call. Operation compl...
{"trace_id":null,"feedback":"Berlin","humidity_pct":752.2}
tool_call_text_mix
{ "type": "object", "properties": { "trace_id": { "type": "null" }, "feedback": { "type": "string" }, "humidity_pct": { "type": "number" } }, "required": [ "feedback", "humidity_pct", "trace_id" ] }
Let me check the system. <tool_call name="validate_sample"> {"trace_id":null,"feedback":"Berlin","humidity_pct":752.2} </tool_call. Operation completed.
Agent response mixes reasoning text with tool call
{"trace_id":null,"feedback":"Berlin","humidity_pct":752.2}
TASK repair_structured_output SPEC FIELD col_h54.val_t93 TYPE string REQUIRED no FIELD col_h54.attr_j83 TYPE number REQUIRED no FIELD col_h54.prop_y25 TYPE integer REQUIRED yes FIELD param_i67 TYPE integer REQUIRED no FIELD attr_p95 TYPE string_email REQUIRED yes FIELD val_m19 TYPE string VALUES cat_a|cat_b|cat_c|cat_...
{"col_h54":{"val_t93":"approved","attr_j83":954.34,"prop_y25":43},"attr_p95":"admin@domain.org","val_m19":"cat_e","prop_b82":817}
invalid_enum
{ "type": "object", "properties": { "col_h54": { "type": "object", "properties": { "val_t93": { "type": "string" }, "attr_j83": { "type": "number" }, "prop_y25": { "type": "integer" } }, "required": [ "...
{"col_h54": {"val_t93": "approved", "attr_j83": 954.34, "prop_y25": 43}, "attr_p95": "admin@domain.org", "val_m19": "invalid_choice_490", "prop_b82": 817}
Field 'val_m19' has invalid enum value 'invalid_choice_490', expected one of ['cat_a', 'cat_b', 'cat_c', 'cat_d', 'cat_e', 'cat_f']
{"col_h54":{"val_t93":"approved","attr_j83":954.34,"prop_y25":43},"attr_p95":"admin@domain.org","val_m19":"cat_e","prop_b82":817}
TASK repair_structured_output SPEC FIELD prop_m52 TYPE number REQUIRED no FIELD prop_d02.field_d54 TYPE string REQUIRED no FIELD prop_d02.dim_y30 TYPE integer REQUIRED yes FIELD prop_d02.dim_z25 TYPE string_uri REQUIRED no FIELD prop_d02.attr_q78 TYPE string_date-time REQUIRED no FIELD prop_d02.key_n20 TYPE string REQ...
{"prop_m52":760.99,"prop_d02":{"field_d54":"completed","dim_y30":791,"dim_z25":"https://api.org/data","attr_q78":"2026-06-07T02:57:00Z","key_n20":"John","prop_t41":"example"},"val_g65":"ops@example.com","prop_g85":{"col_o45":"2023-12-25","param_a86":"2024-01-15"},"dim_a55":true}
extra_text_after
{ "type": "object", "properties": { "prop_m52": { "type": "number" }, "prop_d02": { "type": "object", "properties": { "field_d54": { "type": "string" }, "dim_y30": { "type": "integer" }, "dim_z25": { "type": "string"...
{"prop_m52":760.99,"prop_d02":{"field_d54":"completed","dim_y30":791,"dim_z25":"https://api.org/data","attr_q78":"2026-06-07T02:57:00Z","key_n20":"John","prop_t41":"example"},"val_g65":"ops@example.com","prop_g85":{"col_o45":"2023-12-25","param_a86":"2024-01-15"},"dim_a55":true} Let me know if you need anything else!
Output contains non-JSON text after the object
{"prop_m52":760.99,"prop_d02":{"field_d54":"completed","dim_y30":791,"dim_z25":"https://api.org/data","attr_q78":"2026-06-07T02:57:00Z","key_n20":"John","prop_t41":"example"},"val_g65":"ops@example.com","prop_g85":{"col_o45":"2023-12-25","param_a86":"2024-01-15"},"dim_a55":true}
TASK repair_structured_output SPEC FIELD reagent.bearing TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD reagent.crew_id TYPE string_uri REQUIRED no FIELD reagent.role TYPE number REQUIRED yes FIELD reagent.priority TYPE integer REQUIRED no FIELD reagent.strand TYPE integer REQUIRED no...
{"reagent":{"crew_id":"https://data.com/api","role":102.19,"priority":766,"strand":675,"decay_rate":"medium"},"zip_code":347,"log_level":{"message":"mode_b","velocity":"option_b","wavelength":802,"lab_result":"mode_c","crew_id":422.93,"collateral":"success","longitude":"admin@test.io"},"amount":false,"image_url":true,"...
single_quotes
{ "type": "object", "properties": { "reagent": { "type": "object", "properties": { "bearing": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "crew_id": { ...
{'reagent':{'crew_id':'https://data.com/api','role':102.19,'priority':766,'strand':675,'decay_rate':'medium'},'zip_code':347,'log_level':{'message':'mode_b','velocity':'option_b','wavelength':802,'lab_result':'mode_c','crew_id':422.93,'collateral':'success','longitude':'admin@test.io'},'amount':false,'image_url':true,'...
Expecting property name enclosed in double quotes
{"reagent":{"crew_id":"https://data.com/api","role":102.19,"priority":766,"strand":675,"decay_rate":"medium"},"zip_code":347,"log_level":{"message":"mode_b","velocity":"option_b","wavelength":802,"lab_result":"mode_c","crew_id":422.93,"collateral":"success","longitude":"admin@test.io"},"amount":false,"image_url":true,"...
TASK repair_structured_output SPEC FIELD size TYPE string REQUIRED no FIELD yield_pct TYPE string_date-time REQUIRED no FIELD throttle_pos[] TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD width[] TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes BROKEN_OUTPUT {"size":"2024-06-30","th...
{"size":"2024-06-30","throttle_pos":["coastal"],"width":["level_2","level_4","level_4","level_2"]}
trailing_comma
{ "type": "object", "properties": { "size": { "type": "string" }, "yield_pct": { "type": "string", "format": "date-time" }, "throttle_pos": { "type": "array", "items": { "type": "string", "enum": [ "coastal", "oceanic", ...
{"size":"2024-06-30","throttle_pos":["coastal",],"width":["level_2","level_4","level_4","level_2"]}
Unexpected trailing comma
{"size":"2024-06-30","throttle_pos":["coastal"],"width":["level_2","level_4","level_4","level_2"]}
TASK repair_structured_output SPEC FIELD procedure_code TYPE integer REQUIRED yes FIELD half_life TYPE number REQUIRED no FIELD quality_score TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD cargo_type TYPE integer REQUIRED no FIELD message.total.feedback TYPE string VALUES option_a|option_b REQUIRE...
{"procedure_code":559,"quality_score":"cat_a","cargo_type":169,"message":{"total":{"feedback":"option_b","color":"option_a","height":295,"description":598.02,"username":"option_e","price":null},"freight_class":706,"shipper_ref":"mode_b","status_code":"black"},"section":"2020-12-23T23:22:00Z"}
unquoted_keys
{ "type": "object", "properties": { "procedure_code": { "type": "integer" }, "half_life": { "type": "number" }, "quality_score": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "cargo_typ...
{procedure_code:559,quality_score:"cat_a",cargo_type:169,message:{total:{feedback:"option_b",color:"option_a",height:295,description:598.02,username:"option_e",price:null},freight_class:706,shipper_ref:"mode_b",status_code:"black"},section:"2020-12-23T23:22:00Z"}
Expecting property name enclosed in double quotes
{"procedure_code":559,"quality_score":"cat_a","cargo_type":169,"message":{"total":{"feedback":"option_b","color":"option_a","height":295,"description":598.02,"username":"option_e","price":null},"freight_class":706,"shipper_ref":"mode_b","status_code":"black"},"section":"2020-12-23T23:22:00Z"}
TASK repair_structured_output SPEC FIELD bearing TYPE integer REQUIRED yes FIELD balance TYPE null REQUIRED no FIELD address.manifest_ref TYPE boolean REQUIRED yes FIELD address.insurance_id TYPE string_email REQUIRED yes FIELD address.timezone.width TYPE integer REQUIRED no FIELD address.timezone.diagnosis_code TYPE ...
{"bearing":241,"balance":null,"address":{"manifest_ref":true,"insurance_id":"ops@example.com","timezone":{"width":260,"diagnosis_code":"https://api.example.com/v1","total":"rejected","cargo_type":234}},"yield_pct":{"decay_rate":"New York","role":613,"ward":{"build_status":"info@test.io","rating":true,"updated_at":14,"d...
tool_call_wrong_param
{ "type": "object", "properties": { "bearing": { "type": "integer" }, "balance": { "type": "null" }, "address": { "type": "object", "properties": { "manifest_ref": { "type": "boolean" }, "insurance_id": { "type": "string", ...
Tool: calculate_price Params: {"bearing": 241, "address": {"manifest_ref": true, "insurance_id": "ops@example.com", "timezone": {"width": 260, "diagnosis_code": "https://api.example.com/v1", "total": "rejected", "cargo_type": 234}}, "yield_pct": {"decay_rate": "New York", "role": 613, "ward": {"build_status": "info@tes...
Agent used wrong parameter name 'balance2' instead of 'balance'
{"bearing":241,"balance":null,"address":{"manifest_ref":true,"insurance_id":"ops@example.com","timezone":{"width":260,"diagnosis_code":"https://api.example.com/v1","total":"rejected","cargo_type":234}},"yield_pct":{"decay_rate":"New York","role":613,"ward":{"build_status":"info@test.io","rating":true,"updated_at":14,"d...
TASK repair_structured_output SPEC FIELD sensor_id TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes FIELD phenotype TYPE number REQUIRED yes FIELD bill_of_lading TYPE string REQUIRED no FIELD hazmat_code.nickname TYPE integer REQUIRED no FIELD hazmat_code.insurance_id TYPE boolean REQUIRED no ...
{"sensor_id":"mode_d","phenotype":508.24,"bill_of_lading":"Jane","hazmat_code":{"nickname":468,"amount":{"annotation":false,"label":false,"last_name":"cat_a","start_date":null},"start_date":false,"organism":449,"tax":195.27},"due_date":"https://data.com/v1"}
thought_process
{ "type": "object", "properties": { "sensor_id": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", "mode_f" ] }, "phenotype": { "type": "number" }, "bill_of_lading": { "type": "string" ...
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"sensor_id":"mode_d","phenotype":508.24,"bill_of_lading":"Jane","hazmat_code":{"nickname":468,"amount":{"annotation":false,"label":false,"last_name":"cat_a","start_date":null},"start_date":false,"organism":449,"tax":195.27},...
Output contains chain-of-thought reasoning before JSON
{"sensor_id":"mode_d","phenotype":508.24,"bill_of_lading":"Jane","hazmat_code":{"nickname":468,"amount":{"annotation":false,"label":false,"last_name":"cat_a","start_date":null},"start_date":false,"organism":449,"tax":195.27},"due_date":"https://data.com/v1"}
TASK repair_structured_output SPEC FIELD val_o22.col_r91 TYPE number REQUIRED no FIELD val_o22.col_h10 TYPE number REQUIRED no FIELD val_o22.prop_t77 TYPE integer REQUIRED yes FIELD val_o22.key_q20[] TYPE string_uri REQUIRED no FIELD col_l09 TYPE string REQUIRED yes FIELD field_m79.field_o51 TYPE string REQUIRED yes F...
{"val_o22":{"col_r91":450.46,"prop_t77":677,"key_q20":["https://example.io/api","https://example.org/v1"]},"col_l09":"REV","param_h09":"black","prop_f19":"delivered"}
single_quotes
{ "type": "object", "properties": { "val_o22": { "type": "object", "properties": { "col_r91": { "type": "number" }, "col_h10": { "type": "number" }, "prop_t77": { "type": "integer" }, "key_q20": { "type":...
{'val_o22':{'col_r91':450.46,'prop_t77':677,'key_q20':['https://example.io/api','https://example.org/v1']},'col_l09':'REV','param_h09':'black','prop_f19':'delivered'}
Expecting property name enclosed in double quotes
{"val_o22":{"col_r91":450.46,"prop_t77":677,"key_q20":["https://example.io/api","https://example.org/v1"]},"col_l09":"REV","param_h09":"black","prop_f19":"delivered"}
TASK repair_structured_output SPEC FIELD field_x40 TYPE string REQUIRED no FIELD val_q77 TYPE boolean REQUIRED yes FIELD field_v05 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no BROKEN_OUTPUT {"field_x40": "sample", "val_q77": null, "field_v05": "arctic"}
{"field_x40":"sample","val_q77":true,"field_v05":"arctic"}
null_required
{ "type": "object", "properties": { "field_x40": { "type": "string" }, "val_q77": { "type": "boolean" }, "field_v05": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] } }, "required": [ "val_q77" ...
{"field_x40": "sample", "val_q77": null, "field_v05": "arctic"}
Required field 'val_q77' is null
{"field_x40":"sample","val_q77":true,"field_v05":"arctic"}
TASK repair_structured_output SPEC FIELD latitude TYPE string VALUES success|error|warning|info REQUIRED yes FIELD zip_code TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD age TYPE string VALUES success|error|warning|info REQUIRED no FIELD decay_rate TYPE number REQUIRED no FIELD email TYPE number ...
{"latitude":"info","email":0.72,"interest_rate":"https://data.io/v1"}
null_required
{ "type": "object", "properties": { "latitude": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "zip_code": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, ...
{"latitude": null, "email": 0.72, "interest_rate": "https://data.io/v1"}
Required field 'latitude' is null
{"latitude":"info","email":0.72,"interest_rate":"https://data.io/v1"}
TASK repair_structured_output SPEC FIELD tile TYPE string REQUIRED no FIELD subject TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no FIELD chapter TYPE string REQUIRED yes FIELD deploy_target TYPE number REQUIRED yes FIELD log_level.tile TYPE number REQUIRED no FIELD log_level.decay_rate TYPE boolean REQUIRE...
{"tile":"bar","subject":"mode_b","chapter":"Silva","deploy_target":896.85,"log_level":{"log_level":"mode_a","bill_of_lading":712.83,"aligned_pct":"https://www.org/data","consignee":36},"state":460}
single_quotes
{ "type": "object", "properties": { "tile": { "type": "string" }, "subject": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] }, "chapter": { "type": "string" }, "deploy_target": { "type": "number" ...
{'tile':'bar','subject':'mode_b','chapter':'Silva','deploy_target':896.85,'log_level':{'log_level':'mode_a','bill_of_lading':712.83,'aligned_pct':'https://www.org/data','consignee':36},'state':460}
Expecting property name enclosed in double quotes
{"tile":"bar","subject":"mode_b","chapter":"Silva","deploy_target":896.85,"log_level":{"log_level":"mode_a","bill_of_lading":712.83,"aligned_pct":"https://www.org/data","consignee":36},"state":460}
TASK repair_structured_output SPEC FIELD items TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no FIELD features TYPE string VALUES option_a|option_b|option_c REQUIRED yes FIELD status_code TYPE string REQUIRED yes FIELD zip_code TYPE number REQUIRED no FIELD maturity_date TYPE boolean REQUIRED yes BRO...
{"features":"option_b","status_code":"Paris","zip_code":139.98,"maturity_date":true}
truncated_array
{ "type": "object", "properties": { "items": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e" ] }, "features": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ...
{"features":"option_b","status_code":"Paris","zip_code":139.98,"maturity_date":true
Unexpected end of JSON input — truncated object
{"features":"option_b","status_code":"Paris","zip_code":139.98,"maturity_date":true}
TASK repair_structured_output SPEC FIELD published TYPE integer REQUIRED no FIELD decay_rate TYPE number REQUIRED no FIELD altitude TYPE string REQUIRED no FIELD paragraph TYPE integer REQUIRED no FIELD size[].footnote TYPE integer REQUIRED no FIELD size[].payment_status TYPE number REQUIRED yes FIELD size[].wavelengt...
{"decay_rate":336.46,"altitude":"test@example.com","paragraph":646,"title":[{"invoice_id":"QC-07","visible":true,"end_date":627.04,"throttle_pos":true,"aligned_pct":"pending"},{"end_date":356.13,"level":"editor","throttle_pos":true,"repository":"active","aligned_pct":"cancelled","type":true}]}
extra_field
{ "type": "object", "properties": { "published": { "type": "integer" }, "decay_rate": { "type": "number" }, "altitude": { "type": "string" }, "paragraph": { "type": "integer" }, "size": { "type": "array", "items": { "type": "object", ...
{"decay_rate": 336.46, "altitude": "test@example.com", "paragraph": 646, "title": [{"invoice_id": "QC-07", "visible": true, "end_date": 627.04, "throttle_pos": true, "aligned_pct": "pending"}, {"end_date": 356.13, "level": "editor", "throttle_pos": true, "repository": "active", "aligned_pct": "cancelled", "type": true}...
Unknown field 'extra_data_4399' not defined in schema
{"decay_rate":336.46,"altitude":"test@example.com","paragraph":646,"title":[{"invoice_id":"QC-07","visible":true,"end_date":627.04,"throttle_pos":true,"aligned_pct":"pending"},{"end_date":356.13,"level":"editor","throttle_pos":true,"repository":"active","aligned_pct":"cancelled","type":true}]}
TASK repair_structured_output SPEC FIELD item_id TYPE boolean REQUIRED no FIELD diagnosis_code TYPE boolean REQUIRED yes FIELD isotope.catalyst TYPE boolean REQUIRED yes FIELD isotope.dissolved_oxygen TYPE string REQUIRED no FIELD isotope.amount TYPE integer REQUIRED no FIELD isotope.subtotal TYPE boolean REQUIRED no ...
{"diagnosis_code":true,"isotope":{"catalyst":true,"dissolved_oxygen":"Smith","end_date":352,"freight_class":"critical"}}
truncated_array
{ "type": "object", "properties": { "item_id": { "type": "boolean" }, "diagnosis_code": { "type": "boolean" }, "isotope": { "type": "object", "properties": { "catalyst": { "type": "boolean" }, "dissolved_oxygen": { "type": "stri...
{"diagnosis_code":true,"isotope":{"catalyst":true,"dissolved_oxygen":"Smith","end_date":352,"freight_class":"critical"}
Unexpected end of JSON input — truncated object
{"diagnosis_code":true,"isotope":{"catalyst":true,"dissolved_oxygen":"Smith","end_date":352,"freight_class":"critical"}}
TASK repair_structured_output SPEC FIELD items TYPE string REQUIRED yes FIELD height TYPE null REQUIRED no FIELD umi TYPE string REQUIRED no FIELD trace_id TYPE integer REQUIRED no FIELD interest_rate.pressure_kpa TYPE boolean REQUIRED no FIELD interest_rate.longitude TYPE integer REQUIRED no FIELD interest_rate.publi...
{"items":"Paris","height":null,"umi":"chrX","trace_id":337,"interest_rate":{"published":{"manifest_ref":"FWD","published":"Paris","longitude":false,"strand":760,"diagnosis_code":116}}}
tool_call_bad_format
{ "type": "object", "properties": { "items": { "type": "string" }, "height": { "type": "null" }, "umi": { "type": "string" }, "trace_id": { "type": "integer" }, "interest_rate": { "type": "object", "properties": { "pressure_kpa": { ...
<functioncall> verify_hazmat_compliance {items: "Paris", height: null, umi: "chrX", trace_id: 337, interest_rate: {published: {manifest_ref: "FWD", published: "Paris", longitude: false, strand: 760, diagnosis_code: 116}}}
Tool call has malformed arguments — unquoted keys in function parameters
{"items":"Paris","height":null,"umi":"chrX","trace_id":337,"interest_rate":{"published":{"manifest_ref":"FWD","published":"Paris","longitude":false,"strand":760,"diagnosis_code":116}}}
TASK repair_structured_output SPEC FIELD lane TYPE boolean REQUIRED yes FIELD filter_flag TYPE null REQUIRED no FIELD quantity TYPE number REQUIRED yes FIELD url TYPE string VALUES low|medium|high|critical REQUIRED no FIELD ward TYPE integer REQUIRED yes FIELD updated_at TYPE string_email REQUIRED yes FIELD first_name...
{"lane":true,"quantity":631.13,"ward":85,"updated_at":"admin@test.io","first_name":{"tax":"baz","tile":860.0,"total":273,"email":596.67,"freight_class":["baz","test"]}}
missing_brace
{ "type": "object", "properties": { "lane": { "type": "boolean" }, "filter_flag": { "type": "null" }, "quantity": { "type": "number" }, "url": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, ...
"lane":true,"quantity":631.13,"ward":85,"updated_at":"admin@test.io","first_name":{"tax":"baz","tile":860.0,"total":273,"email":596.67,"freight_class":["baz","test"]}}
Missing closing brace
{"lane":true,"quantity":631.13,"ward":85,"updated_at":"admin@test.io","first_name":{"tax":"baz","tile":860.0,"total":273,"email":596.67,"freight_class":["baz","test"]}}
TASK repair_structured_output SPEC FIELD prop_s03 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD val_q45 TYPE number REQUIRED no FIELD attr_x29 TYPE integer REQUIRED yes FIELD val_t03.val_t45 TYPE boolean REQUIRED yes FIELD val_t03.col_z00 TYPE boolean REQUIRED yes FIELD val_t03.val_s90.val_w72 TYPE string VA...
{"prop_s03":"cat_a","val_q45":710.13,"attr_x29":207,"val_t03":{"val_t45":true,"col_z00":true,"val_s90":{"field_o29":560.29,"attr_g00":924,"attr_q43":"example","field_l45":156},"col_z55":408,"dim_s81":935,"param_q96":65,"val_h79":22.8}}
tool_call_python_syntax
{ "type": "object", "properties": { "prop_s03": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "val_q45": { "type": "number" }, "attr_x29": { "type": "integer" }, "val_t03": { "type": "object", "properties": ...
read_sensor_array(prop_s03='cat_a', val_q45=710.13, attr_x29=207, val_t03={'val_t45': True, 'col_z00': True, 'val_s90': {'field_o29': 560.29, 'attr_g00': 924, 'attr_q43': 'example', 'field_l45': 156}, 'col_z55': 408, 'dim_s81': 935, 'param_q96': 65, 'val_h79': 22.8})
Tool call uses Python syntax instead of JSON
{"prop_s03":"cat_a","val_q45":710.13,"attr_x29":207,"val_t03":{"val_t45":true,"col_z00":true,"val_s90":{"field_o29":560.29,"attr_g00":924,"attr_q43":"example","field_l45":156},"col_z55":408,"dim_s81":935,"param_q96":65,"val_h79":22.8}}
TASK repair_structured_output SPEC FIELD allele TYPE string REQUIRED yes FIELD longitude.comments TYPE string_uri REQUIRED no FIELD longitude.visible TYPE string REQUIRED no FIELD longitude.paragraph.url TYPE string REQUIRED no FIELD longitude.paragraph.price TYPE number REQUIRED yes FIELD longitude.paragraph.duration...
{"allele":"Smith","longitude":{"comments":"https://www.org/api","visible":"Hapag-Lloyd-Express","paragraph":{"url":"Santos","price":679.06,"duration_ms":541,"shipping":"Oliveira","gene_id":968.56},"product_id":742,"crew_id":"2023-12-25","amount":"https://data.com/data"},"altitude":"active","label":true,"conductivity":"...
extra_field
{ "type": "object", "properties": { "allele": { "type": "string" }, "longitude": { "type": "object", "properties": { "comments": { "type": "string", "format": "uri" }, "visible": { "type": "string" }, "paragraph": { ...
{"allele": "Smith", "longitude": {"comments": "https://www.org/api", "visible": "Hapag-Lloyd-Express", "paragraph": {"url": "Santos", "price": 679.06, "duration_ms": 541, "shipping": "Oliveira", "gene_id": 968.56}, "product_id": 742, "crew_id": "2023-12-25", "amount": "https://data.com/data"}, "altitude": "active", "la...
Unknown field 'extra_data_6327' not defined in schema
{"allele":"Smith","longitude":{"comments":"https://www.org/api","visible":"Hapag-Lloyd-Express","paragraph":{"url":"Santos","price":679.06,"duration_ms":541,"shipping":"Oliveira","gene_id":968.56},"product_id":742,"crew_id":"2023-12-25","amount":"https://data.com/data"},"altitude":"active","label":true,"conductivity":"...
TASK repair_structured_output SPEC FIELD features TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD amplitude TYPE string_date-time REQUIRED yes FIELD item_id TYPE string REQUIRED yes BROKEN_OUTPUT <functioncall> get_inventory {amplitude: "2023-02-06T03:54:00Z", item_id: "Luis"}
{"amplitude":"2023-02-06T03:54:00Z","item_id":"Luis"}
tool_call_bad_format
{ "type": "object", "properties": { "features": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "amplitude": { "type": "string", "format": "date-time" }, "item_id": { "type": "string" } }, "requir...
<functioncall> get_inventory {amplitude: "2023-02-06T03:54:00Z", item_id: "Luis"}
Tool call has malformed arguments — unquoted keys in function parameters
{"amplitude":"2023-02-06T03:54:00Z","item_id":"Luis"}
TASK repair_structured_output SPEC FIELD val_u63 TYPE null REQUIRED no FIELD key_e92.col_b11 TYPE number REQUIRED no FIELD key_e92.attr_o29 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD key_e92.attr_t07.dim_v50 TYPE integer REQUIRED yes FIELD key_e92.attr_t07.val_n75 TYPE string_date-time RE...
{"val_u63":null,"key_e92":{"col_b11":332.88,"attr_o29":"type_e","attr_t07":{"dim_v50":923,"val_n75":"2021-11-08T18:06:00Z","val_p23":["2023-05-06T22:19:00Z","2021-08-18T23:06:00Z"]},"prop_r36":{"key_k41":565,"dim_l04":"test@example.com","dim_p36":"option_b"}},"prop_x24":{"val_k26":234,"val_s41":275,"val_i91":775,"attr_...
single_quotes
{ "type": "object", "properties": { "val_u63": { "type": "null" }, "key_e92": { "type": "object", "properties": { "col_b11": { "type": "number" }, "attr_o29": { "type": "string", "enum": [ "type_a", "type_b",...
{'val_u63':null,'key_e92':{'col_b11':332.88,'attr_o29':'type_e','attr_t07':{'dim_v50':923,'val_n75':'2021-11-08T18:06:00Z','val_p23':['2023-05-06T22:19:00Z','2021-08-18T23:06:00Z']},'prop_r36':{'key_k41':565,'dim_l04':'test@example.com','dim_p36':'option_b'}},'prop_x24':{'val_k26':234,'val_s41':275,'val_i91':775,'attr_...
Expecting property name enclosed in double quotes
{"val_u63":null,"key_e92":{"col_b11":332.88,"attr_o29":"type_e","attr_t07":{"dim_v50":923,"val_n75":"2021-11-08T18:06:00Z","val_p23":["2023-05-06T22:19:00Z","2021-08-18T23:06:00Z"]},"prop_r36":{"key_k41":565,"dim_l04":"test@example.com","dim_p36":"option_b"}},"prop_x24":{"val_k26":234,"val_s41":275,"val_i91":775,"attr_...
TASK repair_structured_output SPEC FIELD dim_r78 TYPE integer REQUIRED yes FIELD attr_b67 TYPE boolean REQUIRED yes FIELD attr_g92 TYPE boolean REQUIRED no FIELD key_x41 TYPE string REQUIRED no FIELD field_x66 TYPE number REQUIRED no BROKEN_OUTPUT I need to look up the information first. <tool_call name="call_variant...
{"dim_r78":354,"attr_b67":true,"key_x41":"Bob"}
tool_call_text_mix
{ "type": "object", "properties": { "dim_r78": { "type": "integer" }, "attr_b67": { "type": "boolean" }, "attr_g92": { "type": "boolean" }, "key_x41": { "type": "string" }, "field_x66": { "type": "number" } }, "required": [ "attr_b67", ...
I need to look up the information first. <tool_call name="call_variants"> {"dim_r78":354,"attr_b67":true,"key_x41":"Bob"} </tool_call.
Agent response mixes reasoning text with tool call
{"dim_r78":354,"attr_b67":true,"key_x41":"Bob"}
TASK repair_structured_output SPEC FIELD val_p88 TYPE number REQUIRED no FIELD dim_s67 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD field_g88 TYPE integer REQUIRED yes FIELD prop_a28 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD attr_a98 TYPE string REQUIRED yes FIELD attr_e24.prop_f53 TYP...
{"val_p88":576.73,"dim_s67":"level_3","field_g88":35,"attr_a98":"pending","key_t65":"user@domain.org"}
invalid_enum
{ "type": "object", "properties": { "val_p88": { "type": "number" }, "dim_s67": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "field_g88": { "type": "integer" }, "prop_a28": { "type": "string", "enum":...
{"val_p88": 576.73, "dim_s67": "invalid_choice_776", "field_g88": 35, "attr_a98": "pending", "key_t65": "user@domain.org"}
Field 'dim_s67' has invalid enum value 'invalid_choice_776', expected one of ['level_1', 'level_2', 'level_3']
{"val_p88":576.73,"dim_s67":"level_3","field_g88":35,"attr_a98":"pending","key_t65":"user@domain.org"}
TASK repair_structured_output SPEC FIELD organism TYPE string REQUIRED no FIELD sensor_id TYPE integer REQUIRED yes FIELD count[] TYPE string_uri REQUIRED yes FIELD height[].nickname TYPE integer REQUIRED no FIELD height[].compound TYPE string_email REQUIRED yes FIELD height[].phenotype TYPE number REQUIRED no FIELD h...
{"sensor_id":869,"count":["https://example.io/data","https://api.io/v1","https://example.org/data"],"height":[{"nickname":813,"compound":"test@domain.org","phenotype":483.02,"active":true,"format":"Paris","turbidity":866.74},{"compound":"ops@domain.org","phenotype":803.59,"active":true,"format":"Oliveira","turbidity":9...
wrong_type
{ "type": "object", "properties": { "organism": { "type": "string" }, "sensor_id": { "type": "integer" }, "count": { "type": "array", "items": { "type": "string", "format": "uri" } }, "height": { "type": "array", "items": { ...
{"sensor_id": "\"869\"", "count": ["https://example.io/data", "https://api.io/v1", "https://example.org/data"], "height": [{"nickname": 813, "compound": "test@domain.org", "phenotype": 483.02, "active": true, "format": "Paris", "turbidity": 866.74}, {"compound": "ops@domain.org", "phenotype": 803.59, "active": true, "f...
Field 'sensor_id' must be integer, got string
{"sensor_id":869,"count":["https://example.io/data","https://api.io/v1","https://example.org/data"],"height":[{"nickname":813,"compound":"test@domain.org","phenotype":483.02,"active":true,"format":"Paris","turbidity":866.74},{"compound":"ops@domain.org","phenotype":803.59,"active":true,"format":"Oliveira","turbidity":9...
TASK repair_structured_output SPEC FIELD key_a67 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD dim_u79 TYPE string_email REQUIRED yes FIELD attr_d08 TYPE string REQUIRED no FIELD val_p45 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD key_q57 TYPE string VALUES small|medium|large|xl ...
{"key_a67":"green","dim_u79":"info@example.com","val_p45":"green","key_q57":"xl"}
trailing_comma
{ "type": "object", "properties": { "key_a67": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "dim_u79": { "type": "string", "format": "email" }, "attr_d08": { "type": "string" }, "va...
{"key_a67":"green","dim_u79":"info@example.com","val_p45":"green","key_q57":"xl",}
Unexpected trailing comma
{"key_a67":"green","dim_u79":"info@example.com","val_p45":"green","key_q57":"xl"}
TASK repair_structured_output SPEC FIELD version TYPE string REQUIRED no FIELD payment_status TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD vital_sign TYPE boolean REQUIRED no FIELD span_id TYPE null REQUIRED no FIELD created_at TYPE integer REQUIRED no FIELD account_id TYPE string REQUIRED no FI...
{"payment_status":"cat_b","vital_sign":true,"created_at":696,"account_id":"Jane","humidity_pct":169}
missing_required
{ "type": "object", "properties": { "version": { "type": "string" }, "payment_status": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "vital_sign": { "type": "boolean" }, "span_id": { ...
{"vital_sign": true, "created_at": 696, "account_id": "Jane", "humidity_pct": 169}
Required field 'payment_status' is missing
{"payment_status":"cat_b","vital_sign":true,"created_at":696,"account_id":"Jane","humidity_pct":169}
TASK repair_structured_output SPEC FIELD umi TYPE string VALUES active|inactive|pending REQUIRED yes FIELD first_name TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD loan_amount TYPE number REQUIRED no FIELD active TYPE integer REQUIRED no FIELD description TYPE number REQUIRED no FIELD temp_celsius TYPE stri...
{"umi":"pending","first_name":"EUR","loan_amount":639.28,"active":195,"description":591.8,"website":384.74}
missing_bracket
{ "type": "object", "properties": { "umi": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "first_name": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "lo...
{"umi":"pending","first_name":"EUR","loan_amount":639.28,"active":195,"description":591.8,"website":384.74}
Missing closing bracket
{"umi":"pending","first_name":"EUR","loan_amount":639.28,"active":195,"description":591.8,"website":384.74}
TASK repair_structured_output SPEC FIELD field_b98 TYPE integer REQUIRED yes FIELD attr_e51 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD val_j51 TYPE string REQUIRED yes BROKEN_OUTPUT I'll query our database. <tool_call name="get_account"> {"field_b98":369,"attr_e51":"returned","val_j51":"u...
{"field_b98":369,"attr_e51":"returned","val_j51":"user@domain.com"}
tool_call_text_mix
{ "type": "object", "properties": { "field_b98": { "type": "integer" }, "attr_e51": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "val_j51": { "type": "string" } }, "required": [ "field_b9...
I'll query our database. <tool_call name="get_account"> {"field_b98":369,"attr_e51":"returned","val_j51":"user@domain.com"} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"field_b98":369,"attr_e51":"returned","val_j51":"user@domain.com"}
TASK repair_structured_output SPEC FIELD patient_id TYPE boolean REQUIRED yes FIELD options TYPE integer REQUIRED yes FIELD loan_amount TYPE number REQUIRED yes FIELD id TYPE integer REQUIRED no FIELD comments.zip_code TYPE integer REQUIRED yes FIELD comments.options TYPE string REQUIRED no FIELD comments.allele TYPE ...
{"patient_id":false,"options":687,"loan_amount":879.67,"comments":{"zip_code":249,"options":"approved","allele":309,"batch_code":635.86,"annotation":"quux"}}
extra_field
{ "type": "object", "properties": { "patient_id": { "type": "boolean" }, "options": { "type": "integer" }, "loan_amount": { "type": "number" }, "id": { "type": "integer" }, "comments": { "type": "object", "properties": { "zip_code": { ...
{"patient_id": false, "options": 687, "loan_amount": 879.67, "comments": {"zip_code": 249, "options": "approved", "allele": 309, "batch_code": 635.86, "annotation": "quux"}, "extra_info_5036": "unexpected"}
Unknown field 'extra_info_5036' not defined in schema
{"patient_id":false,"options":687,"loan_amount":879.67,"comments":{"zip_code":249,"options":"approved","allele":309,"batch_code":635.86,"annotation":"quux"}}
TASK repair_structured_output SPEC FIELD lane TYPE boolean REQUIRED yes FIELD umi TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD published TYPE string_email REQUIRED no FIELD chapter TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD type TYPE string_uri REQUIRED...
{"lane":true,"umi":"escalated","chapter":"homozygous","type":"https://example.com/api"}
missing_brace
{ "type": "object", "properties": { "lane": { "type": "boolean" }, "umi": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "published": { "type": "string", "format": "email" }, "c...
{"lane":true,"umi":"escalated","chapter":"homozygous","type":"https://example.com/api"
Missing closing brace
{"lane":true,"umi":"escalated","chapter":"homozygous","type":"https://example.com/api"}
TASK repair_structured_output SPEC FIELD prop_k54.val_t87 TYPE boolean REQUIRED yes FIELD prop_k54.val_w99.col_l13 TYPE string VALUES single|married|divorced REQUIRED no FIELD prop_k54.val_w99.dim_y01 TYPE string_uri REQUIRED yes FIELD prop_k54.val_w99.val_w17 TYPE string REQUIRED yes FIELD prop_k54.val_w99.attr_d27 T...
{"prop_k54":{"val_t87":false,"val_w99":{"col_l13":"married","dim_y01":"https://data.org/data","val_w17":"Alice","attr_d27":null,"prop_p13":821},"prop_l58":true,"val_w25":"GRCh38"},"dim_o24":"viewer","dim_o45":812,"dim_p15":{"attr_h85":542,"col_f56":"bar","prop_s73":false,"key_c96":"Paris","dim_m90":"Smith","prop_r37":"...
partial_structure
{ "type": "object", "properties": { "prop_k54": { "type": "object", "properties": { "val_t87": { "type": "boolean" }, "val_w99": { "type": "object", "properties": { "col_l13": { "type": "string", "enum": [ ...
The dim_o45 is 812 and {"prop_k54":{"val_t87":false,"val_w99":{"col_l13":"married","dim_y01":"https://data.org/data","val_w17":"Alice","attr_d27":null,"prop_p13":821},"prop_l58":true,"val_w25":"GRCh38"},"dim_o24":"viewer","dim_o45":812,"dim_p15":{"attr_h85":542,"col_f56":"bar","prop_s73":false,"key_c96":"Paris","dim_m9...
Output mixes natural language with JSON
{"prop_k54":{"val_t87":false,"val_w99":{"col_l13":"married","dim_y01":"https://data.org/data","val_w17":"Alice","attr_d27":null,"prop_p13":821},"prop_l58":true,"val_w25":"GRCh38"},"dim_o24":"viewer","dim_o45":812,"dim_p15":{"attr_h85":542,"col_f56":"bar","prop_s73":false,"key_c96":"Paris","dim_m90":"Smith","prop_r37":"...
TASK repair_structured_output SPEC FIELD section TYPE string_uri REQUIRED yes FIELD name TYPE null REQUIRED no FIELD current_draw TYPE integer REQUIRED yes FIELD thumbnail[] TYPE string REQUIRED yes FIELD status_code[].phone TYPE string REQUIRED yes FIELD status_code[].umi TYPE integer REQUIRED yes FIELD status_code[]...
{"section":"https://www.com/api","current_draw":475,"thumbnail":["Smith"],"status_code":[{"phone":"baz","umi":407,"verified":true,"created_at":"info@example.com"},{"phone":"Paris","umi":930,"verified":false,"created_at":"test@domain.org"},{"phone":"Bob","umi":208,"verified":true,"created_at":"user@domain.org"},{"phone"...
markdown_fences
{ "type": "object", "properties": { "section": { "type": "string", "format": "uri" }, "name": { "type": "null" }, "current_draw": { "type": "integer" }, "thumbnail": { "type": "array", "items": { "type": "string" } }, "status_code...
```json {"section":"https://www.com/api","current_draw":475,"thumbnail":["Smith"],"status_code":[{"phone":"baz","umi":407,"verified":true,"created_at":"info@example.com"},{"phone":"Paris","umi":930,"verified":false,"created_at":"test@domain.org"},{"phone":"Bob","umi":208,"verified":true,"created_at":"user@domain.org"},...
Output contains markdown code fences
{"section":"https://www.com/api","current_draw":475,"thumbnail":["Smith"],"status_code":[{"phone":"baz","umi":407,"verified":true,"created_at":"info@example.com"},{"phone":"Paris","umi":930,"verified":false,"created_at":"test@domain.org"},{"phone":"Bob","umi":208,"verified":true,"created_at":"user@domain.org"},{"phone"...
TASK repair_structured_output SPEC FIELD start_date.count TYPE string REQUIRED no FIELD start_date.umi TYPE string_uri REQUIRED no FIELD start_date.status TYPE null REQUIRED no FIELD start_date.role TYPE string REQUIRED no FIELD start_date.wavelength TYPE string_date-time REQUIRED yes FIELD start_date.feedback TYPE st...
{"shipping":"QC-07","score":946,"length":"inactive","height":{"description":false,"username":"world","fleet_number":false},"size":{"created_at":"Oliveira","order_id":[{"latitude":521,"bed_number":179,"section":["critical","high","medium"],"url":["Paris","https://api.example.com/v1"]},{"latitude":974,"bed_number":776,"s...
extra_text_before
{ "type": "object", "properties": { "start_date": { "type": "object", "properties": { "count": { "type": "string" }, "umi": { "type": "string", "format": "uri" }, "status": { "type": "null" }, "role": { ...
The parsed result is: {"shipping":"QC-07","score":946,"length":"inactive","height":{"description":false,"username":"world","fleet_number":false},"size":{"created_at":"Oliveira","order_id":[{"latitude":521,"bed_number":179,"section":["critical","high","medium"],"url":["Paris","https://api.example.com/v1"]},{"latitude":9...
Output contains non-JSON text before the object
{"shipping":"QC-07","score":946,"length":"inactive","height":{"description":false,"username":"world","fleet_number":false},"size":{"created_at":"Oliveira","order_id":[{"latitude":521,"bed_number":179,"section":["critical","high","medium"],"url":["Paris","https://api.example.com/v1"]},{"latitude":974,"bed_number":776,"s...