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 altitude TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD insurance_id TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD current_draw TYPE null REQUIRED no FIELD shipping TYPE string REQUIRED no FIELD first_name TYPE integer REQUIRED no FI...
{"shipping":"https://api.example.com/v1","bearing":"type_c","section":"single"}
thought_process
{ "type": "object", "properties": { "altitude": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "insurance_id": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "leve...
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"shipping":"https://api.example.com/v1","bearing":"type_c","section":"single"}
Output contains chain-of-thought reasoning before JSON
{"shipping":"https://api.example.com/v1","bearing":"type_c","section":"single"}
TASK repair_structured_output SPEC FIELD key_x89 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD dim_u93 TYPE string VALUES active|inactive|pending REQUIRED no FIELD field_o33 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD val_z11 TYPE string REQUIRED yes BROKE...
{"key_x89":"escalated","field_o33":"underway","val_z11":"chr1"}
missing_brace
{ "type": "object", "properties": { "key_x89": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "dim_u93": { "type": "string", "enum": [ "active", "inactive", "pending" ] ...
"key_x89":"escalated","field_o33":"underway","val_z11":"chr1"}
Missing closing brace
{"key_x89":"escalated","field_o33":"underway","val_z11":"chr1"}
TASK repair_structured_output SPEC FIELD key_m00 TYPE string REQUIRED no FIELD attr_x82 TYPE boolean REQUIRED yes FIELD val_a33[].field_n83 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD val_a33[].dim_m73 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD val_a...
{"key_m00":"example","attr_x82":true,"val_a33":[{"field_n83":"operational","param_w81":"hello","field_r46":57,"val_u09":"2023-12-25","param_x70":573.3},{"field_n83":"offline","dim_m73":"nonsense","param_w81":"test@example.com","col_i06":"closed","field_r46":929,"val_u09":"Hapag-Lloyd-Express","param_x70":664.39}]}
markdown_fences
{ "type": "object", "properties": { "key_m00": { "type": "string" }, "attr_x82": { "type": "boolean" }, "val_a33": { "type": "array", "items": { "type": "object", "properties": { "field_n83": { "type": "string", "enum": [ ...
```json {"key_m00":"example","attr_x82":true,"val_a33":[{"field_n83":"operational","param_w81":"hello","field_r46":57,"val_u09":"2023-12-25","param_x70":573.3},{"field_n83":"offline","dim_m73":"nonsense","param_w81":"test@example.com","col_i06":"closed","field_r46":929,"val_u09":"Hapag-Lloyd-Express","param_x70":664.39...
Output contains markdown code fences
{"key_m00":"example","attr_x82":true,"val_a33":[{"field_n83":"operational","param_w81":"hello","field_r46":57,"val_u09":"2023-12-25","param_x70":573.3},{"field_n83":"offline","dim_m73":"nonsense","param_w81":"test@example.com","col_i06":"closed","field_r46":929,"val_u09":"Hapag-Lloyd-Express","param_x70":664.39}]}
TASK repair_structured_output SPEC FIELD category TYPE string REQUIRED no FIELD temp_celsius TYPE boolean REQUIRED no FIELD payment_status TYPE string VALUES success|error|warning|info REQUIRED yes FIELD items TYPE integer REQUIRED yes FIELD updated_at.version TYPE string VALUES red|blue|green|black|white REQUIRED yes...
{"category":"Oliveira","payment_status":"info","items":656,"updated_at":{"version":"black","medication":"operational","frequency_hz":607,"latitude":"degraded"},"quality_score":false}
tool_call_partial_args
{ "type": "object", "properties": { "category": { "type": "string" }, "temp_celsius": { "type": "boolean" }, "payment_status": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "items": { "type": "...
I need to look up the information first. Action: get_inventory Arguments: {"category": "Oliveira", "payment_status": "info", "items": 656, "updated_at": {"version": "black", "medication": "operational", "frequency_hz": 607, "latitude": "degraded"}}
Agent tool call missing required parameter 'quality_score'
{"category":"Oliveira","payment_status":"info","items":656,"updated_at":{"version":"black","medication":"operational","frequency_hz":607,"latitude":"degraded"},"quality_score":false}
TASK repair_structured_output SPEC FIELD procedure_code TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD role TYPE null REQUIRED yes FIELD category TYPE integer REQUIRED no BROKEN_OUTPUT <functioncall> transfer_call {procedure_code: "editor", role: null}
{"procedure_code":"editor","role":null}
tool_call_bad_format
{ "type": "object", "properties": { "procedure_code": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "role": { "type": "null" }, "category": { "type": "integer" } }, "required": [ "role", "procedure_code" ] }
<functioncall> transfer_call {procedure_code: "editor", role: null}
Tool call has malformed arguments — unquoted keys in function parameters
{"procedure_code":"editor","role":null}
TASK repair_structured_output SPEC FIELD dim_u58 TYPE null REQUIRED yes FIELD col_y86 TYPE integer REQUIRED no FIELD dim_v50 TYPE boolean REQUIRED no FIELD col_s06[].col_h68 TYPE string REQUIRED yes FIELD col_s06[].key_y39 TYPE integer REQUIRED no FIELD col_s06[].field_n61 TYPE string REQUIRED yes BROKEN_OUTPUT I nee...
{"dim_u58":null,"col_y86":6,"dim_v50":true,"col_s06":[{"col_h68":"Jane","field_n61":"quux"},{"col_h68":"test","key_y39":793,"field_n61":"Maria"},{"col_h68":"Silva","field_n61":"pending"}]}
agent_chain
{ "type": "object", "properties": { "dim_u58": { "type": "null" }, "col_y86": { "type": "integer" }, "dim_v50": { "type": "boolean" }, "col_s06": { "type": "array", "items": { "type": "object", "properties": { "col_h68": { ...
I need to look up the information first. Action: book_appointment Result: {"dim_u58": null, "dim_v50": true, "col_s06": [{"col_h68": "Jane", "field_n61": "quux"}, {"col_h68": "test", "key_y39": 793, "field_n61": "Maria"}, {"col_h68": "Silva", "field_n61": "pending"}]} I'll query our database. Action: send_email Result...
Agent multi-step chain with truncated tool output
{"dim_u58":null,"col_y86":6,"dim_v50":true,"col_s06":[{"col_h68":"Jane","field_n61":"quux"},{"col_h68":"test","key_y39":793,"field_n61":"Maria"},{"col_h68":"Silva","field_n61":"pending"}]}
TASK repair_structured_output SPEC FIELD val_d59 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD key_r19 TYPE boolean REQUIRED no FIELD key_l53 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD val_q52 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD...
{"val_d59":"confirmed","key_r19":false,"key_l53":"info","val_q52":"berthed","col_o88":702,"attr_v30":657.24,"param_v49":"free"}
tool_call_wrong_param
{ "type": "object", "properties": { "val_d59": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "key_r19": { "type": "boolean" }, "key_l53": { "type": "string", "enum": [ "success...
Tool: validate_address Params: {"val_d59": "confirmed", "key_r19": false, "key_l53": "info", "col_o88": 702, "attr_v30": 657.24, "param_v49": "free", "val_q52_value": "berthed"}
Agent used wrong parameter name 'val_q52_value' instead of 'val_q52'
{"val_d59":"confirmed","key_r19":false,"key_l53":"info","val_q52":"berthed","col_o88":702,"attr_v30":657.24,"param_v49":"free"}
TASK repair_structured_output SPEC FIELD shipping TYPE number REQUIRED yes FIELD lab_result TYPE string REQUIRED yes FIELD created_at TYPE string REQUIRED no FIELD features.product_id TYPE integer REQUIRED yes FIELD features.format TYPE boolean REQUIRED no FIELD features.height TYPE string REQUIRED no FIELD features.c...
{"shipping":255.73,"lab_result":"Maria","created_at":"quux","features":{"product_id":225,"format":true,"consignee":[{"velocity":787,"turbidity":"option_b","values":26.38,"date":"info@test.io","tile":"push","transaction_id":"level_2"}],"organism":["Johnson","Oliveira","baz","Bob"]}}
tool_call_wrong_param
{ "type": "object", "properties": { "shipping": { "type": "number" }, "lab_result": { "type": "string" }, "created_at": { "type": "string" }, "features": { "type": "object", "properties": { "product_id": { "type": "integer" }, ...
Tool: apply_discount Params: {"shipping": 255.73, "lab_result": "Maria", "created_at": "quux", "features_id": {"product_id": 225, "format": true, "consignee": [{"velocity": 787, "turbidity": "option_b", "values": 26.38, "date": "info@test.io", "tile": "push", "transaction_id": "level_2"}], "organism": ["Johnson", "Oliv...
Agent used wrong parameter name 'features_id' instead of 'features'
{"shipping":255.73,"lab_result":"Maria","created_at":"quux","features":{"product_id":225,"format":true,"consignee":[{"velocity":787,"turbidity":"option_b","values":26.38,"date":"info@test.io","tile":"push","transaction_id":"level_2"}],"organism":["Johnson","Oliveira","baz","Bob"]}}
TASK repair_structured_output SPEC FIELD altitude.decay_rate TYPE integer REQUIRED no FIELD altitude.branch TYPE number REQUIRED no FIELD altitude.vital_sign TYPE null REQUIRED no FIELD altitude.category TYPE null REQUIRED yes FIELD altitude.visible.format TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD alti...
{"width":794,"thumbnail":207.19}
wrong_type
{ "type": "object", "properties": { "altitude": { "type": "object", "properties": { "decay_rate": { "type": "integer" }, "branch": { "type": "number" }, "vital_sign": { "type": "null" }, "category": { "ty...
{"width": "\"794\"", "thumbnail": 207.19}
Field 'width' must be integer, got string
{"width":794,"thumbnail":207.19}
TASK repair_structured_output SPEC FIELD val_a98 TYPE number REQUIRED yes FIELD dim_j17 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD attr_u03 TYPE integer REQUIRED yes FIELD attr_c23[].dim_k14 TYPE string REQUIRED no FIELD attr_c23[].prop_s51 TYPE string_date-time REQUIRED no FIELD attr_c23[]...
{"val_a98":946.3,"attr_u03":765,"attr_c23":[{"dim_k14":"chrX","prop_s51":"2025-11-09T00:48:00Z","attr_o47":764},{"dim_k14":"baz","prop_s51":"2022-06-22T15:41:00Z","attr_o47":899},{"dim_k14":"Santos","prop_s51":"2023-09-15T06:37:00Z","attr_o47":805}],"col_j38":[{"param_u86":"intermittent","attr_q21":"cat_a","attr_x03":"...
trailing_comma
{ "type": "object", "properties": { "val_a98": { "type": "number" }, "dim_j17": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "attr_u03": { "type": "integer" }, "attr_c23": { "type": "ar...
{"val_a98":946.3,"attr_u03":765,"attr_c23":[{"dim_k14":"chrX","prop_s51":"2025-11-09T00:48:00Z","attr_o47":764,},{"dim_k14":"baz","prop_s51":"2022-06-22T15:41:00Z","attr_o47":899},{"dim_k14":"Santos","prop_s51":"2023-09-15T06:37:00Z","attr_o47":805}],"col_j38":[{"param_u86":"intermittent","attr_q21":"cat_a","attr_x03":...
Unexpected trailing comma
{"val_a98":946.3,"attr_u03":765,"attr_c23":[{"dim_k14":"chrX","prop_s51":"2025-11-09T00:48:00Z","attr_o47":764},{"dim_k14":"baz","prop_s51":"2022-06-22T15:41:00Z","attr_o47":899},{"dim_k14":"Santos","prop_s51":"2023-09-15T06:37:00Z","attr_o47":805}],"col_j38":[{"param_u86":"intermittent","attr_q21":"cat_a","attr_x03":"...
TASK repair_structured_output SPEC FIELD port_code TYPE number REQUIRED no FIELD tile TYPE string REQUIRED no FIELD balance.user_id TYPE string REQUIRED yes FIELD balance.reagent.price TYPE integer REQUIRED yes FIELD balance.reagent.order_id TYPE boolean REQUIRED yes FIELD balance.reagent.status_code TYPE string VALUE...
{"port_code":470.78,"tile":"PASS","deploy_target":{"bill_of_lading":"admin","end_date":"degraded","berth_slot":366.54,"dissolved_oxygen":true,"currency":null}}
agent_chain
{ "type": "object", "properties": { "port_code": { "type": "number" }, "tile": { "type": "string" }, "balance": { "type": "object", "properties": { "user_id": { "type": "string" }, "reagent": { "type": "object", "prope...
I need to look up the information first. Action: transfer_call Result: {"port_code": 470.78, "deploy_target": {"bill_of_lading": "admin", "end_date": "degraded", "berth_slot": 366.54, "dissolved_oxygen": true, "currency": null}} Processing the request now. Action: check_cargo_manifest Result:
Agent multi-step chain with truncated tool output
{"port_code":470.78,"tile":"PASS","deploy_target":{"bill_of_lading":"admin","end_date":"degraded","berth_slot":366.54,"dissolved_oxygen":true,"currency":null}}
TASK repair_structured_output SPEC FIELD dissolved_oxygen TYPE string VALUES option_a|option_b REQUIRED no FIELD turbidity TYPE boolean REQUIRED yes FIELD thumbnail TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD username TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED...
{"turbidity":false,"username":"level_2"}
partial_structure
{ "type": "object", "properties": { "dissolved_oxygen": { "type": "string", "enum": [ "option_a", "option_b" ] }, "turbidity": { "type": "boolean" }, "thumbnail": { "type": "string", "enum": [ "operational", "degraded", ...
I found that turbidity should be False. {"turbidity":false,"username":"level_2"}
Output mixes natural language with JSON
{"turbidity":false,"username":"level_2"}
TASK repair_structured_output SPEC FIELD param_x39 TYPE integer REQUIRED no FIELD param_j46 TYPE integer REQUIRED no FIELD prop_o66 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD field_t28 TYPE string REQUIRED yes FIELD prop_t87 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD attr_c16 T...
{"param_j46":901,"prop_o66":"admin","field_t28":"2024-01-15","prop_t87":"level_2","attr_c16":"Johnson"}
agent_chain
{ "type": "object", "properties": { "param_x39": { "type": "integer" }, "param_j46": { "type": "integer" }, "prop_o66": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "field_t28": { "type": "string" }, "p...
Let me check the system. Action: get_inventory Result: {"param_j46": 901, "prop_o66": "admin", "prop_t87": "level_2", "attr_c16": "Johnson"} I'll query our database. Action: schedule_meeting Result:
Agent multi-step chain with truncated tool output
{"param_j46":901,"prop_o66":"admin","field_t28":"2024-01-15","prop_t87":"level_2","attr_c16":"Johnson"}
TASK repair_structured_output SPEC FIELD dim_c35 TYPE boolean REQUIRED yes FIELD key_a90 TYPE number REQUIRED yes FIELD dim_d46.param_u77 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD dim_d46.prop_n52 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes FIELD dim_d46.attr_b12.key...
{"dim_c35":true,"key_a90":283.33,"dim_d46":{"param_u77":"synonymous","prop_n52":"mode_b","attr_b12":{"key_l96":"test","attr_m98":"user@example.com","col_e75":"success"},"attr_f25":{"key_i81":"REV","prop_m92":null,"prop_g03":"sample","field_p59":"Bob"}},"val_r52":"baz"}
number_with_unit
{ "type": "object", "properties": { "dim_c35": { "type": "boolean" }, "key_a90": { "type": "number" }, "dim_d46": { "type": "object", "properties": { "param_u77": { "type": "string", "enum": [ "synonymous", "missense", ...
{"dim_c35": true, "key_a90": "283.33cm", "dim_d46": {"param_u77": "synonymous", "prop_n52": "mode_b", "attr_b12": {"key_l96": "test", "attr_m98": "user@example.com", "col_e75": "success"}, "attr_f25": {"key_i81": "REV", "prop_m92": null, "prop_g03": "sample", "field_p59": "Bob"}}, "val_r52": "baz"}
Field 'key_a90' must be number, got string with unit
{"dim_c35":true,"key_a90":283.33,"dim_d46":{"param_u77":"synonymous","prop_n52":"mode_b","attr_b12":{"key_l96":"test","attr_m98":"user@example.com","col_e75":"success"},"attr_f25":{"key_i81":"REV","prop_m92":null,"prop_g03":"sample","field_p59":"Bob"}},"val_r52":"baz"}
TASK repair_structured_output SPEC FIELD order_id TYPE string VALUES active|inactive|pending REQUIRED yes FIELD priority TYPE number REQUIRED no FIELD patient_id TYPE string REQUIRED no FIELD id TYPE string REQUIRED yes FIELD amplitude TYPE integer REQUIRED no FIELD format TYPE string VALUES pending_review|confirmed|r...
{"order_id":"inactive","patient_id":"FWD","id":"cancelled","format":"pending_review","credit_score":"MV-Evergreen-01","address":"high"}
tool_call_python_syntax
{ "type": "object", "properties": { "order_id": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "priority": { "type": "number" }, "patient_id": { "type": "string" }, "id": { "type": "string" }, "amplit...
check_cargo_manifest(order_id='inactive', patient_id='FWD', id='cancelled', format='pending_review', credit_score='MV-Evergreen-01', address='high')
Tool call uses Python syntax instead of JSON
{"order_id":"inactive","patient_id":"FWD","id":"cancelled","format":"pending_review","credit_score":"MV-Evergreen-01","address":"high"}
TASK repair_structured_output SPEC FIELD zip_code TYPE string REQUIRED yes FIELD width TYPE string_uri REQUIRED yes FIELD bearing[] TYPE integer REQUIRED yes FIELD thumbnail[].enabled TYPE string REQUIRED yes FIELD thumbnail[].bearing TYPE integer REQUIRED yes FIELD thumbnail[].torque_output TYPE string REQUIRED yes F...
{"zip_code":"Maria","width":"https://www.io/v1","bearing":[794,496,759,196]}
markdown_fences
{ "type": "object", "properties": { "zip_code": { "type": "string" }, "width": { "type": "string", "format": "uri" }, "bearing": { "type": "array", "items": { "type": "integer" } }, "thumbnail": { "type": "array", "items": { ...
```json {"zip_code":"Maria","width":"https://www.io/v1","bearing":[794,496,759,196]} ```
Output contains markdown code fences
{"zip_code":"Maria","width":"https://www.io/v1","bearing":[794,496,759,196]}
TASK repair_structured_output SPEC FIELD balance TYPE number REQUIRED no FIELD salinity TYPE integer REQUIRED no FIELD step.quality_score TYPE string_date-time REQUIRED no FIELD step.loan_amount TYPE number REQUIRED yes FIELD step.lab_result TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes FIELD item_id...
{"balance":787.08,"salinity":363,"step":{"loan_amount":378.72,"lab_result":"level_3"},"item_id":{"dissolved_oxygen":"level_3","name":"homozygous","loan_amount":739.3}}
null_required
{ "type": "object", "properties": { "balance": { "type": "number" }, "salinity": { "type": "integer" }, "step": { "type": "object", "properties": { "quality_score": { "type": "string", "format": "date-time" }, "loan_amount": { ...
{"balance": 787.08, "salinity": 363, "step": null, "item_id": {"dissolved_oxygen": "level_3", "name": "homozygous", "loan_amount": 739.3}}
Required field 'step' is null
{"balance":787.08,"salinity":363,"step":{"loan_amount":378.72,"lab_result":"level_3"},"item_id":{"dissolved_oxygen":"level_3","name":"homozygous","loan_amount":739.3}}
TASK repair_structured_output SPEC FIELD manifest_ref TYPE null REQUIRED yes FIELD bearing TYPE integer REQUIRED yes FIELD shipping TYPE integer REQUIRED yes FIELD half_life TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes BROKEN_OUTPUT I'll query our database. <tool_call name="run_diagnostics...
{"manifest_ref":null,"bearing":309,"shipping":734,"half_life":"maintenance"}
tool_call_text_mix
{ "type": "object", "properties": { "manifest_ref": { "type": "null" }, "bearing": { "type": "integer" }, "shipping": { "type": "integer" }, "half_life": { "type": "string", "enum": [ "operational", "degraded", "offline", "mai...
I'll query our database. <tool_call name="run_diagnostics"> {"manifest_ref":null,"bearing":309,"shipping":734,"half_life":"maintenance"} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"manifest_ref":null,"bearing":309,"shipping":734,"half_life":"maintenance"}
TASK repair_structured_output SPEC FIELD paragraph TYPE boolean REQUIRED no FIELD priority TYPE string REQUIRED no FIELD turbidity TYPE string REQUIRED yes FIELD latitude.description TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD latitude.yield_pct TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FI...
{"paragraph":false,"priority":"MV-Evergreen-01","turbidity":"RTG-04","latitude":{"description":"email","yield_pct":"cat_b","collateral":"viewer"}}
unquoted_keys
{ "type": "object", "properties": { "paragraph": { "type": "boolean" }, "priority": { "type": "string" }, "turbidity": { "type": "string" }, "latitude": { "type": "object", "properties": { "description": { "type": "string", "enum"...
{paragraph:false,priority:"MV-Evergreen-01",turbidity:"RTG-04",latitude:{description:"email",yield_pct:"cat_b",collateral:"viewer"}}
Expecting property name enclosed in double quotes
{"paragraph":false,"priority":"MV-Evergreen-01","turbidity":"RTG-04","latitude":{"description":"email","yield_pct":"cat_b","collateral":"viewer"}}
TASK repair_structured_output SPEC FIELD length TYPE string VALUES email|phone|sms|push REQUIRED no FIELD user_id TYPE boolean REQUIRED no FIELD isotope.level TYPE string VALUES draft|published|archived REQUIRED yes FIELD isotope.end_date TYPE number REQUIRED no FIELD isotope.amplitude TYPE string REQUIRED no FIELD is...
{"length":"email","user_id":true,"isotope":{"level":"published","log_level":"hemizygous","consignee":"completed","trace_id":"mode_c"},"manifest_ref":{"first_name":293,"shift_code":"RTG-04","url":"https://www.com/v1","type":true},"age":"Charlie","values":"https://data.io/data"}
tool_call_bad_format
{ "type": "object", "properties": { "length": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "user_id": { "type": "boolean" }, "isotope": { "type": "object", "properties": { "level": { "type...
<functioncall> update_record {length: "email", user_id: true, isotope: {level: "published", log_level: "hemizygous", consignee: "completed", trace_id: "mode_c"}, manifest_ref: {first_name: 293, shift_code: "RTG-04", url: "https://www.com/v1", type: true}, age: "Charlie", values: "https://data.io/data"}
Tool call has malformed arguments — unquoted keys in function parameters
{"length":"email","user_id":true,"isotope":{"level":"published","log_level":"hemizygous","consignee":"completed","trace_id":"mode_c"},"manifest_ref":{"first_name":293,"shift_code":"RTG-04","url":"https://www.com/v1","type":true},"age":"Charlie","values":"https://data.io/data"}
TASK repair_structured_output SPEC FIELD status_code TYPE number REQUIRED yes FIELD catalyst TYPE string REQUIRED yes FIELD deploy_target TYPE string_uri REQUIRED yes FIELD span_id TYPE string REQUIRED no FIELD cargo_type TYPE string REQUIRED yes FIELD account_id TYPE number REQUIRED no BROKEN_OUTPUT ```json {"status...
{"status_code":26.84,"catalyst":"test","deploy_target":"https://data.io/v1","span_id":"Santos","cargo_type":"Diana","account_id":637.85}
markdown_fences
{ "type": "object", "properties": { "status_code": { "type": "number" }, "catalyst": { "type": "string" }, "deploy_target": { "type": "string", "format": "uri" }, "span_id": { "type": "string" }, "cargo_type": { "type": "string" }, "acc...
```json {"status_code":26.84,"catalyst":"test","deploy_target":"https://data.io/v1","span_id":"Santos","cargo_type":"Diana","account_id":637.85} ```
Output contains markdown code fences
{"status_code":26.84,"catalyst":"test","deploy_target":"https://data.io/v1","span_id":"Santos","cargo_type":"Diana","account_id":637.85}
TASK repair_structured_output SPEC FIELD priority TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes FIELD features TYPE boolean REQUIRED yes FIELD count.branch TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD count.email TYPE string_uri REQUIRED no FIELD count.fre...
{"priority":"option_f","features":false,"count":{"branch":"cat_a","frequency_hz":"chrX","created_at":221}}
thought_process
{ "type": "object", "properties": { "priority": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e", "option_f" ] }, "features": { "type": "boolean" }, "count": { "type": "object", ...
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"priority":"option_f","features":false,"count":{"branch":"cat_a","frequency_hz":"chrX","created_at":221}}
Output contains chain-of-thought reasoning before JSON
{"priority":"option_f","features":false,"count":{"branch":"cat_a","frequency_hz":"chrX","created_at":221}}
TASK repair_structured_output SPEC FIELD first_name TYPE number REQUIRED no FIELD decay_rate TYPE string REQUIRED yes FIELD level TYPE boolean REQUIRED no FIELD username TYPE string_uri REQUIRED yes FIELD wavelength TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD lab_result.timezone TYPE string R...
{"decay_rate":"quux","username":"https://www.com/v1","wavelength":"berthed","lab_result":{"timezone":"GRCh38","span_id":"type_b","voltage":36.11,"run_id":[{"footnote":"unstable","username":"PASS","first_name":"Berlin","collateral":null,"port_code":"pending","tags":"pending"},{"footnote":"reliable","username":"Luis","fi...
extra_text_after
{ "type": "object", "properties": { "first_name": { "type": "number" }, "decay_rate": { "type": "string" }, "level": { "type": "boolean" }, "username": { "type": "string", "format": "uri" }, "wavelength": { "type": "string", "enum": [ ...
{"decay_rate":"quux","username":"https://www.com/v1","wavelength":"berthed","lab_result":{"timezone":"GRCh38","span_id":"type_b","voltage":36.11,"run_id":[{"footnote":"unstable","username":"PASS","first_name":"Berlin","collateral":null,"port_code":"pending","tags":"pending"},{"footnote":"reliable","username":"Luis","fi...
Output contains non-JSON text after the object
{"decay_rate":"quux","username":"https://www.com/v1","wavelength":"berthed","lab_result":{"timezone":"GRCh38","span_id":"type_b","voltage":36.11,"run_id":[{"footnote":"unstable","username":"PASS","first_name":"Berlin","collateral":null,"port_code":"pending","tags":"pending"},{"footnote":"reliable","username":"Luis","fi...
TASK repair_structured_output SPEC FIELD key_r55 TYPE boolean REQUIRED yes FIELD param_q84 TYPE string REQUIRED yes FIELD key_m56 TYPE string VALUES draft|published|archived REQUIRED yes FIELD val_l80[].prop_r16 TYPE number REQUIRED no FIELD val_l80[].prop_t39 TYPE string REQUIRED yes FIELD val_l80[].prop_v03 TYPE str...
{"key_r55":false,"param_q84":"https://api.example.com/v1","key_m56":"published","val_l80":[{"prop_r16":487.76,"prop_t39":"Bob","prop_v03":"https://example.org/v1"},{"prop_t39":"GRCh38","prop_v03":"https://data.io/api"},{"prop_t39":"New York"}]}
trailing_comma
{ "type": "object", "properties": { "key_r55": { "type": "boolean" }, "param_q84": { "type": "string" }, "key_m56": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "val_l80": { "type": "array", "items":...
{"key_r55":false,"param_q84":"https://api.example.com/v1","key_m56":"published","val_l80":[{"prop_r16":487.76,"prop_t39":"Bob","prop_v03":"https://example.org/v1",},{"prop_t39":"GRCh38","prop_v03":"https://data.io/api"},{"prop_t39":"New York"}]}
Unexpected trailing comma
{"key_r55":false,"param_q84":"https://api.example.com/v1","key_m56":"published","val_l80":[{"prop_r16":487.76,"prop_t39":"Bob","prop_v03":"https://example.org/v1"},{"prop_t39":"GRCh38","prop_v03":"https://data.io/api"},{"prop_t39":"New York"}]}
TASK repair_structured_output SPEC FIELD attr_m97 TYPE string REQUIRED yes FIELD val_w39 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD prop_c70 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD dim_s63 TYPE boolean REQUIRED no FIELD field_a20[].param_u12 TYPE string_uri REQUIRED no FIELD field_...
{"attr_m97":"RTG-04","prop_c70":"enterprise","dim_s63":false,"field_a20":[{"param_u12":"https://api.org/api","key_o67":"rejected","dim_l54":586,"field_s17":"arctic","attr_a70":664,"field_i45":"GBP"},{"param_u12":"https://example.com/v1","dim_f47":"Bob","key_o67":"rejected","col_t32":"large","dim_l54":477,"field_s17":"c...
missing_bracket
{ "type": "object", "properties": { "attr_m97": { "type": "string" }, "val_w39": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "prop_c70": { "type": "string", "enum": [ "free", "basic", "pro", ...
{"attr_m97":"RTG-04","prop_c70":"enterprise","dim_s63":false,"field_a20":[{"param_u12":"https://api.org/api","key_o67":"rejected","dim_l54":586,"field_s17":"arctic","attr_a70":664,"field_i45":"GBP"},{"param_u12":"https://example.com/v1","dim_f47":"Bob","key_o67":"rejected","col_t32":"large","dim_l54":477,"field_s17":"c...
Missing closing bracket
{"attr_m97":"RTG-04","prop_c70":"enterprise","dim_s63":false,"field_a20":[{"param_u12":"https://api.org/api","key_o67":"rejected","dim_l54":586,"field_s17":"arctic","attr_a70":664,"field_i45":"GBP"},{"param_u12":"https://example.com/v1","dim_f47":"Bob","key_o67":"rejected","col_t32":"large","dim_l54":477,"field_s17":"c...
TASK repair_structured_output SPEC FIELD interest_rate TYPE string REQUIRED no FIELD vessel_name TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD size TYPE string_date-time REQUIRED no FIELD sensor_id TYPE integer REQUIRED no FIELD position[] TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no BRO...
{"interest_rate":"Sao Paulo","vessel_name":"large","size":"2022-02-07T22:27:00Z","sensor_id":607}
single_quotes
{ "type": "object", "properties": { "interest_rate": { "type": "string" }, "vessel_name": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "size": { "type": "string", "format": "date-time" }, "sensor_i...
{'interest_rate':'Sao Paulo','vessel_name':'large','size':'2022-02-07T22:27:00Z','sensor_id':607}
Expecting property name enclosed in double quotes
{"interest_rate":"Sao Paulo","vessel_name":"large","size":"2022-02-07T22:27:00Z","sensor_id":607}
TASK repair_structured_output SPEC FIELD dim_i85 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD col_y73 TYPE integer REQUIRED yes FIELD attr_c48 TYPE string VALUES reliable|unstable|intermittent REQUIRED no BROKEN_OUTPUT ```json {"dim_i85":"oceanic","col_y73":819,"attr_c48":"unstable"} ```
{"dim_i85":"oceanic","col_y73":819,"attr_c48":"unstable"}
markdown_fences
{ "type": "object", "properties": { "dim_i85": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "col_y73": { "type": "integer" }, "attr_c48": { "type": "string", "enum": [ "reliable", "...
```json {"dim_i85":"oceanic","col_y73":819,"attr_c48":"unstable"} ```
Output contains markdown code fences
{"dim_i85":"oceanic","col_y73":819,"attr_c48":"unstable"}
TASK repair_structured_output SPEC FIELD field_c44 TYPE string_uri REQUIRED yes FIELD key_y65 TYPE string REQUIRED no FIELD param_z86 TYPE string REQUIRED no FIELD key_c29.prop_z44 TYPE string_date-time REQUIRED no FIELD key_c29.prop_u47 TYPE string REQUIRED no FIELD key_c29.attr_y74 TYPE string REQUIRED yes FIELD key...
{"field_c44":"https://www.io/v1","param_z86":"REV","key_c29":{"prop_z44":"2026-01-09T21:13:00Z","prop_u47":"MV-Evergreen-01","attr_y74":"chr1","key_p84":{"field_l24":"test@domain.org","param_c47":163,"val_g98":399.48,"prop_t56":524,"val_k99":750}}}
tool_call_bad_format
{ "type": "object", "properties": { "field_c44": { "type": "string", "format": "uri" }, "key_y65": { "type": "string" }, "param_z86": { "type": "string" }, "key_c29": { "type": "object", "properties": { "prop_z44": { "type": "string",...
<functioncall> verify_hazmat_compliance {field_c44: "https://www.io/v1", param_z86: "REV", key_c29: {prop_z44: "2026-01-09T21:13:00Z", prop_u47: "MV-Evergreen-01", attr_y74: "chr1", key_p84: {field_l24: "test@domain.org", param_c47: 163, val_g98: 399.48, prop_t56: 524, val_k99: 750}}}
Tool call has malformed arguments — unquoted keys in function parameters
{"field_c44":"https://www.io/v1","param_z86":"REV","key_c29":{"prop_z44":"2026-01-09T21:13:00Z","prop_u47":"MV-Evergreen-01","attr_y74":"chr1","key_p84":{"field_l24":"test@domain.org","param_c47":163,"val_g98":399.48,"prop_t56":524,"val_k99":750}}}
TASK repair_structured_output SPEC FIELD values TYPE number REQUIRED yes FIELD tags TYPE string_uri REQUIRED no FIELD due_date TYPE string_email REQUIRED no FIELD language TYPE number REQUIRED no FIELD procedure_code[] TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes BROKEN_OUTPUT {"values":161.98,"due_d...
{"values":161.98,"due_date":"info@example.com","language":550.83,"procedure_code":["inland","oceanic","inland","oceanic"]}
trailing_comma
{ "type": "object", "properties": { "values": { "type": "number" }, "tags": { "type": "string", "format": "uri" }, "due_date": { "type": "string", "format": "email" }, "language": { "type": "number" }, "procedure_code": { "type": "array",...
{"values":161.98,"due_date":"info@example.com","language":550.83,"procedure_code":["inland","oceanic","inland","oceanic"],}
Unexpected trailing comma
{"values":161.98,"due_date":"info@example.com","language":550.83,"procedure_code":["inland","oceanic","inland","oceanic"]}
TASK repair_structured_output SPEC FIELD attr_b71 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD col_b88 TYPE string_email REQUIRED yes FIELD dim_q61 TYPE null REQUIRED no BROKEN_OUTPUT {"attr_b71":"delivered","col_b88":"ops@example.com","dim_q61":null
{"attr_b71":"delivered","col_b88":"ops@example.com","dim_q61":null}
missing_brace
{ "type": "object", "properties": { "attr_b71": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "col_b88": { "type": "string", "format": "email" }, "dim_q61": { "type": "null" } }, "requir...
{"attr_b71":"delivered","col_b88":"ops@example.com","dim_q61":null
Missing closing brace
{"attr_b71":"delivered","col_b88":"ops@example.com","dim_q61":null}
TASK repair_structured_output SPEC FIELD batch_code TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD phenotype TYPE string VALUES single|married|divorced REQUIRED yes FIELD shipper_ref TYPE string REQUIRED yes FIELD altitude.active TYPE string REQUIRED yes FIELD altitude.gene_id TYPE string_ema...
{"batch_code":"cat_f","phenotype":"married","shipper_ref":"Smith"}
invalid_enum
{ "type": "object", "properties": { "batch_code": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "phenotype": { "type": "string", "enum": [ "single", "married", ...
{"batch_code": "invalid_option_64", "phenotype": "married", "shipper_ref": "Smith"}
Field 'batch_code' has invalid enum value 'invalid_option_64', expected one of ['cat_a', 'cat_b', 'cat_c', 'cat_d', 'cat_e', 'cat_f']
{"batch_code":"cat_f","phenotype":"married","shipper_ref":"Smith"}
TASK repair_structured_output SPEC FIELD loan_amount TYPE string VALUES draft|published|archived REQUIRED no FIELD amount TYPE string VALUES admin|editor|viewer REQUIRED no FIELD fleet_number TYPE number REQUIRED no FIELD yield_pct TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD shipper_ref TYPE string VALU...
{"loan_amount":"archived","fleet_number":190.08,"yield_pct":"sms","shipper_ref":"escalated"}
single_quotes
{ "type": "object", "properties": { "loan_amount": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "amount": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "fleet_number": { ...
{'loan_amount':'archived','fleet_number':190.08,'yield_pct':'sms','shipper_ref':'escalated'}
Expecting property name enclosed in double quotes
{"loan_amount":"archived","fleet_number":190.08,"yield_pct":"sms","shipper_ref":"escalated"}
TASK repair_structured_output SPEC FIELD enabled TYPE integer REQUIRED yes FIELD footnote TYPE boolean REQUIRED yes FIELD lab_result TYPE boolean REQUIRED yes FIELD catalyst TYPE string_uri REQUIRED yes FIELD full_name TYPE string VALUES open|in_progress|resolved|closed REQUIRED no BROKEN_OUTPUT {"enabled": 168, "foo...
{"enabled":168,"footnote":true,"lab_result":true,"catalyst":"https://www.io/v1","full_name":"closed"}
null_required
{ "type": "object", "properties": { "enabled": { "type": "integer" }, "footnote": { "type": "boolean" }, "lab_result": { "type": "boolean" }, "catalyst": { "type": "string", "format": "uri" }, "full_name": { "type": "string", "enum": [ ...
{"enabled": 168, "footnote": null, "lab_result": true, "catalyst": "https://www.io/v1", "full_name": "closed"}
Required field 'footnote' is null
{"enabled":168,"footnote":true,"lab_result":true,"catalyst":"https://www.io/v1","full_name":"closed"}
TASK repair_structured_output SPEC FIELD id TYPE number REQUIRED no FIELD run_id TYPE string REQUIRED yes FIELD tax.tax TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD tax.user_id TYPE null REQUIRED no FIELD tax.username TYPE string REQUIRED no FIELD tax.product_id.options TYPE boolean REQUIRED y...
{"id":977.89,"run_id":"cancelled","tax":{"user_id":null,"username":"John","interest_rate":true,"consignee":{"first_name":true,"subject":"pending_review","features":"John","turbidity":"ops@example.com"},"published":"frameshift","shift_code":"https://data.org/v1"}}
single_quotes
{ "type": "object", "properties": { "id": { "type": "number" }, "run_id": { "type": "string" }, "tax": { "type": "object", "properties": { "tax": { "type": "string", "enum": [ "open", "in_progress", "resolved...
{'id':977.89,'run_id':'cancelled','tax':{'user_id':null,'username':'John','interest_rate':true,'consignee':{'first_name':true,'subject':'pending_review','features':'John','turbidity':'ops@example.com'},'published':'frameshift','shift_code':'https://data.org/v1'}}
Expecting property name enclosed in double quotes
{"id":977.89,"run_id":"cancelled","tax":{"user_id":null,"username":"John","interest_rate":true,"consignee":{"first_name":true,"subject":"pending_review","features":"John","turbidity":"ops@example.com"},"published":"frameshift","shift_code":"https://data.org/v1"}}
TASK repair_structured_output SPEC FIELD umi TYPE string REQUIRED no FIELD nickname TYPE number REQUIRED yes FIELD procedure_code TYPE null REQUIRED no FIELD width[] TYPE null REQUIRED no BROKEN_OUTPUT Based on the data, nickname is 465.65. {"nickname":465.65,"procedure_code":null,"width":[null]}
{"nickname":465.65,"procedure_code":null,"width":[null]}
partial_structure
{ "type": "object", "properties": { "umi": { "type": "string" }, "nickname": { "type": "number" }, "procedure_code": { "type": "null" }, "width": { "type": "array", "items": { "type": "null" } } }, "required": [ "nickname" ] }
Based on the data, nickname is 465.65. {"nickname":465.65,"procedure_code":null,"width":[null]}
Output mixes natural language with JSON
{"nickname":465.65,"procedure_code":null,"width":[null]}
TASK repair_structured_output SPEC FIELD zip_code TYPE boolean REQUIRED yes FIELD subtotal TYPE integer REQUIRED yes FIELD tags TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD maturity_date TYPE string REQUIRED no FIELD features TYPE string VALUES berthed|anchored|underway|moored REQUI...
{"zip_code":true,"subtotal":523,"tags":"pending_review","maturity_date":"Santos","features":"moored","voltage":true}
number_with_unit
{ "type": "object", "properties": { "zip_code": { "type": "boolean" }, "subtotal": { "type": "integer" }, "tags": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "maturity_date": { ...
{"zip_code": true, "subtotal": "523cm", "tags": "pending_review", "maturity_date": "Santos", "features": "moored", "voltage": true}
Field 'subtotal' must be number, got string with unit
{"zip_code":true,"subtotal":523,"tags":"pending_review","maturity_date":"Santos","features":"moored","voltage":true}
TASK repair_structured_output SPEC FIELD order_id TYPE string REQUIRED no FIELD gene_id TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD status_code TYPE string REQUIRED no FIELD features TYPE integer REQUIRED yes FIELD paragraph TYPE integer REQUIRED no BROKEN_OUTPUT {"order_id":"hello","gene_id":"...
{"order_id":"hello","gene_id":"coastal","status_code":"Johnson","features":894,"paragraph":845}
trailing_comma
{ "type": "object", "properties": { "order_id": { "type": "string" }, "gene_id": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "status_code": { "type": "string" }, "features": { "type": "int...
{"order_id":"hello","gene_id":"coastal","status_code":"Johnson","features":894,"paragraph":845,}
Unexpected trailing comma
{"order_id":"hello","gene_id":"coastal","status_code":"Johnson","features":894,"paragraph":845}
TASK repair_structured_output SPEC FIELD col_b99 TYPE string_uri REQUIRED yes FIELD attr_z45.col_u84 TYPE integer REQUIRED yes FIELD attr_z45.col_m82.key_c87 TYPE integer REQUIRED no FIELD attr_z45.col_m82.col_l68 TYPE string REQUIRED no FIELD attr_z45.col_m82.field_n54 TYPE string VALUES pending_review|confirmed|reje...
{"col_b99":"https://www.org/v1","attr_z45":{"col_u84":459,"param_e76":false,"col_n86":723.15,"param_h05":"hello"},"key_p95":"info@example.com","prop_i71":"https://example.com/v1"}
trailing_comma
{ "type": "object", "properties": { "col_b99": { "type": "string", "format": "uri" }, "attr_z45": { "type": "object", "properties": { "col_u84": { "type": "integer" }, "col_m82": { "type": "object", "properties": { ...
{"col_b99":"https://www.org/v1","attr_z45":{"col_u84":459,"param_e76":false,"col_n86":723.15,"param_h05":"hello"},"key_p95":"info@example.com","prop_i71":"https://example.com/v1",}
Unexpected trailing comma
{"col_b99":"https://www.org/v1","attr_z45":{"col_u84":459,"param_e76":false,"col_n86":723.15,"param_h05":"hello"},"key_p95":"info@example.com","prop_i71":"https://example.com/v1"}
TASK repair_structured_output SPEC FIELD prop_x57 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD key_l87 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD attr_q86 TYPE boolean REQUIRED no BROKEN_OUTPUT {"prop_x57":"heterozygous","key_l87":"phone","attr_q86":true,}
{"prop_x57":"heterozygous","key_l87":"phone","attr_q86":true}
trailing_comma
{ "type": "object", "properties": { "prop_x57": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "key_l87": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, ...
{"prop_x57":"heterozygous","key_l87":"phone","attr_q86":true,}
Unexpected trailing comma
{"prop_x57":"heterozygous","key_l87":"phone","attr_q86":true}
TASK repair_structured_output SPEC FIELD param_h10 TYPE string REQUIRED no FIELD param_u28 TYPE integer REQUIRED yes FIELD prop_e49 TYPE string REQUIRED yes FIELD val_r67.key_d14 TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD val_r67.col_i56 TYPE boolean REQUIRED yes FIELD val_r67.param_k51 TYPE string REQ...
{"param_h10":"GRCh38","param_u28":696,"prop_e49":"REV","val_r67":{"key_d14":"type_c","col_i56":false,"param_k51":"2024-01-15"}}
missing_bracket
{ "type": "object", "properties": { "param_h10": { "type": "string" }, "param_u28": { "type": "integer" }, "prop_e49": { "type": "string" }, "val_r67": { "type": "object", "properties": { "key_d14": { "type": "string", "enum": [ ...
{"param_h10":"GRCh38","param_u28":696,"prop_e49":"REV","val_r67":{"key_d14":"type_c","col_i56":false,"param_k51":"2024-01-15"}}
Missing closing bracket
{"param_h10":"GRCh38","param_u28":696,"prop_e49":"REV","val_r67":{"key_d14":"type_c","col_i56":false,"param_k51":"2024-01-15"}}
TASK repair_structured_output SPEC FIELD country TYPE string REQUIRED yes FIELD strand TYPE string_uri REQUIRED yes FIELD crew_id.length TYPE number REQUIRED yes FIELD crew_id.subject TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD crew_id.type TYPE null REQUIRED yes FIELD crew_id.torque_...
{"country":"baz","strand":"https://www.org/data","crew_id":{"length":461.74,"subject":"maintenance","type":null,"torque_output":[{"footnote":"viewer","item_id":"Hapag-Lloyd-Express"},{"category":"mode_d","footnote":"viewer","item_id":"baz"}]},"published":51.33,"brake_pressure":true}
markdown_fences
{ "type": "object", "properties": { "country": { "type": "string" }, "strand": { "type": "string", "format": "uri" }, "crew_id": { "type": "object", "properties": { "length": { "type": "number" }, "subject": { "type": "str...
```json {"country":"baz","strand":"https://www.org/data","crew_id":{"length":461.74,"subject":"maintenance","type":null,"torque_output":[{"footnote":"viewer","item_id":"Hapag-Lloyd-Express"},{"category":"mode_d","footnote":"viewer","item_id":"baz"}]},"published":51.33,"brake_pressure":true} ```
Output contains markdown code fences
{"country":"baz","strand":"https://www.org/data","crew_id":{"length":461.74,"subject":"maintenance","type":null,"torque_output":[{"footnote":"viewer","item_id":"Hapag-Lloyd-Express"},{"category":"mode_d","footnote":"viewer","item_id":"baz"}]},"published":51.33,"brake_pressure":true}
TASK repair_structured_output SPEC FIELD prop_t13 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes FIELD attr_t36 TYPE boolean REQUIRED no FIELD val_w91 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD param_c49 TYPE boolean REQUIRED yes FIELD val_x50 TYPE string REQU...
{"prop_t13":"cat_e","param_c49":true,"val_x50":"test"}
invalid_enum
{ "type": "object", "properties": { "prop_t13": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "attr_t36": { "type": "boolean" }, "val_w91": { "type": "string", "enum": [ ...
{"prop_t13": "invalid_value_241", "param_c49": true, "val_x50": "test"}
Field 'prop_t13' has invalid enum value 'invalid_value_241', expected one of ['cat_a', 'cat_b', 'cat_c', 'cat_d', 'cat_e', 'cat_f']
{"prop_t13":"cat_e","param_c49":true,"val_x50":"test"}
TASK repair_structured_output SPEC FIELD key_a85 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes FIELD col_w41 TYPE string_date-time REQUIRED no FIELD col_q16.param_y14 TYPE integer REQUIRED no FIELD col_q16.dim_u54 TYPE string REQUIRED no FIELD col_q16.field_c76 TYPE integer REQUIRED no FIEL...
{"key_a85":"mode_c","col_w41":"2020-04-26T15:12:00Z","col_q16":{"param_y14":377,"field_c76":632,"col_a45":811,"col_h52":{"dim_y99":"mode_b","key_s07":["Bob","Smith"]},"col_a24":{"col_c31":"completed","key_b71":870.26,"field_q57":"MV-Evergreen-01","val_z01":"low","col_j74":"maintenance"}}}
extra_field
{ "type": "object", "properties": { "key_a85": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", "mode_f" ] }, "col_w41": { "type": "string", "format": "date-time" }, "col_q16": { "t...
{"key_a85": "mode_c", "col_w41": "2020-04-26T15:12:00Z", "col_q16": {"param_y14": 377, "field_c76": 632, "col_a45": 811, "col_h52": {"dim_y99": "mode_b", "key_s07": ["Bob", "Smith"]}, "col_a24": {"col_c31": "completed", "key_b71": 870.26, "field_q57": "MV-Evergreen-01", "val_z01": "low", "col_j74": "maintenance"}}, "ex...
Unknown field 'extra_data_6623' not defined in schema
{"key_a85":"mode_c","col_w41":"2020-04-26T15:12:00Z","col_q16":{"param_y14":377,"field_c76":632,"col_a45":811,"col_h52":{"dim_y99":"mode_b","key_s07":["Bob","Smith"]},"col_a24":{"col_c31":"completed","key_b71":870.26,"field_q57":"MV-Evergreen-01","val_z01":"low","col_j74":"maintenance"}}}
TASK repair_structured_output SPEC FIELD language TYPE string_date-time REQUIRED yes FIELD latitude TYPE string_uri REQUIRED yes FIELD repository TYPE string REQUIRED yes FIELD vessel_name TYPE integer REQUIRED yes BROKEN_OUTPUT {"language": "2021-08-17T04:31:00", "latitude": "https://example.com/data", "repository":...
{"language":"2021-08-17T04:31:00Z","latitude":"https://example.com/data","repository":"user@domain.com","vessel_name":743}
date_format_error
{ "type": "object", "properties": { "language": { "type": "string", "format": "date-time" }, "latitude": { "type": "string", "format": "uri" }, "repository": { "type": "string" }, "vessel_name": { "type": "integer" } }, "required": [ "repos...
{"language": "2021-08-17T04:31:00", "latitude": "https://example.com/data", "repository": "user@domain.com", "vessel_name": 743}
Field 'language' has invalid date format
{"language":"2021-08-17T04:31:00Z","latitude":"https://example.com/data","repository":"user@domain.com","vessel_name":743}
TASK repair_structured_output SPEC FIELD col_j37 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD prop_m67 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD col_f58 TYPE integer REQUIRED yes FIELD val_p95 TYPE string REQUIRED yes FIELD param_j74 TYPE integer REQUIRED no BROKEN_OUTPUT book_appointment(col_j...
{"col_j37":"medium","prop_m67":"mode_a","col_f58":69,"val_p95":"Hapag-Lloyd-Express","param_j74":307}
tool_call_python_syntax
{ "type": "object", "properties": { "col_j37": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "prop_m67": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "col_f58": { "type": "int...
book_appointment(col_j37='medium', prop_m67='mode_a', col_f58=69, val_p95='Hapag-Lloyd-Express', param_j74=307)
Tool call uses Python syntax instead of JSON
{"col_j37":"medium","prop_m67":"mode_a","col_f58":69,"val_p95":"Hapag-Lloyd-Express","param_j74":307}
TASK repair_structured_output SPEC FIELD organism TYPE string REQUIRED no FIELD quantity TYPE integer REQUIRED yes FIELD category[].span_id TYPE string REQUIRED yes FIELD category[].priority TYPE integer REQUIRED no FIELD category[].allele TYPE string REQUIRED no FIELD category[].footnote TYPE string REQUIRED no FIELD...
{"organism":"demo","quantity":976,"category":[{"span_id":"A short description.","priority":269,"allele":"approved","footnote":"bar"},{"span_id":"https://api.example.com/v1","footnote":"sample"},{"span_id":"2024-06-30","footnote":"example"},{"span_id":"test@example.com","footnote":"2024-01-15"}],"interest_rate":[{"curre...
wrong_type
{ "type": "object", "properties": { "organism": { "type": "string" }, "quantity": { "type": "integer" }, "category": { "type": "array", "items": { "type": "object", "properties": { "span_id": { "type": "string" }, ...
{"organism": "demo", "quantity": "\"976\"", "category": [{"span_id": "A short description.", "priority": 269, "allele": "approved", "footnote": "bar"}, {"span_id": "https://api.example.com/v1", "footnote": "sample"}, {"span_id": "2024-06-30", "footnote": "example"}, {"span_id": "test@example.com", "footnote": "2024-01-...
Field 'quantity' must be integer, got string
{"organism":"demo","quantity":976,"category":[{"span_id":"A short description.","priority":269,"allele":"approved","footnote":"bar"},{"span_id":"https://api.example.com/v1","footnote":"sample"},{"span_id":"2024-06-30","footnote":"example"},{"span_id":"test@example.com","footnote":"2024-01-15"}],"interest_rate":[{"curre...
TASK repair_structured_output SPEC FIELD col_u79 TYPE string REQUIRED no FIELD dim_k49 TYPE integer REQUIRED no FIELD val_h77.attr_u20 TYPE string REQUIRED yes FIELD val_h77.val_o90 TYPE boolean REQUIRED no FIELD val_h77.param_f52.dim_l23 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD val_h77.pa...
{"col_u79":"pending","dim_k49":691,"val_h77":{"attr_u20":"test@example.com","param_f52":{"dim_l23":"anchored","field_e10":"coastal","dim_h24":["Jane","Charlie","Berlin"]},"val_t66":{"prop_x57":567,"key_a52":"Tokyo","val_g51":463.21,"key_p38":true,"dim_x41":false,"col_x80":"inactive"}},"col_g96":{"col_m59":false,"field_...
number_with_unit
{ "type": "object", "properties": { "col_u79": { "type": "string" }, "dim_k49": { "type": "integer" }, "val_h77": { "type": "object", "properties": { "attr_u20": { "type": "string" }, "val_o90": { "type": "boolean" }, ...
{"col_u79": "pending", "dim_k49": "691ms", "val_h77": {"attr_u20": "test@example.com", "param_f52": {"dim_l23": "anchored", "field_e10": "coastal", "dim_h24": ["Jane", "Charlie", "Berlin"]}, "val_t66": {"prop_x57": 567, "key_a52": "Tokyo", "val_g51": 463.21, "key_p38": true, "dim_x41": false, "col_x80": "inactive"}}, "...
Field 'dim_k49' must be number, got string with unit
{"col_u79":"pending","dim_k49":691,"val_h77":{"attr_u20":"test@example.com","param_f52":{"dim_l23":"anchored","field_e10":"coastal","dim_h24":["Jane","Charlie","Berlin"]},"val_t66":{"prop_x57":567,"key_a52":"Tokyo","val_g51":463.21,"key_p38":true,"dim_x41":false,"col_x80":"inactive"}},"col_g96":{"col_m59":false,"field_...
TASK repair_structured_output SPEC FIELD format TYPE boolean REQUIRED yes FIELD user_id TYPE string_uri REQUIRED no FIELD manifest_ref.address TYPE string VALUES success|error|warning|info REQUIRED no FIELD manifest_ref.commit_hash TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD ma...
{"format":false,"user_id":"https://example.io/data","manifest_ref":{"address":"warning","commit_hash":"level_6","filter_flag":354.6},"vessel_name":725,"url":"2023-12-25","berth_slot":{"phone":"heterozygous","subtotal":"option_b","chapter":"push"}}
markdown_explanation
{ "type": "object", "properties": { "format": { "type": "boolean" }, "user_id": { "type": "string", "format": "uri" }, "manifest_ref": { "type": "object", "properties": { "address": { "type": "string", "enum": [ "success", ...
Pipeline result: ```json {"format":false,"user_id":"https://example.io/data","manifest_ref":{"address":"warning","commit_hash":"level_6","filter_flag":354.6},"vessel_name":725,"url":"2023-12-25","berth_slot":{"phone":"heterozygous","subtotal":"option_b","chapter":"push"}} ``` Feel free to ask if you have questions.
Output contains markdown and explanatory text around JSON
{"format":false,"user_id":"https://example.io/data","manifest_ref":{"address":"warning","commit_hash":"level_6","filter_flag":354.6},"vessel_name":725,"url":"2023-12-25","berth_slot":{"phone":"heterozygous","subtotal":"option_b","chapter":"push"}}
TASK repair_structured_output SPEC FIELD voltage TYPE string REQUIRED yes FIELD vital_sign TYPE string REQUIRED yes FIELD gene_id TYPE number REQUIRED yes BROKEN_OUTPUT {"vital_sign": "2024-06-30", "gene_id": 709.6}
{"voltage":"test","vital_sign":"2024-06-30","gene_id":709.6}
missing_required
{ "type": "object", "properties": { "voltage": { "type": "string" }, "vital_sign": { "type": "string" }, "gene_id": { "type": "number" } }, "required": [ "gene_id", "voltage", "vital_sign" ] }
{"vital_sign": "2024-06-30", "gene_id": 709.6}
Required field 'voltage' is missing
{"voltage":"test","vital_sign":"2024-06-30","gene_id":709.6}
TASK repair_structured_output SPEC FIELD col_w75 TYPE string REQUIRED yes FIELD prop_n76 TYPE string REQUIRED no FIELD field_m04 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD field_a15 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD attr_k38.key_s10 TYPE string VALUES active|inactive|pendin...
{"col_w75":"world","field_a15":"black","attr_k38":{"key_s10":"active","col_c22":"new","key_r78":"info@test.io","field_d11":"2021-05-03T09:42:00Z"},"param_y98":"Paris","attr_e88":287.13,"col_b85":"pending_review"}
markdown_fences
{ "type": "object", "properties": { "col_w75": { "type": "string" }, "prop_n76": { "type": "string" }, "field_m04": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "field_a15": { "type": "str...
```json {"col_w75":"world","field_a15":"black","attr_k38":{"key_s10":"active","col_c22":"new","key_r78":"info@test.io","field_d11":"2021-05-03T09:42:00Z"},"param_y98":"Paris","attr_e88":287.13,"col_b85":"pending_review"} ```
Output contains markdown code fences
{"col_w75":"world","field_a15":"black","attr_k38":{"key_s10":"active","col_c22":"new","key_r78":"info@test.io","field_d11":"2021-05-03T09:42:00Z"},"param_y98":"Paris","attr_e88":287.13,"col_b85":"pending_review"}
TASK repair_structured_output SPEC FIELD level TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD consignee TYPE null REQUIRED no FIELD latitude TYPE null REQUIRED no FIELD updated_at TYPE string REQUIRED yes FIELD ph_level TYPE string_date-time REQUIRED no FIELD features TYPE string REQUIRED yes ...
{"level":"closed","consignee":null,"latitude":null,"updated_at":"active","ph_level":"2021-05-20T13:21:00Z","features":"Hapag-Lloyd-Express"}
tool_call_python_syntax
{ "type": "object", "properties": { "level": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "consignee": { "type": "null" }, "latitude": { "type": "null" }, "updated_at": { "type": "string...
process_payment(level='closed', consignee=None, latitude=None, updated_at='active', ph_level='2021-05-20T13:21:00Z', features='Hapag-Lloyd-Express')
Tool call uses Python syntax instead of JSON
{"level":"closed","consignee":null,"latitude":null,"updated_at":"active","ph_level":"2021-05-20T13:21:00Z","features":"Hapag-Lloyd-Express"}
TASK repair_structured_output SPEC FIELD dim_w30 TYPE string VALUES mode_a|mode_b REQUIRED yes FIELD attr_g04 TYPE string VALUES active|inactive|pending REQUIRED no FIELD field_v36.val_j78 TYPE number REQUIRED no FIELD field_v36.field_r23 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIELD field_v36.param_a6...
{"dim_w30":"mode_a","attr_g04":"pending","field_v36":{"field_r23":"cat_c","param_a63":"large","key_t21":283.9},"val_c48":"hello","attr_s95":632,"val_u73":{"key_h07":"2020-08-15T13:31:00Z","dim_d34":false,"val_l72":"mode_b","dim_y02":289.61,"dim_u33":"cat_c"}}
agent_chain
{ "type": "object", "properties": { "dim_w30": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "attr_g04": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "field_v36": { "type": "object", ...
Let me check the system. Action: annotate_mutation Result: {"attr_g04": "pending", "field_v36": {"field_r23": "cat_c", "param_a63": "large", "key_t21": 283.9}, "val_c48": "hello", "attr_s95": 632, "val_u73": {"key_h07": "2020-08-15T13:31:00Z", "dim_d34": false, "val_l72": "mode_b", "dim_y02": 289.61, "dim_u33": "cat_c"...
Agent multi-step chain with truncated tool output
{"dim_w30":"mode_a","attr_g04":"pending","field_v36":{"field_r23":"cat_c","param_a63":"large","key_t21":283.9},"val_c48":"hello","attr_s95":632,"val_u73":{"key_h07":"2020-08-15T13:31:00Z","dim_d34":false,"val_l72":"mode_b","dim_y02":289.61,"dim_u33":"cat_c"}}
TASK repair_structured_output SPEC FIELD key_g23 TYPE string REQUIRED yes FIELD attr_w14 TYPE string REQUIRED yes FIELD key_v11 TYPE string REQUIRED yes BROKEN_OUTPUT {"key_g23":"Charlie","attr_w14":"Paris","key_v11":"user@domain.com"
{"key_g23":"Charlie","attr_w14":"Paris","key_v11":"user@domain.com"}
truncated_array
{ "type": "object", "properties": { "key_g23": { "type": "string" }, "attr_w14": { "type": "string" }, "key_v11": { "type": "string" } }, "required": [ "attr_w14", "key_v11", "key_g23" ] }
{"key_g23":"Charlie","attr_w14":"Paris","key_v11":"user@domain.com"
Unexpected end of JSON input — truncated object
{"key_g23":"Charlie","attr_w14":"Paris","key_v11":"user@domain.com"}
TASK repair_structured_output SPEC FIELD col_j23 TYPE string REQUIRED yes FIELD val_w32 TYPE string REQUIRED yes FIELD val_s54 TYPE string_email REQUIRED no FIELD field_m19 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD param_n29 TYPE integer REQUIRED yes FIELD key_z42 TYPE string REQUIRED yes ...
{"col_j23":"QC-07","val_w32":"sample","val_s54":"admin@domain.org","param_n29":986,"key_z42":"QC-07"}
truncated_array
{ "type": "object", "properties": { "col_j23": { "type": "string" }, "val_w32": { "type": "string" }, "val_s54": { "type": "string", "format": "email" }, "field_m19": { "type": "string", "enum": [ "open", "in_progress", "resolve...
{"col_j23":"QC-07","val_w32":"sample","val_s54":"admin@domain.org","param_n29":986,"key_z42":"QC-07"
Unexpected end of JSON input — truncated object
{"col_j23":"QC-07","val_w32":"sample","val_s54":"admin@domain.org","param_n29":986,"key_z42":"QC-07"}
TASK repair_structured_output SPEC FIELD prop_p39 TYPE string VALUES single|married|divorced REQUIRED yes FIELD key_z93 TYPE string_date-time REQUIRED yes FIELD param_z37 TYPE integer REQUIRED yes BROKEN_OUTPUT lookup_customer(prop_p39='married', key_z93='2025-06-21T03:54:00Z', param_z37=817)
{"prop_p39":"married","key_z93":"2025-06-21T03:54:00Z","param_z37":817}
tool_call_python_syntax
{ "type": "object", "properties": { "prop_p39": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "key_z93": { "type": "string", "format": "date-time" }, "param_z37": { "type": "integer" } }, "required": [ "...
lookup_customer(prop_p39='married', key_z93='2025-06-21T03:54:00Z', param_z37=817)
Tool call uses Python syntax instead of JSON
{"prop_p39":"married","key_z93":"2025-06-21T03:54:00Z","param_z37":817}
TASK repair_structured_output SPEC FIELD notes TYPE integer REQUIRED yes FIELD crew_id TYPE string REQUIRED no FIELD fleet_number.shipper_ref TYPE integer REQUIRED yes FIELD fleet_number.image_url.total TYPE boolean REQUIRED no FIELD fleet_number.image_url.sensor_id TYPE string REQUIRED yes FIELD fleet_number.image_ur...
{"notes":717,"crew_id":"This is a test value.","fleet_number":{"shipper_ref":412,"image_url":{"total":true,"sensor_id":"A short description.","quantity":333,"timezone":"black","version":"user@example.com","step":"pending_review"},"ward":605,"turbidity":true,"catalyst":"baz"},"payment_status":{"organism":107.27,"half_li...
extra_text_before
{ "type": "object", "properties": { "notes": { "type": "integer" }, "crew_id": { "type": "string" }, "fleet_number": { "type": "object", "properties": { "shipper_ref": { "type": "integer" }, "image_url": { "type": "object", ...
Below is the JSON object: {"notes":717,"crew_id":"This is a test value.","fleet_number":{"shipper_ref":412,"image_url":{"total":true,"sensor_id":"A short description.","quantity":333,"timezone":"black","version":"user@example.com","step":"pending_review"},"ward":605,"turbidity":true,"catalyst":"baz"},"payment_status":{...
Output contains non-JSON text before the object
{"notes":717,"crew_id":"This is a test value.","fleet_number":{"shipper_ref":412,"image_url":{"total":true,"sensor_id":"A short description.","quantity":333,"timezone":"black","version":"user@example.com","step":"pending_review"},"ward":605,"turbidity":true,"catalyst":"baz"},"payment_status":{"organism":107.27,"half_li...
TASK repair_structured_output SPEC FIELD ward TYPE integer REQUIRED no FIELD payment_status TYPE string REQUIRED no FIELD altitude TYPE boolean REQUIRED no FIELD umi TYPE integer REQUIRED no FIELD type[] TYPE integer REQUIRED yes BROKEN_OUTPUT {"ward": 339, "payment_status": "https://api.example.com/v1", "altitude": ...
{"ward":339,"payment_status":"https://api.example.com/v1","altitude":true,"umi":374,"type":[509,766]}
missing_required
{ "type": "object", "properties": { "ward": { "type": "integer" }, "payment_status": { "type": "string" }, "altitude": { "type": "boolean" }, "umi": { "type": "integer" }, "type": { "type": "array", "items": { "type": "integer" } ...
{"ward": 339, "payment_status": "https://api.example.com/v1", "altitude": true, "umi": 374}
Required field 'type' is missing
{"ward":339,"payment_status":"https://api.example.com/v1","altitude":true,"umi":374,"type":[509,766]}
TASK repair_structured_output SPEC FIELD velocity TYPE string REQUIRED yes FIELD enabled TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD footnote TYPE number REQUIRED no FIELD insurance_id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD filter_flag TYPE string VAL...
{"velocity":"example","footnote":538.39,"insurance_id":"hemizygous","filter_flag":"warning","quantity":720.37,"dosage":"level_2","country":"type_c"}
single_quotes
{ "type": "object", "properties": { "velocity": { "type": "string" }, "enabled": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "footnote": { "type": "number" }, "insurance_id": { ...
{'velocity':'example','footnote':538.39,'insurance_id':'hemizygous','filter_flag':'warning','quantity':720.37,'dosage':'level_2','country':'type_c'}
Expecting property name enclosed in double quotes
{"velocity":"example","footnote":538.39,"insurance_id":"hemizygous","filter_flag":"warning","quantity":720.37,"dosage":"level_2","country":"type_c"}
TASK repair_structured_output SPEC FIELD attr_q65 TYPE string REQUIRED no FIELD prop_l13 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD field_p33 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD param_i55 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD field_a72 TYPE boole...
{"attr_q65":"https://api.example.com/v1","prop_l13":"critical","field_p33":"closed","param_i55":"viewer","field_s21":"2024-01-15"}
missing_required
{ "type": "object", "properties": { "attr_q65": { "type": "string" }, "prop_l13": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "field_p33": { "type": "string", "enum": [ "open", "in_prog...
{"attr_q65": "https://api.example.com/v1", "prop_l13": "critical", "param_i55": "viewer", "field_s21": "2024-01-15"}
Required field 'field_p33' is missing
{"attr_q65":"https://api.example.com/v1","prop_l13":"critical","field_p33":"closed","param_i55":"viewer","field_s21":"2024-01-15"}
TASK repair_structured_output SPEC FIELD param_l09 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes FIELD dim_f94 TYPE integer REQUIRED yes FIELD col_j90.dim_l07.val_h98 TYPE string VALUES option_a|option_b REQUIRED yes FIELD col_j90.dim_l07.val_m20 TYPE string VALUES level_1|level_2|lev...
{"param_l09":"level_6","dim_f94":490,"col_j90":{"dim_z23":"2021-09-14T17:59:00Z","param_p02":true,"val_w90":"REV","val_a78":"cat_b","prop_b21":"completed","prop_y12":956}}
missing_brace
{ "type": "object", "properties": { "param_l09": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] }, "dim_f94": { "type": "integer" }, "col_j90": { "type": "object", ...
{"param_l09":"level_6","dim_f94":490,"col_j90":{"dim_z23":"2021-09-14T17:59:00Z","param_p02":true,"val_w90":"REV","val_a78":"cat_b","prop_b21":"completed","prop_y12":956}
Missing closing brace
{"param_l09":"level_6","dim_f94":490,"col_j90":{"dim_z23":"2021-09-14T17:59:00Z","param_p02":true,"val_w90":"REV","val_a78":"cat_b","prop_b21":"completed","prop_y12":956}}
TASK repair_structured_output SPEC FIELD account_id TYPE integer REQUIRED no FIELD position TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD feedback.freight_class.crew_id TYPE integer REQUIRED yes FIELD feedback.freight_class.catalyst TYPE string VALUES single|married|divorced REQUIRED no FIELD...
{"position":"new","feedback":{"freight_class":{"crew_id":275,"catalyst":"married"},"status":"REV","position":"pro","filter_flag":"unstable","dosage":570.74,"deploy_target":true,"insurance_id":"nonsense"},"duration_ms":"viewer"}
truncated_array
{ "type": "object", "properties": { "account_id": { "type": "integer" }, "position": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "feedback": { "type": "object", "properties": { "freigh...
{"position":"new","feedback":{"freight_class":{"crew_id":275,"catalyst":"married"},"status":"REV","position":"pro","filter_flag":"unstable","dosage":570.74,"deploy_target":true,"insurance_id":"nonsense"},"duration_ms":"viewer"
Unexpected end of JSON input — truncated object
{"position":"new","feedback":{"freight_class":{"crew_id":275,"catalyst":"married"},"status":"REV","position":"pro","filter_flag":"unstable","dosage":570.74,"deploy_target":true,"insurance_id":"nonsense"},"duration_ms":"viewer"}
TASK repair_structured_output SPEC FIELD amplitude TYPE string REQUIRED yes FIELD dosage TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD company TYPE string VALUES draft|published|archived REQUIRED yes FIELD salinity TYPE boolean REQUIRED yes FIELD discount TYPE integer REQUIRED no BROKEN_OUTPUT {amplitude:...
{"amplitude":"London","dosage":"viewer","company":"published","salinity":false,"discount":418}
unquoted_keys
{ "type": "object", "properties": { "amplitude": { "type": "string" }, "dosage": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "company": { "type": "string", "enum": [ "draft", "published", "arch...
{amplitude:"London",dosage:"viewer",company:"published",salinity:false,discount:418}
Expecting property name enclosed in double quotes
{"amplitude":"London","dosage":"viewer","company":"published","salinity":false,"discount":418}
TASK repair_structured_output SPEC FIELD prop_l92.prop_v58 TYPE null REQUIRED no FIELD prop_l92.param_b49 TYPE integer REQUIRED yes FIELD prop_l92.dim_u22 TYPE string_email REQUIRED no FIELD prop_l92.attr_q83 TYPE number REQUIRED no FIELD prop_l92.param_h14 TYPE integer REQUIRED yes FIELD prop_l92.val_m51.dim_m18 TYPE...
{"prop_l92":{"prop_v58":null,"param_b49":765,"dim_u22":"admin@example.com","param_h14":500,"val_m51":{"dim_m18":"PASS","prop_t16":"GRCh38","dim_v87":"sample","val_o70":"approved"},"attr_u28":"test@test.io","col_d97":"approved"},"param_d93":"Johnson","dim_a30":492.4}
null_required
{ "type": "object", "properties": { "prop_l92": { "type": "object", "properties": { "prop_v58": { "type": "null" }, "param_b49": { "type": "integer" }, "dim_u22": { "type": "string", "format": "email" }, ...
{"prop_l92": {"prop_v58": null, "param_b49": 765, "dim_u22": "admin@example.com", "param_h14": 500, "val_m51": {"dim_m18": "PASS", "prop_t16": "GRCh38", "dim_v87": "sample", "val_o70": "approved"}, "attr_u28": "test@test.io", "col_d97": "approved"}, "param_d93": "Johnson", "dim_a30": null}
Required field 'dim_a30' is null
{"prop_l92":{"prop_v58":null,"param_b49":765,"dim_u22":"admin@example.com","param_h14":500,"val_m51":{"dim_m18":"PASS","prop_t16":"GRCh38","dim_v87":"sample","val_o70":"approved"},"attr_u28":"test@test.io","col_d97":"approved"},"param_d93":"Johnson","dim_a30":492.4}
TASK repair_structured_output SPEC FIELD procedure_code.transaction_id TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD procedure_code.annotation TYPE string REQUIRED no FIELD procedure_code.score.credit_score TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD pro...
{"account_id":"2022-04-01T08:20:00Z","transaction_id":945.42}
single_quotes
{ "type": "object", "properties": { "procedure_code": { "type": "object", "properties": { "transaction_id": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5" ] ...
{'account_id':'2022-04-01T08:20:00Z','transaction_id':945.42}
Expecting property name enclosed in double quotes
{"account_id":"2022-04-01T08:20:00Z","transaction_id":945.42}
TASK repair_structured_output SPEC FIELD dim_v99 TYPE boolean REQUIRED no FIELD dim_u73 TYPE string_uri REQUIRED yes FIELD dim_j72 TYPE string REQUIRED yes BROKEN_OUTPUT {"dim_v99": true, "dim_u73": "https://example.io/data", "dim_j72": "Silva", "extra_value_7160": true}
{"dim_v99":true,"dim_u73":"https://example.io/data","dim_j72":"Silva"}
extra_field
{ "type": "object", "properties": { "dim_v99": { "type": "boolean" }, "dim_u73": { "type": "string", "format": "uri" }, "dim_j72": { "type": "string" } }, "required": [ "dim_j72", "dim_u73" ] }
{"dim_v99": true, "dim_u73": "https://example.io/data", "dim_j72": "Silva", "extra_value_7160": true}
Unknown field 'extra_value_7160' not defined in schema
{"dim_v99":true,"dim_u73":"https://example.io/data","dim_j72":"Silva"}
TASK repair_structured_output SPEC FIELD salinity TYPE string REQUIRED no FIELD url TYPE string REQUIRED no FIELD latitude TYPE string REQUIRED yes BROKEN_OUTPUT calculate_docking_fee(url='test@example.com', latitude='2024-06-30')
{"url":"test@example.com","latitude":"2024-06-30"}
tool_call_python_syntax
{ "type": "object", "properties": { "salinity": { "type": "string" }, "url": { "type": "string" }, "latitude": { "type": "string" } }, "required": [ "latitude" ] }
calculate_docking_fee(url='test@example.com', latitude='2024-06-30')
Tool call uses Python syntax instead of JSON
{"url":"test@example.com","latitude":"2024-06-30"}
TASK repair_structured_output SPEC FIELD col_r37 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD param_k27 TYPE number REQUIRED yes FIELD key_z23 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD dim_a37.key_l19.attr_x94 TYPE boolean REQUIRED yes FIELD dim_a37.key_l19.dim_r48 TYPE string VALUES mode_...
{"col_r37":"type_a","param_k27":84.91,"key_z23":"mode_a"}
truncated_array
{ "type": "object", "properties": { "col_r37": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "param_k27": { "type": "number" }, "key_z23": { "type": "string", "enum": [ "mode_a", "mode...
{"col_r37":"type_a","param_k27":84.91,"key_z23":"mode_a"
Unexpected end of JSON input — truncated object
{"col_r37":"type_a","param_k27":84.91,"key_z23":"mode_a"}
TASK repair_structured_output SPEC FIELD rating TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD manifest_ref TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD color TYPE integer REQUIRED yes BROKEN_OUTPUT update_preferences(rating='red', manifest_ref='reliable', color=19)
{"rating":"red","manifest_ref":"reliable","color":19}
tool_call_python_syntax
{ "type": "object", "properties": { "rating": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "manifest_ref": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ...
update_preferences(rating='red', manifest_ref='reliable', color=19)
Tool call uses Python syntax instead of JSON
{"rating":"red","manifest_ref":"reliable","color":19}
TASK repair_structured_output SPEC FIELD tax TYPE number REQUIRED no FIELD priority TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD position TYPE integer REQUIRED no FIELD section TYPE string REQUIRED no BROKEN_OUTPUT {"tax": 128.87, "priority": "invalid_value_543", "position": 691, "section": "Johnson"}
{"tax":128.87,"priority":"editor","position":691,"section":"Johnson"}
invalid_enum
{ "type": "object", "properties": { "tax": { "type": "number" }, "priority": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "position": { "type": "integer" }, "section": { "type": "string" } }, "required"...
{"tax": 128.87, "priority": "invalid_value_543", "position": 691, "section": "Johnson"}
Field 'priority' has invalid enum value 'invalid_value_543', expected one of ['admin', 'editor', 'viewer']
{"tax":128.87,"priority":"editor","position":691,"section":"Johnson"}
TASK repair_structured_output SPEC FIELD published TYPE string REQUIRED no FIELD terminal_id TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes FIELD crew_id.span_id TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD crew_id.reagent TYPE string VALUES option_a|option_b|option_c|option_d|o...
{"published":"Maria","terminal_id":"mode_b","crew_id":{"span_id":"type_c","reagent":"option_f","index":"rejected","product_id":"foo","title":"demo","end_date":"https://api.io/data"},"branch":"test@test.io","total":74.31}
thought_process
{ "type": "object", "properties": { "published": { "type": "string" }, "terminal_id": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] }, "crew_id": { "type": "object", "properties": { "span_id": { ...
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"published":"Maria","terminal_id":"mode_b","crew_id":{"span_id":"type_c","reagent":"option_f","index":"rejected","product_id":"foo","title":"demo","end_date":"https://api.io/data"},"branch":"test@test.io","total":74.31}
Output contains chain-of-thought reasoning before JSON
{"published":"Maria","terminal_id":"mode_b","crew_id":{"span_id":"type_c","reagent":"option_f","index":"rejected","product_id":"foo","title":"demo","end_date":"https://api.io/data"},"branch":"test@test.io","total":74.31}
TASK repair_structured_output SPEC FIELD param_v62 TYPE string REQUIRED no FIELD attr_h20 TYPE number REQUIRED no FIELD key_j90 TYPE number REQUIRED yes FIELD attr_j10 TYPE integer REQUIRED no FIELD attr_z10 TYPE string_email REQUIRED no FIELD param_s54.dim_n95.field_t68 TYPE string REQUIRED yes FIELD param_s54.dim_n9...
{"param_v62":"Sao Paulo","attr_h20":357.72,"key_j90":845.67,"attr_j10":325,"attr_z10":"test@example.com","field_b95":"example","col_x45":"hello"}
missing_brace
{ "type": "object", "properties": { "param_v62": { "type": "string" }, "attr_h20": { "type": "number" }, "key_j90": { "type": "number" }, "attr_j10": { "type": "integer" }, "attr_z10": { "type": "string", "format": "email" }, "param_s54...
{"param_v62":"Sao Paulo","attr_h20":357.72,"key_j90":845.67,"attr_j10":325,"attr_z10":"test@example.com","field_b95":"example","col_x45":"hello"
Missing closing brace
{"param_v62":"Sao Paulo","attr_h20":357.72,"key_j90":845.67,"attr_j10":325,"attr_z10":"test@example.com","field_b95":"example","col_x45":"hello"}
TASK repair_structured_output SPEC FIELD key_u80 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD param_d09 TYPE string VALUES type_a|type_b REQUIRED yes FIELD val_w50 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no BROKEN_OUTPUT {key_u80:"mode_a",param_d09:"type_a"}
{"key_u80":"mode_a","param_d09":"type_a"}
unquoted_keys
{ "type": "object", "properties": { "key_u80": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "param_d09": { "type": "string", "enum": [ "type_a", "type_b" ] }, "val_w50": { "type": "string", "enum": [ ...
{key_u80:"mode_a",param_d09:"type_a"}
Expecting property name enclosed in double quotes
{"key_u80":"mode_a","param_d09":"type_a"}
TASK repair_structured_output SPEC FIELD col_w61 TYPE string_date-time REQUIRED yes FIELD param_m75 TYPE number REQUIRED no FIELD attr_d44 TYPE string REQUIRED yes FIELD key_k59 TYPE string_email REQUIRED no FIELD prop_s66.param_v03 TYPE string REQUIRED no FIELD prop_s66.val_t92 TYPE string REQUIRED no FIELD prop_s66....
{"col_w61":"2026-06-22T15:48:00Z","attr_d44":"2024-01-15","key_k59":"admin@example.com","prop_s66":{"col_x03":824.35,"attr_b83":{"attr_e60":"Tokyo","prop_f91":"Sao Paulo","col_q81":665.41,"val_a73":"mode_b","val_w37":"info@domain.org"},"prop_o59":{"col_z95":"https://api.io/api","key_t12":false,"val_r30":"example","attr...
tool_call_python_syntax
{ "type": "object", "properties": { "col_w61": { "type": "string", "format": "date-time" }, "param_m75": { "type": "number" }, "attr_d44": { "type": "string" }, "key_k59": { "type": "string", "format": "email" }, "prop_s66": { "type": "ob...
annotate_mutation(col_w61='2026-06-22T15:48:00Z', attr_d44='2024-01-15', key_k59='admin@example.com', prop_s66={'col_x03': 824.35, 'attr_b83': {'attr_e60': 'Tokyo', 'prop_f91': 'Sao Paulo', 'col_q81': 665.41, 'val_a73': 'mode_b', 'val_w37': 'info@domain.org'}, 'prop_o59': {'col_z95': 'https://api.io/api', 'key_t12': Fa...
Tool call uses Python syntax instead of JSON
{"col_w61":"2026-06-22T15:48:00Z","attr_d44":"2024-01-15","key_k59":"admin@example.com","prop_s66":{"col_x03":824.35,"attr_b83":{"attr_e60":"Tokyo","prop_f91":"Sao Paulo","col_q81":665.41,"val_a73":"mode_b","val_w37":"info@domain.org"},"prop_o59":{"col_z95":"https://api.io/api","key_t12":false,"val_r30":"example","attr...
TASK repair_structured_output SPEC FIELD col_e76 TYPE string_uri REQUIRED no FIELD key_v91 TYPE string REQUIRED no FIELD dim_h65 TYPE integer REQUIRED no FIELD attr_h35.field_k38.attr_f01 TYPE number REQUIRED yes FIELD attr_h35.field_k38.attr_n21 TYPE boolean REQUIRED yes FIELD attr_h35.field_k38.dim_s52 TYPE string V...
{"col_e76":"https://www.com/data","attr_h35":{"field_k38":{"attr_f01":394.61,"attr_n21":true,"dim_s52":"admin","prop_t31":51,"attr_o77":607,"col_e81":324},"field_m28":"world"}}
missing_required
{ "type": "object", "properties": { "col_e76": { "type": "string", "format": "uri" }, "key_v91": { "type": "string" }, "dim_h65": { "type": "integer" }, "attr_h35": { "type": "object", "properties": { "field_k38": { "type": "object", ...
{"col_e76": "https://www.com/data"}
Required field 'attr_h35' is missing
{"col_e76":"https://www.com/data","attr_h35":{"field_k38":{"attr_f01":394.61,"attr_n21":true,"dim_s52":"admin","prop_t31":51,"attr_o77":607,"col_e81":324},"field_m28":"world"}}
TASK repair_structured_output SPEC FIELD batch_code TYPE integer REQUIRED no FIELD language TYPE string_email REQUIRED no FIELD maturity_date[] TYPE string REQUIRED yes BROKEN_OUTPUT I need to look up the information first. Action: process_payment Result: {"maturity_date": ["Hapag-Lloyd-Express", "Johnson", "Johnson"...
{"batch_code":893,"maturity_date":["Hapag-Lloyd-Express","Johnson","Johnson"]}
agent_chain
{ "type": "object", "properties": { "batch_code": { "type": "integer" }, "language": { "type": "string", "format": "email" }, "maturity_date": { "type": "array", "items": { "type": "string" } } }, "required": [ "maturity_date" ] }
I need to look up the information first. Action: process_payment Result: {"maturity_date": ["Hapag-Lloyd-Express", "Johnson", "Johnson"]} I'll query our database. Action: assign_berth Result:
Agent multi-step chain with truncated tool output
{"batch_code":893,"maturity_date":["Hapag-Lloyd-Express","Johnson","Johnson"]}
TASK repair_structured_output SPEC FIELD field_x61 TYPE integer REQUIRED no FIELD param_m76 TYPE string REQUIRED no FIELD val_x89 TYPE string REQUIRED no FIELD prop_d19 TYPE number REQUIRED no FIELD field_t72.dim_r95 TYPE boolean REQUIRED no FIELD field_t72.dim_x77 TYPE string REQUIRED no FIELD field_t72.key_a44 TYPE ...
{"field_x61":303,"val_x89":"completed","field_t72":{"dim_r95":false,"dim_x77":"Hapag-Lloyd-Express","key_a44":"Oliveira","prop_g19":"resolved"},"col_h02":820.25}
tool_call_text_mix
{ "type": "object", "properties": { "field_x61": { "type": "integer" }, "param_m76": { "type": "string" }, "val_x89": { "type": "string" }, "prop_d19": { "type": "number" }, "field_t72": { "type": "object", "properties": { "dim_r95": { ...
Let me check the system. <tool_call name="calculate_docking_fee"> {"field_x61":303,"val_x89":"completed","field_t72":{"dim_r95":false,"dim_x77":"Hapag-Lloyd-Express","key_a44":"Oliveira","prop_g19":"resolved"},"col_h02":820.25} </tool_call.
Agent response mixes reasoning text with tool call
{"field_x61":303,"val_x89":"completed","field_t72":{"dim_r95":false,"dim_x77":"Hapag-Lloyd-Express","key_a44":"Oliveira","prop_g19":"resolved"},"col_h02":820.25}
TASK repair_structured_output SPEC FIELD user_id TYPE string REQUIRED no FIELD barcode.phenotype TYPE string REQUIRED yes FIELD barcode.barcode TYPE string REQUIRED no FIELD barcode.active TYPE integer REQUIRED no FIELD barcode.due_date.invoice_id TYPE boolean REQUIRED no FIELD barcode.due_date.phone TYPE string REQUI...
{"user_id":"https://api.example.com/v1","barcode":{"phenotype":"cancelled","active":646,"due_date":{"phone":"bar"}},"timezone":997,"last_name":"FWD","type":{"frequency_hz":"level_3","position":"level_3"},"allele":"option_b","velocity":"foo","state":"2026-08-02T17:15:00Z"}
unquoted_keys
{ "type": "object", "properties": { "user_id": { "type": "string" }, "barcode": { "type": "object", "properties": { "phenotype": { "type": "string" }, "barcode": { "type": "string" }, "active": { "type": "integer" ...
{user_id:"https://api.example.com/v1",barcode:{phenotype:"cancelled",active:646,due_date:{phone:"bar"}},timezone:997,last_name:"FWD",type:{frequency_hz:"level_3",position:"level_3"},allele:"option_b",velocity:"foo",state:"2026-08-02T17:15:00Z"}
Expecting property name enclosed in double quotes
{"user_id":"https://api.example.com/v1","barcode":{"phenotype":"cancelled","active":646,"due_date":{"phone":"bar"}},"timezone":997,"last_name":"FWD","type":{"frequency_hz":"level_3","position":"level_3"},"allele":"option_b","velocity":"foo","state":"2026-08-02T17:15:00Z"}
TASK repair_structured_output SPEC FIELD account_id TYPE integer REQUIRED no FIELD last_name TYPE string REQUIRED yes FIELD latitude TYPE string REQUIRED yes FIELD label[].torque_output TYPE integer REQUIRED no FIELD label[].zip_code TYPE string_uri REQUIRED yes FIELD label[].deploy_target TYPE string REQUIRED no BRO...
{"account_id":313,"last_name":"Silva","latitude":"user@domain.com"}
tool_call_bad_format
{ "type": "object", "properties": { "account_id": { "type": "integer" }, "last_name": { "type": "string" }, "latitude": { "type": "string" }, "label": { "type": "array", "items": { "type": "object", "properties": { "torque_output": ...
<functioncall> annotate_mutation {account_id: 313, last_name: "Silva", latitude: "user@domain.com"}
Tool call has malformed arguments — unquoted keys in function parameters
{"account_id":313,"last_name":"Silva","latitude":"user@domain.com"}
TASK repair_structured_output SPEC FIELD field_e05 TYPE string REQUIRED yes FIELD param_c25 TYPE integer REQUIRED no FIELD dim_b62 TYPE number REQUIRED yes FIELD dim_d85 TYPE string REQUIRED no FIELD prop_n99 TYPE integer REQUIRED no FIELD key_c04 TYPE integer REQUIRED no FIELD val_a96 TYPE string REQUIRED yes BROKEN...
{"field_e05":"https://api.example.com/v1","param_c25":104,"dim_b62":936.72,"prop_n99":646,"key_c04":894,"val_a96":"user@domain.com"}
extra_text_after
{ "type": "object", "properties": { "field_e05": { "type": "string" }, "param_c25": { "type": "integer" }, "dim_b62": { "type": "number" }, "dim_d85": { "type": "string" }, "prop_n99": { "type": "integer" }, "key_c04": { "type": "intege...
{"field_e05":"https://api.example.com/v1","param_c25":104,"dim_b62":936.72,"prop_n99":646,"key_c04":894,"val_a96":"user@domain.com"} This should match the schema you provided.
Output contains non-JSON text after the object
{"field_e05":"https://api.example.com/v1","param_c25":104,"dim_b62":936.72,"prop_n99":646,"key_c04":894,"val_a96":"user@domain.com"}
TASK repair_structured_output SPEC FIELD created_at TYPE boolean REQUIRED no FIELD step TYPE number REQUIRED no FIELD items TYPE string REQUIRED yes FIELD manifest_ref TYPE integer REQUIRED yes FIELD quantity[].title TYPE integer REQUIRED no FIELD quantity[].date TYPE string VALUES level_1|level_2 REQUIRED yes FIELD q...
{"items":"London","manifest_ref":360}
null_required
{ "type": "object", "properties": { "created_at": { "type": "boolean" }, "step": { "type": "number" }, "items": { "type": "string" }, "manifest_ref": { "type": "integer" }, "quantity": { "type": "array", "items": { "type": "object", ...
{"items": "London", "manifest_ref": null}
Required field 'manifest_ref' is null
{"items":"London","manifest_ref":360}
TASK repair_structured_output SPEC FIELD col_x25 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD param_a01 TYPE string REQUIRED no FIELD dim_s10 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD dim_t77 TYPE string REQUIRED no FIELD field_d08 TYPE string_date-time R...
{"param_a01":"Sao Paulo","dim_s10":"heterozygous","dim_t77":"world","field_q88":918.99,"col_n97":"Alice"}
partial_structure
{ "type": "object", "properties": { "col_x25": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "param_a01": { "type": "string" }, "dim_s10": { "type": "string", "enum": [ "homozygou...
The dim_s10 is heterozygous and {"param_a01":"Sao Paulo","dim_s10":"heterozygous","dim_t77":"world","field_q88":918.99,"col_n97":"Alice"}
Output mixes natural language with JSON
{"param_a01":"Sao Paulo","dim_s10":"heterozygous","dim_t77":"world","field_q88":918.99,"col_n97":"Alice"}
TASK repair_structured_output SPEC FIELD key_s73 TYPE boolean REQUIRED no FIELD field_w61 TYPE string REQUIRED no FIELD field_x72.col_c01 TYPE string REQUIRED yes FIELD field_x72.attr_p07 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD field_x72.dim_x51 TYPE boolean REQUIRED yes BROKEN_OUTPUT Le...
{"key_s73":true,"field_w61":"Hapag-Lloyd-Express","field_x72":{"col_c01":"Tokyo","attr_p07":"underway","dim_x51":false}}
agent_chain
{ "type": "object", "properties": { "key_s73": { "type": "boolean" }, "field_w61": { "type": "string" }, "field_x72": { "type": "object", "properties": { "col_c01": { "type": "string" }, "attr_p07": { "type": "string", ...
Let me check the system. Action: update_preferences Result: {"key_s73": true, "field_w61": "Hapag-Lloyd-Express"} Processing the request now. Action: calculate_docking_fee Result:
Agent multi-step chain with truncated tool output
{"key_s73":true,"field_w61":"Hapag-Lloyd-Express","field_x72":{"col_c01":"Tokyo","attr_p07":"underway","dim_x51":false}}
TASK repair_structured_output SPEC FIELD reagent TYPE string REQUIRED no FIELD amplitude TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD name[] TYPE string_date-time REQUIRED yes BROKEN_OUTPUT Tool: create_ticket Params: {"amplitude": "blue", "name": ["2022-09-07T20:45:00Z", "2026-08-22T13:54:00Z"], ...
{"reagent":"PASS","amplitude":"blue","name":["2022-09-07T20:45:00Z","2026-08-22T13:54:00Z"]}
tool_call_wrong_param
{ "type": "object", "properties": { "reagent": { "type": "string" }, "amplitude": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "name": { "type": "array", "items": { "type": "string"...
Tool: create_ticket Params: {"amplitude": "blue", "name": ["2022-09-07T20:45:00Z", "2026-08-22T13:54:00Z"], "reagent_name": "PASS"}
Agent used wrong parameter name 'reagent_name' instead of 'reagent'
{"reagent":"PASS","amplitude":"blue","name":["2022-09-07T20:45:00Z","2026-08-22T13:54:00Z"]}
TASK repair_structured_output SPEC FIELD index TYPE boolean REQUIRED yes FIELD manifest_ref TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD trace_id TYPE string REQUIRED no FIELD payment_status TYPE string REQUIRED no FIELD due_date TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED...
{"index":false,"trace_id":"chrX","chapter":703.64,"latitude":true}
extra_field
{ "type": "object", "properties": { "index": { "type": "boolean" }, "manifest_ref": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "trace_id": { "type": "string" }, "payment_status"...
{"index": false, "trace_id": "chrX", "chapter": 703.64, "latitude": true, "extra_value_4076": 42}
Unknown field 'extra_value_4076' not defined in schema
{"index":false,"trace_id":"chrX","chapter":703.64,"latitude":true}
TASK repair_structured_output SPEC FIELD field_s33 TYPE string REQUIRED no FIELD key_s03 TYPE string REQUIRED yes FIELD key_n93 TYPE boolean REQUIRED no FIELD attr_o87 TYPE string REQUIRED no FIELD key_a19.dim_t37 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD key_a19.dim_y58 TYPE integer REQU...
{"field_s33":"https://example.com","key_s03":"Berlin","attr_o87":"quux","field_u21":true,"val_s63":38,"field_g79":"divorced"}
tool_call_partial_args
{ "type": "object", "properties": { "field_s33": { "type": "string" }, "key_s03": { "type": "string" }, "key_n93": { "type": "boolean" }, "attr_o87": { "type": "string" }, "key_a19": { "type": "object", "properties": { "dim_t37": { ...
Let me check the system. Action: run_diagnostics Arguments: {"field_s33": "https://example.com", "key_s03": "Berlin", "attr_o87": "quux", "val_s63": 38, "field_g79": "divorced"}
Agent tool call missing required parameter 'field_u21'
{"field_s33":"https://example.com","key_s03":"Berlin","attr_o87":"quux","field_u21":true,"val_s63":38,"field_g79":"divorced"}
TASK repair_structured_output SPEC FIELD subtotal TYPE number REQUIRED no FIELD tax TYPE string_uri REQUIRED yes FIELD barcode TYPE number REQUIRED no FIELD hazmat_code.filter_flag TYPE integer REQUIRED no FIELD hazmat_code.build_status TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD hazm...
{"subtotal":710.71,"tax":"https://api.org/v1","barcode":107.46,"hazmat_code":{"build_status":"synonymous"},"conductivity":false,"title":"info","website":"viewer"}
missing_brace
{ "type": "object", "properties": { "subtotal": { "type": "number" }, "tax": { "type": "string", "format": "uri" }, "barcode": { "type": "number" }, "hazmat_code": { "type": "object", "properties": { "filter_flag": { "type": "integer"...
{"subtotal":710.71,"tax":"https://api.org/v1","barcode":107.46,"hazmat_code":"build_status":"synonymous"},"conductivity":false,"title":"info","website":"viewer"}
Missing closing brace
{"subtotal":710.71,"tax":"https://api.org/v1","barcode":107.46,"hazmat_code":{"build_status":"synonymous"},"conductivity":false,"title":"info","website":"viewer"}
TASK repair_structured_output SPEC FIELD longitude TYPE string VALUES active|inactive|pending REQUIRED no FIELD port_code TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD commit_hash TYPE string_uri REQUIRED yes BROKEN_OUTPUT {'longitude':'active','port_code':'maintenance','commit_hash':...
{"longitude":"active","port_code":"maintenance","commit_hash":"https://api.com/v1"}
single_quotes
{ "type": "object", "properties": { "longitude": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "port_code": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ]...
{'longitude':'active','port_code':'maintenance','commit_hash':'https://api.com/v1'}
Expecting property name enclosed in double quotes
{"longitude":"active","port_code":"maintenance","commit_hash":"https://api.com/v1"}
TASK repair_structured_output SPEC FIELD currency TYPE integer REQUIRED yes FIELD dosage TYPE string_uri REQUIRED yes FIELD price TYPE string_date-time REQUIRED yes FIELD reagent TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD manifest_ref TYPE integer REQUIRED yes BROKEN_OUTPUT <functio...
{"currency":10,"dosage":"https://example.io/api","price":"2021-02-13T16:41:00Z","reagent":"maintenance","manifest_ref":445}
tool_call_bad_format
{ "type": "object", "properties": { "currency": { "type": "integer" }, "dosage": { "type": "string", "format": "uri" }, "price": { "type": "string", "format": "date-time" }, "reagent": { "type": "string", "enum": [ "operational", ...
<functioncall> annotate_mutation {currency: 10, dosage: "https://example.io/api", price: "2021-02-13T16:41:00Z", reagent: "maintenance", manifest_ref: 445}
Tool call has malformed arguments — unquoted keys in function parameters
{"currency":10,"dosage":"https://example.io/api","price":"2021-02-13T16:41:00Z","reagent":"maintenance","manifest_ref":445}
TASK repair_structured_output SPEC FIELD chromosome TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD rating.end_date.berth_slot TYPE number REQUIRED yes FIELD rating.end_date.size TYPE integer REQUIRED no FIELD rating.end_date.bill_of_lading TYPE string VALUES low|medium|high|critical ...
{"chromosome":"rejected","weight":800.24,"bed_number":true,"type":{"verified":323.49,"duration_ms":"editor","currency":248}}
tool_call_wrong_param
{ "type": "object", "properties": { "chromosome": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "rating": { "type": "object", "properties": { "end_date": { "type": "object", ...
Tool: call_variants Params: {"chromosome": "rejected", "bed_number": true, "type": {"verified": 323.49, "duration_ms": "editor", "currency": 248}, "weight_value": 800.24}
Agent used wrong parameter name 'weight_value' instead of 'weight'
{"chromosome":"rejected","weight":800.24,"bed_number":true,"type":{"verified":323.49,"duration_ms":"editor","currency":248}}
TASK repair_structured_output SPEC FIELD status_code TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes FIELD branch TYPE string REQUIRED no FIELD phone TYPE null REQUIRED no FIELD medication TYPE string_date-time REQUIRED no FIELD gene_id TYPE string REQUIRED yes FIELD consignee TYPE string VALUE...
{"status_code":"level_4","branch":"Jane","phone":null,"medication":"2023-01-01T03:14:00Z","gene_id":"Bob"}
markdown_explanation
{ "type": "object", "properties": { "status_code": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5" ] }, "branch": { "type": "string" }, "phone": { "type": "null" }, "medication": { ...
The parsed result is: ```json {"status_code":"level_4","branch":"Jane","phone":null,"medication":"2023-01-01T03:14:00Z","gene_id":"Bob"} ``` Let me know if you need anything else!
Output contains markdown and explanatory text around JSON
{"status_code":"level_4","branch":"Jane","phone":null,"medication":"2023-01-01T03:14:00Z","gene_id":"Bob"}
TASK repair_structured_output SPEC FIELD col_e13 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD attr_a78 TYPE integer REQUIRED no FIELD attr_m54 TYPE null REQUIRED no FIELD field_a79 TYPE number REQUIRED yes FIELD dim_m21 TYPE null REQUIRED no BROKEN_OUTPUT Pipeline result: {"col_e13":"cat_c","attr_a78"...
{"col_e13":"cat_c","attr_a78":270,"attr_m54":null,"field_a79":244.75}
extra_text_before
{ "type": "object", "properties": { "col_e13": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "attr_a78": { "type": "integer" }, "attr_m54": { "type": "null" }, "field_a79": { "type": "number" ...
Pipeline result: {"col_e13":"cat_c","attr_a78":270,"attr_m54":null,"field_a79":244.75}
Output contains non-JSON text before the object
{"col_e13":"cat_c","attr_a78":270,"attr_m54":null,"field_a79":244.75}
TASK repair_structured_output SPEC FIELD key_z53.val_u24 TYPE string VALUES draft|published|archived REQUIRED yes FIELD key_z53.key_p50 TYPE string_email REQUIRED no FIELD key_z53.param_d95 TYPE boolean REQUIRED no FIELD key_z53.prop_k86 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD key_z53.dim_s80 TYPE int...
{"key_z53":{"val_u24":"archived","key_p50":"info@example.com","dim_s80":924,"attr_e69":true,"attr_w50":"Maria","param_d19":"Alice"},"field_m12":"rejected","dim_m11":{"prop_f02":"single","val_d73":174}}
tool_call_wrong_param
{ "type": "object", "properties": { "key_z53": { "type": "object", "properties": { "val_u24": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "key_p50": { "type": "string", ...
Tool: track_vessel Params: {"field_m12": "rejected", "dim_m11": {"prop_f02": "single", "val_d73": 174}, "key_z53_value": {"val_u24": "archived", "key_p50": "info@example.com", "dim_s80": 924, "attr_e69": true, "attr_w50": "Maria", "param_d19": "Alice"}}
Agent used wrong parameter name 'key_z53_value' instead of 'key_z53'
{"key_z53":{"val_u24":"archived","key_p50":"info@example.com","dim_s80":924,"attr_e69":true,"attr_w50":"Maria","param_d19":"Alice"},"field_m12":"rejected","dim_m11":{"prop_f02":"single","val_d73":174}}
TASK repair_structured_output SPEC FIELD annotation TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD throttle_pos TYPE string VALUES email|phone|sms|push REQUIRED no FIELD longitude TYPE string REQUIRED yes FIELD format TYPE integer REQUIRED yes FIELD repository TYPE string_email REQUIRED ...
{"annotation":"missense","throttle_pos":"email","longitude":"A short description.","format":802,"repository":"test@domain.org"}
markdown_explanation
{ "type": "object", "properties": { "annotation": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "throttle_pos": { "type": "string", "enum": [ "email", "phone", "sms", "pu...
Here is the JSON you requested: ```json {"annotation":"missense","throttle_pos":"email","longitude":"A short description.","format":802,"repository":"test@domain.org"} ``` Feel free to ask if you have questions.
Output contains markdown and explanatory text around JSON
{"annotation":"missense","throttle_pos":"email","longitude":"A short description.","format":802,"repository":"test@domain.org"}
TASK repair_structured_output SPEC FIELD key_c12 TYPE string VALUES single|married|divorced REQUIRED yes FIELD prop_t04 TYPE string VALUES draft|published|archived REQUIRED yes FIELD field_a05 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes BROKEN_OUTPUT The instrument reported: ```json {"key_...
{"key_c12":"married","prop_t04":"archived","field_a05":"missense"}
markdown_explanation
{ "type": "object", "properties": { "key_c12": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "prop_t04": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "field_a05": { ...
The instrument reported: ```json {"key_c12":"married","prop_t04":"archived","field_a05":"missense"} ``` I've ensured all required fields are present.
Output contains markdown and explanatory text around JSON
{"key_c12":"married","prop_t04":"archived","field_a05":"missense"}
TASK repair_structured_output SPEC FIELD invoice_id TYPE number REQUIRED no FIELD rating TYPE string_uri REQUIRED no FIELD manifest_ref.trace_id TYPE integer REQUIRED no FIELD manifest_ref.score TYPE string VALUES active|inactive|pending REQUIRED no FIELD manifest_ref.isotope TYPE string VALUES single|married|divorced...
{"invoice_id":638.8,"rating":"https://data.com/api","manifest_ref":{"trace_id":780,"isotope":"divorced"},"loan_amount":null,"port_code":"Santos"}
number_with_unit
{ "type": "object", "properties": { "invoice_id": { "type": "number" }, "rating": { "type": "string", "format": "uri" }, "manifest_ref": { "type": "object", "properties": { "trace_id": { "type": "integer" }, "score": { "ty...
{"invoice_id": "638.8px", "rating": "https://data.com/api", "manifest_ref": {"trace_id": 780, "isotope": "divorced"}, "loan_amount": null, "port_code": "Santos"}
Field 'invoice_id' must be number, got string with unit
{"invoice_id":638.8,"rating":"https://data.com/api","manifest_ref":{"trace_id":780,"isotope":"divorced"},"loan_amount":null,"port_code":"Santos"}
TASK repair_structured_output SPEC FIELD prop_c71 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD prop_z58.val_y52 TYPE boolean REQUIRED no FIELD prop_z58.prop_u11.param_v89 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD prop_z58.prop_u11.param_w62 TYPE number REQUIRED no FIELD pr...
{"prop_c71":"inactive","prop_z58":{"val_y52":true,"prop_u11":{"param_v89":"moored","param_w62":800.66,"val_z06":105},"field_q45":"Sao Paulo","prop_e37":null,"key_a59":781.55},"prop_h11":{"key_h87":true,"prop_s45":true,"key_q10":[{"param_r85":887.68,"attr_e18":331,"attr_o40":"https://api.com/data","prop_b14":false},{"pa...
partial_structure
{ "type": "object", "properties": { "prop_c71": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "prop_z58": { "type": "object", "properties": { "val_y52": { "type": "boolean" }, "prop_u11": { ...
The prop_z58 is {'val_y52': True, 'prop_u11': {'param_v89': 'moored', 'param_w62': 800.66, 'val_z06': 105}, 'field_q45': 'Sao Paulo', 'prop_e37': None, 'key_a59': 781.55} and {"prop_c71":"inactive","prop_z58":{"val_y52":true,"prop_u11":{"param_v89":"moored","param_w62":800.66,"val_z06":105},"field_q45":"Sao Paulo","pro...
Output mixes natural language with JSON
{"prop_c71":"inactive","prop_z58":{"val_y52":true,"prop_u11":{"param_v89":"moored","param_w62":800.66,"val_z06":105},"field_q45":"Sao Paulo","prop_e37":null,"key_a59":781.55},"prop_h11":{"key_h87":true,"prop_s45":true,"key_q10":[{"param_r85":887.68,"attr_e18":331,"attr_o40":"https://api.com/data","prop_b14":false},{"pa...
TASK repair_structured_output SPEC FIELD key_q01 TYPE boolean REQUIRED yes FIELD key_k17 TYPE string REQUIRED no FIELD attr_v45 TYPE integer REQUIRED no FIELD param_e71 TYPE integer REQUIRED no FIELD dim_f90[].param_y05 TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD dim_f90[].key_x10 TYPE integer REQU...
{"key_q01":true,"key_k17":"qux","attr_v45":285,"param_e71":445,"dim_f90":[{"param_y05":"option_c","key_x10":771,"key_r72":421,"param_v99":"user@domain.org","col_y10":"https://api.example.com/v1"},{"param_y05":"option_c","key_x10":921,"key_r72":905,"param_v99":"test@test.io","col_y10":"test"}],"val_e16":[null]}
tool_call_bad_format
{ "type": "object", "properties": { "key_q01": { "type": "boolean" }, "key_k17": { "type": "string" }, "attr_v45": { "type": "integer" }, "param_e71": { "type": "integer" }, "dim_f90": { "type": "array", "items": { "type": "object", ...
<functioncall> lookup_customer {key_q01: true, key_k17: "qux", attr_v45: 285, param_e71: 445, dim_f90: [{param_y05: "option_c", key_x10: 771, key_r72: 421, param_v99: "user@domain.org", col_y10: "https://api.example.com/v1"}, {param_y05: "option_c", key_x10: 921, key_r72: 905, param_v99: "test@test.io", col_y10: "test"...
Tool call has malformed arguments — unquoted keys in function parameters
{"key_q01":true,"key_k17":"qux","attr_v45":285,"param_e71":445,"dim_f90":[{"param_y05":"option_c","key_x10":771,"key_r72":421,"param_v99":"user@domain.org","col_y10":"https://api.example.com/v1"},{"param_y05":"option_c","key_x10":921,"key_r72":905,"param_v99":"test@test.io","col_y10":"test"}],"val_e16":[null]}
TASK repair_structured_output SPEC FIELD user_id TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes FIELD humidity_pct.start_date TYPE string VALUES option_a|option_b REQUIRED no FIELD humidity_pct.berth_slot TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD humidity_pct.weight...
{"user_id":"type_c","humidity_pct":{"start_date":"option_b","berth_slot":"cat_e","weight":"Tokyo"},"company":null,"repository":"anchored"}
truncated_array
{ "type": "object", "properties": { "user_id": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e", "type_f" ] }, "humidity_pct": { "type": "object", "properties": { "start_date": { ...
{"user_id":"type_c","humidity_pct":{"start_date":"option_b","berth_slot":"cat_e","weight":"Tokyo"},"company":null,"repository":"anchored"
Unexpected end of JSON input — truncated object
{"user_id":"type_c","humidity_pct":{"start_date":"option_b","berth_slot":"cat_e","weight":"Tokyo"},"company":null,"repository":"anchored"}
TASK repair_structured_output SPEC FIELD attr_d39 TYPE string_uri REQUIRED no FIELD param_p94 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD key_u94 TYPE string REQUIRED no FIELD field_j70 TYPE string REQUIRED no FIELD prop_b16 TYPE string VALUES single|married|divorced REQUIRED yes FIELD param_s82 TYPE ...
{"attr_d39":"https://api.com/api","param_p94":"cat_c","key_u94":"user@domain.com","prop_b16":"divorced","param_s82":"Tokyo","col_y72":43}
single_quotes
{ "type": "object", "properties": { "attr_d39": { "type": "string", "format": "uri" }, "param_p94": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "key_u94": { "type": "string" }, "field_j70": { ...
{'attr_d39':'https://api.com/api','param_p94':'cat_c','key_u94':'user@domain.com','prop_b16':'divorced','param_s82':'Tokyo','col_y72':43}
Expecting property name enclosed in double quotes
{"attr_d39":"https://api.com/api","param_p94":"cat_c","key_u94":"user@domain.com","prop_b16":"divorced","param_s82":"Tokyo","col_y72":43}
TASK repair_structured_output SPEC FIELD prop_b18 TYPE number REQUIRED no FIELD field_x70 TYPE string REQUIRED no FIELD prop_u34 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes FIELD val_l76.prop_w21.col_s91 TYPE integer REQUIRED yes FIELD val_l76.prop_w21.dim_i37 TYPE string VALUES option_a|...
{"prop_b18":90.99,"field_x70":"https://api.example.com/v1","prop_u34":"type_c","val_l76":{"prop_w21":{"col_s91":313,"dim_i37":"option_a","field_r08":"info@test.io","field_h40":false,"dim_s47":[false,true,false]},"attr_k64":"level_3","field_j99":602.35,"dim_j02":"ops@test.io","key_n28":"https://example.com"},"param_h74"...
extra_text_before
{ "type": "object", "properties": { "prop_b18": { "type": "number" }, "field_x70": { "type": "string" }, "prop_u34": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e", "type_f" ] }, ...
The instrument reported: {"prop_b18":90.99,"field_x70":"https://api.example.com/v1","prop_u34":"type_c","val_l76":{"prop_w21":{"col_s91":313,"dim_i37":"option_a","field_r08":"info@test.io","field_h40":false,"dim_s47":[false,true,false]},"attr_k64":"level_3","field_j99":602.35,"dim_j02":"ops@test.io","key_n28":"https://...
Output contains non-JSON text before the object
{"prop_b18":90.99,"field_x70":"https://api.example.com/v1","prop_u34":"type_c","val_l76":{"prop_w21":{"col_s91":313,"dim_i37":"option_a","field_r08":"info@test.io","field_h40":false,"dim_s47":[false,true,false]},"attr_k64":"level_3","field_j99":602.35,"dim_j02":"ops@test.io","key_n28":"https://example.com"},"param_h74"...