input
stringlengths
170
4.38k
target
stringlengths
11
500
corruption_type
stringclasses
28 values
schema
dict
invalid_json
stringlengths
2
1.02k
error
stringlengths
21
156
target_json
stringlengths
11
500
TASK repair_structured_output SPEC FIELD key_k83 TYPE string REQUIRED no FIELD attr_x52 TYPE boolean REQUIRED yes FIELD field_q21 TYPE string REQUIRED no FIELD param_t41 TYPE string_date-time REQUIRED no FIELD param_i41.prop_o37 TYPE string REQUIRED yes FIELD param_i41.dim_h73 TYPE integer REQUIRED no FIELD param_i41....
{"attr_x52":false,"param_t41":"2026-01-16T06:04:00Z","col_s30":"hemizygous","field_j05":"black"}
markdown_fences
{ "type": "object", "properties": { "key_k83": { "type": "string" }, "attr_x52": { "type": "boolean" }, "field_q21": { "type": "string" }, "param_t41": { "type": "string", "format": "date-time" }, "param_i41": { "type": "object", "propert...
```json {"attr_x52":false,"param_t41":"2026-01-16T06:04:00Z","col_s30":"hemizygous","field_j05":"black"} ```
Output contains markdown code fences
{"attr_x52":false,"param_t41":"2026-01-16T06:04:00Z","col_s30":"hemizygous","field_j05":"black"}
TASK repair_structured_output SPEC FIELD prop_d71 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no FIELD dim_j33 TYPE string REQUIRED yes FIELD col_v71 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD col_r37 TYPE string REQUIRED yes BROKEN_OUTPUT {"col_v71": "sms", "col_...
{"dim_j33":"approved","col_v71":"sms","col_r37":"test@example.com"}
missing_required
{ "type": "object", "properties": { "prop_d71": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e", "option_f" ] }, "dim_j33": { "type": "string" }, "col_v71": { "type": "string", ...
{"col_v71": "sms", "col_r37": "test@example.com"}
Required field 'dim_j33' is missing
{"dim_j33":"approved","col_v71":"sms","col_r37":"test@example.com"}
TASK repair_structured_output SPEC FIELD val_u44 TYPE string REQUIRED no FIELD key_p40 TYPE integer REQUIRED yes FIELD field_t11.val_k44 TYPE boolean REQUIRED no FIELD field_t11.col_p14 TYPE string REQUIRED no FIELD field_t11.val_r13 TYPE string REQUIRED yes FIELD field_t11.field_d33 TYPE integer REQUIRED no FIELD fie...
{"key_p40":832,"field_t11":{"val_k44":false,"col_p14":"RTG-04","val_r13":"active","field_d33":686,"val_v91":{"attr_y53":"active","attr_h66":"berthed","prop_l99":956,"dim_x46":"cat_a","field_w93":true,"attr_p37":716.86},"field_t91":"2023-12-22T03:06:00Z"}}
partial_structure
{ "type": "object", "properties": { "val_u44": { "type": "string" }, "key_p40": { "type": "integer" }, "field_t11": { "type": "object", "properties": { "val_k44": { "type": "boolean" }, "col_p14": { "type": "string" }, ...
Based on the data, field_t11 is {'val_k44': False, 'col_p14': 'RTG-04', 'val_r13': 'active', 'field_d33': 686, 'val_v91': {'attr_y53': 'active', 'attr_h66': 'berthed', 'prop_l99': 956, 'dim_x46': 'cat_a', 'field_w93': True, 'attr_p37': 716.86}, 'field_t91': '2023-12-22T03:06:00Z'}. {"key_p40":832,"field_t11":{"val_k44"...
Output mixes natural language with JSON
{"key_p40":832,"field_t11":{"val_k44":false,"col_p14":"RTG-04","val_r13":"active","field_d33":686,"val_v91":{"attr_y53":"active","attr_h66":"berthed","prop_l99":956,"dim_x46":"cat_a","field_w93":true,"attr_p37":716.86},"field_t91":"2023-12-22T03:06:00Z"}}
TASK repair_structured_output SPEC FIELD latitude TYPE number REQUIRED yes FIELD repository TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD full_name TYPE string_email REQUIRED no FIELD freight_class TYPE null REQUIRED yes FIELD shipper_ref TYPE string_date-time REQUIRED no FIELD crew_id.discount TYPE ...
{"latitude":236.3,"repository":"option_c","freight_class":null,"shipper_ref":"2024-11-03T00:45:00Z","crew_id":{"discount":false,"count":null,"city":"Charlie"}}
missing_brace
{ "type": "object", "properties": { "latitude": { "type": "number" }, "repository": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "full_name": { "type": "string", "format": "email" }, "freight_class": { ...
{"latitude":236.3,"repository":"option_c","freight_class":null,"shipper_ref":"2024-11-03T00:45:00Z","crew_id":{"discount":false,"count":null,"city":"Charlie"}
Missing closing brace
{"latitude":236.3,"repository":"option_c","freight_class":null,"shipper_ref":"2024-11-03T00:45:00Z","crew_id":{"discount":false,"count":null,"city":"Charlie"}}
TASK repair_structured_output SPEC FIELD rating TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD torque_output TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD size TYPE string_date-time REQUIRED yes BROKEN_OUTPUT {"rating": "berthed", "torque_output": "nonsense", "si...
{"rating":"berthed","torque_output":"nonsense","size":"2021-10-07T21:21:00Z"}
extra_field
{ "type": "object", "properties": { "rating": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "torque_output": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", ...
{"rating": "berthed", "torque_output": "nonsense", "size": "2021-10-07T21:21:00Z", "extra_info_4163": 42}
Unknown field 'extra_info_4163' not defined in schema
{"rating":"berthed","torque_output":"nonsense","size":"2021-10-07T21:21:00Z"}
TASK repair_structured_output SPEC FIELD humidity_pct TYPE integer REQUIRED yes FIELD amplitude TYPE boolean REQUIRED no FIELD updated_at TYPE string_email REQUIRED no FIELD age TYPE integer REQUIRED no FIELD umi TYPE integer REQUIRED no FIELD temp_celsius.latitude TYPE integer REQUIRED no FIELD temp_celsius.brake_pre...
{"humidity_pct":206,"updated_at":"user@test.io","age":178,"temp_celsius":{"latitude":211,"brake_pressure":"info@example.com","department":"divorced","cargo_type":"Diana"}}
extra_field
{ "type": "object", "properties": { "humidity_pct": { "type": "integer" }, "amplitude": { "type": "boolean" }, "updated_at": { "type": "string", "format": "email" }, "age": { "type": "integer" }, "umi": { "type": "integer" }, "temp_cels...
{"humidity_pct": 206, "updated_at": "user@test.io", "age": 178, "temp_celsius": {"latitude": 211, "brake_pressure": "info@example.com", "department": "divorced", "cargo_type": "Diana"}, "extra_data_7156": 42}
Unknown field 'extra_data_7156' not defined in schema
{"humidity_pct":206,"updated_at":"user@test.io","age":178,"temp_celsius":{"latitude":211,"brake_pressure":"info@example.com","department":"divorced","cargo_type":"Diana"}}
TASK repair_structured_output SPEC FIELD branch TYPE string_uri REQUIRED yes FIELD coverage TYPE string REQUIRED no FIELD bearing TYPE boolean REQUIRED yes FIELD quality_score TYPE boolean REQUIRED yes BROKEN_OUTPUT {"branch":"https://data.org/api","coverage":"John","bearing":false,"quality_score":true} This should m...
{"branch":"https://data.org/api","coverage":"John","bearing":false,"quality_score":true}
extra_text_after
{ "type": "object", "properties": { "branch": { "type": "string", "format": "uri" }, "coverage": { "type": "string" }, "bearing": { "type": "boolean" }, "quality_score": { "type": "boolean" } }, "required": [ "branch", "bearing", "quality...
{"branch":"https://data.org/api","coverage":"John","bearing":false,"quality_score":true} This should match the schema you provided.
Output contains non-JSON text after the object
{"branch":"https://data.org/api","coverage":"John","bearing":false,"quality_score":true}
TASK repair_structured_output SPEC FIELD attr_h99 TYPE string REQUIRED no FIELD dim_t40 TYPE string REQUIRED yes FIELD dim_d75.prop_b66 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD dim_d75.param_w05.col_w14 TYPE string REQUIRED no FIELD dim_d75.param_w05.val_d23 TYPE number REQUIRED no FIELD di...
{"attr_h99":"test@example.com","dim_t40":"hello","dim_d75":{"prop_b66":"unstable","param_w05":{"col_w14":"2023-12-25","val_x71":"admin","col_l92":818,"dim_l28":true,"col_w53":"divorced"},"prop_z16":"Johnson","prop_m65":"small","param_f43":"https://data.io/data","param_s90":"nonsense"}}
tool_call_bad_format
{ "type": "object", "properties": { "attr_h99": { "type": "string" }, "dim_t40": { "type": "string" }, "dim_d75": { "type": "object", "properties": { "prop_b66": { "type": "string", "enum": [ "reliable", "unstable", ...
<functioncall> apply_discount {attr_h99: "test@example.com", dim_t40: "hello", dim_d75: {prop_b66: "unstable", param_w05: {col_w14: "2023-12-25", val_x71: "admin", col_l92: 818, dim_l28: true, col_w53: "divorced"}, prop_z16: "Johnson", prop_m65: "small", param_f43: "https://data.io/data", param_s90: "nonsense"}}
Tool call has malformed arguments — unquoted keys in function parameters
{"attr_h99":"test@example.com","dim_t40":"hello","dim_d75":{"prop_b66":"unstable","param_w05":{"col_w14":"2023-12-25","val_x71":"admin","col_l92":818,"dim_l28":true,"col_w53":"divorced"},"prop_z16":"Johnson","prop_m65":"small","param_f43":"https://data.io/data","param_s90":"nonsense"}}
TASK repair_structured_output SPEC FIELD label TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD first_name TYPE string REQUIRED no FIELD branch.branch TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD branch.language TYPE string REQUIRED yes FIELD branch.payment_status TYPE string_email REQU...
{"branch":{"language":"FWD","allele":"Bob","country":125}}
thought_process
{ "type": "object", "properties": { "label": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "first_name": { "type": "string" }, "branch": { "type": "object", "properties": { "branch": { "type...
Breaking down the requirements: - Must include all required fields - Types must match the schema - Values should be realistic {"branch":{"language":"FWD","allele":"Bob","country":125}}
Output contains chain-of-thought reasoning before JSON
{"branch":{"language":"FWD","allele":"Bob","country":125}}
TASK repair_structured_output SPEC FIELD weight TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD subject TYPE string REQUIRED no FIELD coverage TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD torque_output TYPE string_date-time REQUIRED no FIELD lab_result TYPE string REQUIRED yes ...
{"weight":"option_d","subject":"demo","coverage":"cat_b","lab_result":"A short description.","chromosome":"mode_b","role":740.04}
missing_required
{ "type": "object", "properties": { "weight": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] }, "subject": { "type": "string" }, "coverage": { "type": "string", "enum": [ "cat_a", ...
{"weight": "option_d", "subject": "demo", "coverage": "cat_b", "chromosome": "mode_b", "role": 740.04}
Required field 'lab_result' is missing
{"weight":"option_d","subject":"demo","coverage":"cat_b","lab_result":"A short description.","chromosome":"mode_b","role":740.04}
TASK repair_structured_output SPEC FIELD longitude TYPE number REQUIRED yes FIELD wavelength TYPE string_uri REQUIRED no FIELD aligned_pct TYPE integer REQUIRED yes FIELD length TYPE boolean REQUIRED yes FIELD currency TYPE number REQUIRED yes FIELD procedure_code.price TYPE string REQUIRED yes FIELD procedure_code.la...
{"longitude":54.2,"aligned_pct":949,"length":true,"currency":602.7,"procedure_code":{"price":"quux","label":421.77,"updated_at":"admin@test.io","width":"success","catalyst":false,"bearing":72.75,"tile":540}}
extra_field
{ "type": "object", "properties": { "longitude": { "type": "number" }, "wavelength": { "type": "string", "format": "uri" }, "aligned_pct": { "type": "integer" }, "length": { "type": "boolean" }, "currency": { "type": "number" }, "proced...
{"longitude": 54.2, "aligned_pct": 949, "length": true, "currency": 602.7, "procedure_code": {"price": "quux", "label": 421.77, "updated_at": "admin@test.io", "width": "success", "catalyst": false, "bearing": 72.75, "tile": 540}, "extra_info_7326": 42}
Unknown field 'extra_info_7326' not defined in schema
{"longitude":54.2,"aligned_pct":949,"length":true,"currency":602.7,"procedure_code":{"price":"quux","label":421.77,"updated_at":"admin@test.io","width":"success","catalyst":false,"bearing":72.75,"tile":540}}
TASK repair_structured_output SPEC FIELD manifest_ref TYPE integer REQUIRED no FIELD umi TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD velocity TYPE string_date-time REQUIRED no FIELD quality_score TYPE integer REQUIRED no FIELD latitude[] TYPE string VALUES email|phone|sms|push REQUIRE...
{"manifest_ref":863,"umi":"nonsense","velocity":"2020-06-11T22:06:00Z","quality_score":20,"latitude":["sms","email","sms"]}
thought_process
{ "type": "object", "properties": { "manifest_ref": { "type": "integer" }, "umi": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "velocity": { "type": "string", "format": "date-time" },...
I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {"manifest_ref":863,"umi":"nonsense","velocity":"2020-06-11T22:06:00Z","quality_score":20,"latitude":["sms","email","sms"]}
Output contains chain-of-thought reasoning before JSON
{"manifest_ref":863,"umi":"nonsense","velocity":"2020-06-11T22:06:00Z","quality_score":20,"latitude":["sms","email","sms"]}
TASK repair_structured_output SPEC FIELD col_v47.param_n24 TYPE string REQUIRED no FIELD col_v47.val_p93 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD col_v47.attr_h67 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD param_j79.dim_m07 TYPE integer REQUIRED yes FIELD param_j79.p...
{"col_v47":{"param_n24":"Bob","val_p93":"operational","attr_h67":"BRL"},"param_j79":{"dim_m07":749,"param_f90":"hello"},"param_c91":775,"field_x55":828,"key_x60":410}
truncated_object
{ "type": "object", "properties": { "col_v47": { "type": "object", "properties": { "param_n24": { "type": "string" }, "val_p93": { "type": "string", "enum": [ "operational", "degraded", "offline", "...
{"col_v47":{"param_n24":"Bob","val_p93":"operational","attr_h67":"BRL"},"param_j79":{"dim_m07":749,"param_f90":"hello"},"param_c91":775,"field_x55":828,"key_x60":410
Unexpected end of JSON input — truncated object
{"col_v47":{"param_n24":"Bob","val_p93":"operational","attr_h67":"BRL"},"param_j79":{"dim_m07":749,"param_f90":"hello"},"param_c91":775,"field_x55":828,"key_x60":410}
TASK repair_structured_output SPEC FIELD diagnosis_code TYPE string REQUIRED yes FIELD cargo_type TYPE integer REQUIRED yes FIELD humidity_pct TYPE string_uri REQUIRED yes FIELD end_date TYPE string REQUIRED yes BROKEN_OUTPUT The diagnosis_code is London and {"diagnosis_code":"London","cargo_type":55,"humidity_pct":"...
{"diagnosis_code":"London","cargo_type":55,"humidity_pct":"https://example.io/data","end_date":"chrX"}
partial_structure
{ "type": "object", "properties": { "diagnosis_code": { "type": "string" }, "cargo_type": { "type": "integer" }, "humidity_pct": { "type": "string", "format": "uri" }, "end_date": { "type": "string" } }, "required": [ "diagnosis_code", "end_d...
The diagnosis_code is London and {"diagnosis_code":"London","cargo_type":55,"humidity_pct":"https://example.io/data","end_date":"chrX"}
Output mixes natural language with JSON
{"diagnosis_code":"London","cargo_type":55,"humidity_pct":"https://example.io/data","end_date":"chrX"}
TASK repair_structured_output SPEC FIELD param_b18 TYPE string REQUIRED yes FIELD val_w36 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD field_g79 TYPE string REQUIRED yes BROKEN_OUTPUT {"param_b18":"hello","val_w36":"critical","field_g79":"approved"
{"param_b18":"hello","val_w36":"critical","field_g79":"approved"}
truncated_object
{ "type": "object", "properties": { "param_b18": { "type": "string" }, "val_w36": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "field_g79": { "type": "string" } }, "required": [ "val_w36", "pa...
{"param_b18":"hello","val_w36":"critical","field_g79":"approved"
Unexpected end of JSON input — truncated object
{"param_b18":"hello","val_w36":"critical","field_g79":"approved"}
TASK repair_structured_output SPEC FIELD attr_b50 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD prop_m67 TYPE integer REQUIRED no FIELD prop_j40 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD param_e91 TYPE string REQUIRED no FIELD prop_h91 TYPE string REQUIRED no BROKEN_OUT...
{"attr_b50":"sms","prop_m67":198,"prop_j40":"missense","param_e91":"https://api.example.com/v1"}
tool_call_python_syntax
{ "type": "object", "properties": { "attr_b50": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "prop_m67": { "type": "integer" }, "prop_j40": { "type": "string", "enum": [ "synonymous", "misse...
align_reads(attr_b50='sms', prop_m67=198, prop_j40='missense', param_e91='https://api.example.com/v1')
Tool call uses Python syntax instead of JSON
{"attr_b50":"sms","prop_m67":198,"prop_j40":"missense","param_e91":"https://api.example.com/v1"}
TASK repair_structured_output SPEC FIELD current_draw.id TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD current_draw.last_name TYPE string VALUES level_1|level_2 REQUIRED no FIELD current_draw.deploy_target TYPE integer REQUIRED no FIELD current_draw.email TYPE number REQUIRED no FIELD ...
{"current_draw":{"id":"mode_f","deploy_target":280,"role":"world","product_id":false,"full_name":136},"first_name":"option_c","freight_class":false}
wrong_type
{ "type": "object", "properties": { "current_draw": { "type": "object", "properties": { "id": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", "mode_f" ] ...
{"current_draw": {"id": "mode_f", "deploy_target": 280, "role": "world", "product_id": false, "full_name": 136}, "first_name": "option_c", "freight_class": "\"no\""}
Field 'freight_class' must be boolean, got string
{"current_draw":{"id":"mode_f","deploy_target":280,"role":"world","product_id":false,"full_name":136},"first_name":"option_c","freight_class":false}
TASK repair_structured_output SPEC FIELD dim_t18 TYPE string_email REQUIRED no FIELD param_j93 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD prop_m53 TYPE integer REQUIRED no FIELD dim_z90[] TYPE integer REQUIRED yes BROKEN_OUTPUT {"dim_t18":"user@test.io","param_j93":"cat_a","prop_m53":763,"dim_z90":[580,46...
{"dim_t18":"user@test.io","param_j93":"cat_a","prop_m53":763,"dim_z90":[580,46,97,506]}
truncated_object
{ "type": "object", "properties": { "dim_t18": { "type": "string", "format": "email" }, "param_j93": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "prop_m53": { "type": "integer" }, "dim_z90": { "type": "arr...
{"dim_t18":"user@test.io","param_j93":"cat_a","prop_m53":763,"dim_z90":[580,46,97,506]
Unexpected end of JSON input — truncated object
{"dim_t18":"user@test.io","param_j93":"cat_a","prop_m53":763,"dim_z90":[580,46,97,506]}
TASK repair_structured_output SPEC FIELD phenotype TYPE integer REQUIRED yes FIELD coverage TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD build_status.due_date TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD build_status.dosage TYPE string REQUIRED no FIELD build_status.date.amount T...
{"phenotype":35,"build_status":{"due_date":"blue","dosage":"test@example.com","date":{"amount":"admin@test.io","latitude":"Smith","feedback":null}},"credit_score":{"wavelength":{"notes":335,"reagent":true,"decay_rate":"FWD","chapter":"https://example.org/v1"},"run_id":{"diagnosis_code":"2021-10-13T13:00:00Z","log_level...
null_required
{ "type": "object", "properties": { "phenotype": { "type": "integer" }, "coverage": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "build_status": { "type": "object", "properties": { ...
{"phenotype": null, "build_status": {"due_date": "blue", "dosage": "test@example.com", "date": {"amount": "admin@test.io", "latitude": "Smith", "feedback": null}}, "credit_score": {"wavelength": {"notes": 335, "reagent": true, "decay_rate": "FWD", "chapter": "https://example.org/v1"}, "run_id": {"diagnosis_code": "2021...
Required field 'phenotype' is null
{"phenotype":35,"build_status":{"due_date":"blue","dosage":"test@example.com","date":{"amount":"admin@test.io","latitude":"Smith","feedback":null}},"credit_score":{"wavelength":{"notes":335,"reagent":true,"decay_rate":"FWD","chapter":"https://example.org/v1"},"run_id":{"diagnosis_code":"2021-10-13T13:00:00Z","log_level...
TASK repair_structured_output SPEC FIELD dim_s00 TYPE integer REQUIRED no FIELD param_j55 TYPE integer REQUIRED no FIELD col_s91 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD key_l37.key_z22 TYPE null REQUIRED yes FIELD key_l37.val_s48 TYPE boolean REQUIRED no FIELD key_l37.attr_y35 TYPE strin...
{"dim_s00":181,"param_j55":1,"key_l37":{"key_z22":null,"val_s48":false,"attr_y35":"https://api.org/data","attr_c75":["draft"]},"param_d10":"bar","val_d51":20,"prop_r28":"editor"}
single_quotes
{ "type": "object", "properties": { "dim_s00": { "type": "integer" }, "param_j55": { "type": "integer" }, "col_s91": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "key_l37": { "type": "o...
{'dim_s00':181,'param_j55':1,'key_l37':{'key_z22':null,'val_s48':false,'attr_y35':'https://api.org/data','attr_c75':['draft']},'param_d10':'bar','val_d51':20,'prop_r28':'editor'}
Expecting property name enclosed in double quotes
{"dim_s00":181,"param_j55":1,"key_l37":{"key_z22":null,"val_s48":false,"attr_y35":"https://api.org/data","attr_c75":["draft"]},"param_d10":"bar","val_d51":20,"prop_r28":"editor"}
TASK repair_structured_output SPEC FIELD key_m94 TYPE string REQUIRED yes FIELD attr_m56 TYPE integer REQUIRED yes FIELD dim_e65 TYPE string REQUIRED yes FIELD attr_a36 TYPE number REQUIRED yes FIELD key_t75 TYPE boolean REQUIRED no FIELD attr_z00.attr_b63 TYPE string REQUIRED no FIELD attr_z00.field_q85 TYPE string R...
{"key_m94":"John","attr_m56":954,"dim_e65":"demo","attr_a36":102.92,"key_t75":false,"attr_z00":{"attr_b63":"example","dim_p02":"London","dim_k91":{"field_i56":"admin@domain.org","field_d11":628,"key_p84":725.19,"attr_z93":false,"param_e11":null},"prop_w67":{"val_w24":"unstable","field_o17":"homozygous","col_x83":"activ...
single_quotes
{ "type": "object", "properties": { "key_m94": { "type": "string" }, "attr_m56": { "type": "integer" }, "dim_e65": { "type": "string" }, "attr_a36": { "type": "number" }, "key_t75": { "type": "boolean" }, "attr_z00": { "type": "object",...
{'key_m94':'John','attr_m56':954,'dim_e65':'demo','attr_a36':102.92,'key_t75':false,'attr_z00':{'attr_b63':'example','dim_p02':'London','dim_k91':{'field_i56':'admin@domain.org','field_d11':628,'key_p84':725.19,'attr_z93':false,'param_e11':null},'prop_w67':{'val_w24':'unstable','field_o17':'homozygous','col_x83':'activ...
Expecting property name enclosed in double quotes
{"key_m94":"John","attr_m56":954,"dim_e65":"demo","attr_a36":102.92,"key_t75":false,"attr_z00":{"attr_b63":"example","dim_p02":"London","dim_k91":{"field_i56":"admin@domain.org","field_d11":628,"key_p84":725.19,"attr_z93":false,"param_e11":null},"prop_w67":{"val_w24":"unstable","field_o17":"homozygous","col_x83":"activ...
TASK repair_structured_output SPEC FIELD throttle_pos TYPE string VALUES single|married|divorced REQUIRED yes FIELD start_date TYPE string VALUES success|error|warning|info REQUIRED no FIELD latitude TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD version TYPE string REQUIRED no FIELD website TYPE null REQUIR...
{"throttle_pos":"divorced","start_date":"warning","latitude":"USD","version":"Silva","website":null}
tool_call_text_mix
{ "type": "object", "properties": { "throttle_pos": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "start_date": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, ...
Let me check the system. <tool_call name="lookup_customer"> {"throttle_pos":"divorced","start_date":"warning","latitude":"USD","version":"Silva","website":null} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"throttle_pos":"divorced","start_date":"warning","latitude":"USD","version":"Silva","website":null}
TASK repair_structured_output SPEC FIELD attr_o40 TYPE integer REQUIRED no FIELD col_e44 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD key_l98 TYPE integer REQUIRED no FIELD field_v63 TYPE string REQUIRED yes FIELD field_m69 TYPE boolean REQUIRED yes BROKEN_OUTPUT {'attr_o40':29,'col_e44':'enterprise...
{"attr_o40":29,"col_e44":"enterprise","key_l98":226,"field_v63":"demo","field_m69":true}
single_quotes
{ "type": "object", "properties": { "attr_o40": { "type": "integer" }, "col_e44": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "key_l98": { "type": "integer" }, "field_v63": { "type": "string" ...
{'attr_o40':29,'col_e44':'enterprise','key_l98':226,'field_v63':'demo','field_m69':true}
Expecting property name enclosed in double quotes
{"attr_o40":29,"col_e44":"enterprise","key_l98":226,"field_v63":"demo","field_m69":true}
TASK repair_structured_output SPEC FIELD key_o07 TYPE null REQUIRED no FIELD param_b08 TYPE number REQUIRED yes FIELD attr_k87[] TYPE integer REQUIRED no FIELD prop_m18[] TYPE string REQUIRED no BROKEN_OUTPUT {"param_b08":7.71,"attr_k87":[676],"prop_m18":"QC-07","PASS"]}
{"param_b08":7.71,"attr_k87":[676],"prop_m18":["QC-07","PASS"]}
missing_bracket
{ "type": "object", "properties": { "key_o07": { "type": "null" }, "param_b08": { "type": "number" }, "attr_k87": { "type": "array", "items": { "type": "integer" } }, "prop_m18": { "type": "array", "items": { "type": "string" ...
{"param_b08":7.71,"attr_k87":[676],"prop_m18":"QC-07","PASS"]}
Missing closing bracket
{"param_b08":7.71,"attr_k87":[676],"prop_m18":["QC-07","PASS"]}
TASK repair_structured_output SPEC FIELD attr_k90 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD val_i38 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD dim_p59 TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD attr_e33 TYPE number REQUIRED no BROKEN_OUTPUT {"attr_...
{"attr_k90":"type_a","val_i38":"level_1","dim_p59":"cat_a","attr_e33":714.81}
truncated_array
{ "type": "object", "properties": { "attr_k90": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e", "type_f" ] }, "val_i38": { "type": "string", "enum": [ "level_1", "level_2", ...
{"attr_k90":"type_a","val_i38":"level_1","dim_p59":"cat_a","attr_e33":714.81
Unexpected end of JSON input — truncated object
{"attr_k90":"type_a","val_i38":"level_1","dim_p59":"cat_a","attr_e33":714.81}
TASK repair_structured_output SPEC FIELD voltage TYPE string REQUIRED no FIELD umi TYPE integer REQUIRED yes FIELD vessel_name TYPE string REQUIRED yes FIELD label TYPE string VALUES active|inactive|pending REQUIRED yes BROKEN_OUTPUT "voltage":"Santos","umi":913,"vessel_name":"quux","label":"active"}
{"voltage":"Santos","umi":913,"vessel_name":"quux","label":"active"}
missing_brace
{ "type": "object", "properties": { "voltage": { "type": "string" }, "umi": { "type": "integer" }, "vessel_name": { "type": "string" }, "label": { "type": "string", "enum": [ "active", "inactive", "pending" ] } }, "requi...
"voltage":"Santos","umi":913,"vessel_name":"quux","label":"active"}
Missing closing brace
{"voltage":"Santos","umi":913,"vessel_name":"quux","label":"active"}
TASK repair_structured_output SPEC FIELD interest_rate TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD altitude TYPE string VALUES single|married|divorced REQUIRED no FIELD state TYPE string VALUES new|in_transit|delivered|returned REQUIRED no BROKEN_OUTPUT {interest_rate:"in_progress",state:"r...
{"interest_rate":"in_progress","state":"returned"}
unquoted_keys
{ "type": "object", "properties": { "interest_rate": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "altitude": { "type": "string", "enum": [ "single", "married", "divorced" ] ...
{interest_rate:"in_progress",state:"returned"}
Expecting property name enclosed in double quotes
{"interest_rate":"in_progress","state":"returned"}
TASK repair_structured_output SPEC FIELD param_l94 TYPE string VALUES single|married|divorced REQUIRED no FIELD attr_k57 TYPE string REQUIRED no FIELD param_z11 TYPE number REQUIRED yes BROKEN_OUTPUT {"param_l94":"married","param_z11":128.58}
{"param_l94":"married","param_z11":128.58}
missing_bracket
{ "type": "object", "properties": { "param_l94": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "attr_k57": { "type": "string" }, "param_z11": { "type": "number" } }, "required": [ "param_z11" ] }
{"param_l94":"married","param_z11":128.58}
Missing closing bracket
{"param_l94":"married","param_z11":128.58}
TASK repair_structured_output SPEC FIELD attr_v30 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD dim_c10 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD col_s10 TYPE string REQUIRED yes BROKEN_OUTPUT {"attr_v30": "white", "dim_c10": "closed", "col_s10": "baz", "extra_field_764...
{"attr_v30":"white","dim_c10":"closed","col_s10":"baz"}
extra_field
{ "type": "object", "properties": { "attr_v30": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "dim_c10": { "type": "string", "enum": [ "open", "in_progress", "resolved", "c...
{"attr_v30": "white", "dim_c10": "closed", "col_s10": "baz", "extra_field_7645": "unexpected"}
Unknown field 'extra_field_7645' not defined in schema
{"attr_v30":"white","dim_c10":"closed","col_s10":"baz"}
TASK repair_structured_output SPEC FIELD attr_c23 TYPE string REQUIRED no FIELD dim_n70 TYPE integer REQUIRED no FIELD field_h13 TYPE string_email REQUIRED no FIELD val_t26 TYPE integer REQUIRED no FIELD param_p29 TYPE string REQUIRED no FIELD param_g35 TYPE string REQUIRED no FIELD attr_g98 TYPE integer REQUIRED yes ...
{"attr_c23":"example","dim_n70":844,"val_t26":762,"param_p29":"Johnson","param_g35":"2024-01-15","attr_g98":54,"val_u95":true}
missing_bracket
{ "type": "object", "properties": { "attr_c23": { "type": "string" }, "dim_n70": { "type": "integer" }, "field_h13": { "type": "string", "format": "email" }, "val_t26": { "type": "integer" }, "param_p29": { "type": "string" }, "param_g3...
{"attr_c23":"example","dim_n70":844,"val_t26":762,"param_p29":"Johnson","param_g35":"2024-01-15","attr_g98":54,"val_u95":true}
Missing closing bracket
{"attr_c23":"example","dim_n70":844,"val_t26":762,"param_p29":"Johnson","param_g35":"2024-01-15","attr_g98":54,"val_u95":true}
TASK repair_structured_output SPEC FIELD dim_o89 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD col_w68 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD val_l89 TYPE string VALUES success|error|warning|info REQUIRED no FIELD prop_w80 TYPE string VALUES active|inactive|pe...
{"dim_o89":"new","col_w68":"returned","val_l89":"success","prop_w80":"active","attr_t88":false,"prop_c39":"draft"}
tool_call_text_mix
{ "type": "object", "properties": { "dim_o89": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "col_w68": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returne...
I'll query our database. <tool_call name="calculate_price"> {"dim_o89":"new","col_w68":"returned","val_l89":"success","prop_w80":"active","attr_t88":false,"prop_c39":"draft"} </tool_call.
Agent response mixes reasoning text with tool call
{"dim_o89":"new","col_w68":"returned","val_l89":"success","prop_w80":"active","attr_t88":false,"prop_c39":"draft"}
TASK repair_structured_output SPEC FIELD payment_status TYPE number REQUIRED yes FIELD first_name.end_date TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes FIELD first_name.role TYPE number REQUIRED no FIELD first_name.language TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIEL...
{"payment_status":989.24,"nickname":{"notes":"option_a","ph_level":"2024-06-30","half_life":"level_2","lab_result":null},"email":false,"altitude":{"account_id":{"item_id":null,"state":351,"diagnosis_code":"baz"},"company":"success","status_code":"https://www.org/data"},"step":681}
missing_required
{ "type": "object", "properties": { "payment_status": { "type": "number" }, "first_name": { "type": "object", "properties": { "end_date": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", ...
{"payment_status": 989.24, "nickname": {"notes": "option_a", "ph_level": "2024-06-30", "half_life": "level_2", "lab_result": null}, "email": false, "step": 681}
Required field 'altitude' is missing
{"payment_status":989.24,"nickname":{"notes":"option_a","ph_level":"2024-06-30","half_life":"level_2","lab_result":null},"email":false,"altitude":{"account_id":{"item_id":null,"state":351,"diagnosis_code":"baz"},"company":"success","status_code":"https://www.org/data"},"step":681}
TASK repair_structured_output SPEC FIELD val_d78 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD key_x81 TYPE string REQUIRED yes FIELD field_b60[].key_p72 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD field_b60[].key_t65 TYPE string_date-time REQUIRED no FIELD field_b60...
{"val_d78":"small","key_x81":"inactive","field_b60":[{"key_p72":"rejected","field_n57":810.12},{"key_p72":"rejected","field_n57":703.46},{"key_p72":"rejected","key_t65":"2020-06-12T05:52:00Z"},{"key_p72":"pending_review","key_t65":"2023-05-13T06:17:00Z","field_n57":8.03}],"param_z06":[80.88,378.68]}
truncated_object
{ "type": "object", "properties": { "val_d78": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "key_x81": { "type": "string" }, "field_b60": { "type": "array", "items": { "type": "object", "pr...
{"val_d78":"small","key_x81":"inactive","field_b60":[{"key_p72":"rejected","field_n57":810.12},{"key_p72":"rejected","field_n57":703.46},{"key_p72":"rejected","key_t65":"2020-06-12T05:52:00Z"},{"key_p72":"pending_review","key_t65":"2023-05-13T06:17:00Z","field_n57":8.03}],"param_z06":[80.88,378.68]
Unexpected end of JSON input — truncated object
{"val_d78":"small","key_x81":"inactive","field_b60":[{"key_p72":"rejected","field_n57":810.12},{"key_p72":"rejected","field_n57":703.46},{"key_p72":"rejected","key_t65":"2020-06-12T05:52:00Z"},{"key_p72":"pending_review","key_t65":"2023-05-13T06:17:00Z","field_n57":8.03}],"param_z06":[80.88,378.68]}
TASK repair_structured_output SPEC FIELD dim_v15 TYPE string REQUIRED yes FIELD prop_i56 TYPE string REQUIRED yes FIELD col_j73.field_c94 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD col_j73.key_s24 TYPE string VALUES draft|published|archived REQUIRED no FIELD col_j73.attr_s16 TYPE st...
{"dim_v15":"PASS","prop_i56":"demo","col_j73":{"field_c94":"type_b","attr_s16":"EUR"},"col_p88":{"dim_g16":"demo","val_y29":"GBP","val_k68":"cat_a","attr_j74":{"attr_l34":"2020-02-25T19:38:00Z","param_k68":"type_b","dim_h43":"Alice","attr_b74":"type_a"}}}
markdown_explanation
{ "type": "object", "properties": { "dim_v15": { "type": "string" }, "prop_i56": { "type": "string" }, "col_j73": { "type": "object", "properties": { "field_c94": { "type": "string", "enum": [ "type_a", "type_b", ...
I've generated the following JSON: ```json {"dim_v15":"PASS","prop_i56":"demo","col_j73":{"field_c94":"type_b","attr_s16":"EUR"},"col_p88":{"dim_g16":"demo","val_y29":"GBP","val_k68":"cat_a","attr_j74":{"attr_l34":"2020-02-25T19:38:00Z","param_k68":"type_b","dim_h43":"Alice","attr_b74":"type_a"}}} ``` Hope this helps!
Output contains markdown and explanatory text around JSON
{"dim_v15":"PASS","prop_i56":"demo","col_j73":{"field_c94":"type_b","attr_s16":"EUR"},"col_p88":{"dim_g16":"demo","val_y29":"GBP","val_k68":"cat_a","attr_j74":{"attr_l34":"2020-02-25T19:38:00Z","param_k68":"type_b","dim_h43":"Alice","attr_b74":"type_a"}}}
TASK repair_structured_output SPEC FIELD ph_level TYPE boolean REQUIRED no FIELD title.username TYPE boolean REQUIRED no FIELD title.tax.bill_of_lading TYPE string REQUIRED no FIELD title.tax.first_name TYPE string_email REQUIRED yes FIELD title.tax.enabled TYPE number REQUIRED no FIELD title.tax.created_at TYPE strin...
{"ph_level":false,"title":{"username":false,"tax":{"bill_of_lading":"Santos","first_name":"admin@example.com","enabled":343.0,"created_at":"2022-11-02T21:17:00Z","organism":true,"end_date":"https://example.io/data"},"category":144.49},"dissolved_oxygen":"red","chromosome":569}
partial_structure
{ "type": "object", "properties": { "ph_level": { "type": "boolean" }, "title": { "type": "object", "properties": { "username": { "type": "boolean" }, "tax": { "type": "object", "properties": { "bill_of_lading": { ...
The title is {'username': False, 'tax': {'bill_of_lading': 'Santos', 'first_name': 'admin@example.com', 'enabled': 343.0, 'created_at': '2022-11-02T21:17:00Z', 'organism': True, 'end_date': 'https://example.io/data'}, 'category': 144.49} and {"ph_level":false,"title":{"username":false,"tax":{"bill_of_lading":"Santos","...
Output mixes natural language with JSON
{"ph_level":false,"title":{"username":false,"tax":{"bill_of_lading":"Santos","first_name":"admin@example.com","enabled":343.0,"created_at":"2022-11-02T21:17:00Z","organism":true,"end_date":"https://example.io/data"},"category":144.49},"dissolved_oxygen":"red","chromosome":569}
TASK repair_structured_output SPEC FIELD currency.description TYPE string_email REQUIRED no FIELD currency.crew_id TYPE integer REQUIRED no FIELD currency.subtotal TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD currency.first_name TYPE number REQUIRED no FIELD filter_flag TYPE integer REQUIRED ...
{"currency":{"description":"admin@domain.org","crew_id":133,"subtotal":"resolved","first_name":692.31},"filter_flag":130,"chapter":{"tags":258.08,"label":true,"throttle_pos":968,"paragraph":true},"url":"2023-10-19T11:34:00Z","payment_status":{"length":"inland","ph_level":96.79,"discount":575,"insurance_id":"ops@test.io...
null_required
{ "type": "object", "properties": { "currency": { "type": "object", "properties": { "description": { "type": "string", "format": "email" }, "crew_id": { "type": "integer" }, "subtotal": { "type": "string", "enu...
{"currency": {"description": "admin@domain.org", "crew_id": 133, "subtotal": "resolved", "first_name": 692.31}, "filter_flag": 130, "chapter": null, "url": "2023-10-19T11:34:00Z", "payment_status": {"length": "inland", "ph_level": 96.79, "discount": 575, "insurance_id": "ops@test.io", "thumbnail": "green"}, "website": ...
Required field 'chapter' is null
{"currency":{"description":"admin@domain.org","crew_id":133,"subtotal":"resolved","first_name":692.31},"filter_flag":130,"chapter":{"tags":258.08,"label":true,"throttle_pos":968,"paragraph":true},"url":"2023-10-19T11:34:00Z","payment_status":{"length":"inland","ph_level":96.79,"discount":575,"insurance_id":"ops@test.io...
TASK repair_structured_output SPEC FIELD dim_d10 TYPE null REQUIRED yes FIELD field_l98 TYPE string REQUIRED no FIELD prop_n81.param_y23 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD prop_n81.param_o83 TYPE integer REQUIRED yes FIELD prop_n81.field_h04 TYPE boolean REQUIRED yes FIEL...
{"dim_d10":null,"field_l98":"Jane","prop_n81":{"param_y23":"rejected","param_o83":511,"field_h04":true,"prop_a31":"2022-03-03T23:07:00Z"}}
unquoted_keys
{ "type": "object", "properties": { "dim_d10": { "type": "null" }, "field_l98": { "type": "string" }, "prop_n81": { "type": "object", "properties": { "param_y23": { "type": "string", "enum": [ "pending_review", "confirme...
{dim_d10:null,field_l98:"Jane",prop_n81:{param_y23:"rejected",param_o83:511,field_h04:true,prop_a31:"2022-03-03T23:07:00Z"}}
Expecting property name enclosed in double quotes
{"dim_d10":null,"field_l98":"Jane","prop_n81":{"param_y23":"rejected","param_o83":511,"field_h04":true,"prop_a31":"2022-03-03T23:07:00Z"}}
TASK repair_structured_output SPEC FIELD dosage.message TYPE string REQUIRED yes FIELD dosage.bearing TYPE string REQUIRED no FIELD dosage.shift_code TYPE boolean REQUIRED yes FIELD humidity_pct TYPE string REQUIRED yes FIELD run_id TYPE integer REQUIRED yes FIELD insurance_id TYPE string REQUIRED no FIELD tax TYPE nu...
{"dosage":{"message":"https://example.com","shift_code":true},"humidity_pct":"foo","run_id":12,"insurance_id":"chr1","repository":"Johnson"}
extra_text_after
{ "type": "object", "properties": { "dosage": { "type": "object", "properties": { "message": { "type": "string" }, "bearing": { "type": "string" }, "shift_code": { "type": "boolean" } }, "required": [ "...
{"dosage":{"message":"https://example.com","shift_code":true},"humidity_pct":"foo","run_id":12,"insurance_id":"chr1","repository":"Johnson"} This should match the schema you provided.
Output contains non-JSON text after the object
{"dosage":{"message":"https://example.com","shift_code":true},"humidity_pct":"foo","run_id":12,"insurance_id":"chr1","repository":"Johnson"}
TASK repair_structured_output SPEC FIELD chromosome TYPE string VALUES single|married|divorced REQUIRED yes FIELD run_id TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD filter_flag TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes BROKEN_OUTPUT {"chromosome":"single","run_id":"re...
{"chromosome":"single","run_id":"resolved","filter_flag":"anchored"}
extra_text_after
{ "type": "object", "properties": { "chromosome": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "run_id": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, ...
{"chromosome":"single","run_id":"resolved","filter_flag":"anchored"} Let me know if you need anything else!
Output contains non-JSON text after the object
{"chromosome":"single","run_id":"resolved","filter_flag":"anchored"}
TASK repair_structured_output SPEC FIELD yield_pct TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD discount TYPE string REQUIRED yes FIELD dissolved_oxygen TYPE null REQUIRED yes FIELD color TYPE string VALUES email|phone|sms|push REQUIRED no FIELD conductivity TYPE string REQUIRED yes FIELD full_name TYPE nu...
{"yield_pct":"EUR","discount":"Paris","dissolved_oxygen":null,"color":"sms","conductivity":"REV","full_name":575.69,"subject":"Diana"}
null_required
{ "type": "object", "properties": { "yield_pct": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "discount": { "type": "string" }, "dissolved_oxygen": { "type": "null" }, "color": { "type": "...
{"yield_pct": "EUR", "discount": "Paris", "dissolved_oxygen": null, "color": "sms", "conductivity": "REV", "full_name": 575.69, "subject": "Diana"}
Required field 'dissolved_oxygen' is null
{"yield_pct":"EUR","discount":"Paris","dissolved_oxygen":null,"color":"sms","conductivity":"REV","full_name":575.69,"subject":"Diana"}
TASK repair_structured_output SPEC FIELD width TYPE string REQUIRED no FIELD commit_hash TYPE string_uri REQUIRED no FIELD procedure_code TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIELD temp_celsius TYPE string REQUIRED no FIELD payment_status TYPE boolean REQUIRED yes FIELD section.website TYPE string R...
{"width":"FWD","commit_hash":"https://example.org/api","procedure_code":"cat_d","payment_status":true,"section":{"website":"Maria","commit_hash":723},"feedback":"ops@test.io"}
tool_call_wrong_param
{ "type": "object", "properties": { "width": { "type": "string" }, "commit_hash": { "type": "string", "format": "uri" }, "procedure_code": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "temp_celsi...
Tool: assign_berth Params: {"width": "FWD", "procedure_code": "cat_d", "payment_status": true, "section": {"website": "Maria", "commit_hash": 723}, "feedback": "ops@test.io", "commit_hash_new": "https://example.org/api"}
Agent used wrong parameter name 'commit_hash_new' instead of 'commit_hash'
{"width":"FWD","commit_hash":"https://example.org/api","procedure_code":"cat_d","payment_status":true,"section":{"website":"Maria","commit_hash":723},"feedback":"ops@test.io"}
TASK repair_structured_output SPEC FIELD chromosome TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD shipping TYPE string REQUIRED yes FIELD coverage TYPE number REQUIRED yes FIELD frequency_hz[] TYPE string REQUIRED no BROKEN_OUTPUT ```json {"chromosome":"closed","shipping":"MV-Evergreen-01","c...
{"chromosome":"closed","shipping":"MV-Evergreen-01","coverage":153.39,"frequency_hz":["John"]}
markdown_fences
{ "type": "object", "properties": { "chromosome": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "shipping": { "type": "string" }, "coverage": { "type": "number" }, "frequency_hz": { "type...
```json {"chromosome":"closed","shipping":"MV-Evergreen-01","coverage":153.39,"frequency_hz":["John"]} ```
Output contains markdown code fences
{"chromosome":"closed","shipping":"MV-Evergreen-01","coverage":153.39,"frequency_hz":["John"]}
TASK repair_structured_output SPEC FIELD start_date TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes FIELD balance TYPE integer REQUIRED no FIELD phone TYPE boolean REQUIRED yes FIELD span_id TYPE string REQUIRED no FIELD level TYPE number REQUIRED yes BROKEN_OUTPUT <functioncall> check_availabilit...
{"start_date":"cat_b","balance":88,"phone":false,"span_id":"2024-01-15","level":836.05}
tool_call_bad_format
{ "type": "object", "properties": { "start_date": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "balance": { "type": "integer" }, "phone": { "type": "boolean" }, "span_...
<functioncall> check_availability {start_date: "cat_b", balance: 88, phone: false, span_id: "2024-01-15", level: 836.05}
Tool call has malformed arguments — unquoted keys in function parameters
{"start_date":"cat_b","balance":88,"phone":false,"span_id":"2024-01-15","level":836.05}
TASK repair_structured_output SPEC FIELD last_name TYPE number REQUIRED no FIELD lab_result TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD end_date TYPE null REQUIRED no FIELD lane.enabled TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD lane.order_id TYPE string REQUI...
{"last_name":742.87,"lab_result":"enterprise","end_date":null}
extra_field
{ "type": "object", "properties": { "last_name": { "type": "number" }, "lab_result": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "end_date": { "type": "null" }, "lane": { "type": "object", ...
{"last_name": 742.87, "lab_result": "enterprise", "end_date": null, "extra_field_7849": true}
Unknown field 'extra_field_7849' not defined in schema
{"last_name":742.87,"lab_result":"enterprise","end_date":null}
TASK repair_structured_output SPEC FIELD log_level TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD salinity TYPE null REQUIRED no FIELD city TYPE number REQUIRED yes BROKEN_OUTPUT {"city": 450.12}
{"log_level":"type_a","city":450.12}
missing_required
{ "type": "object", "properties": { "log_level": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "salinity": { "type": "null" }, "city": { "type": "number" } }, "required": [ "log_level", "cit...
{"city": 450.12}
Required field 'log_level' is missing
{"log_level":"type_a","city":450.12}
TASK repair_structured_output SPEC FIELD span_id TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD level.procedure_code TYPE number REQUIRED yes FIELD level.count TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD level.footnote TYPE string REQUIRED no FIELD level.fleet_number TY...
{"span_id":"cat_c","level":{"procedure_code":767.75,"count":"heterozygous","footnote":"PASS","fleet_number":false},"step":221}
truncated_object
{ "type": "object", "properties": { "span_id": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "level": { "type": "object", "properties": { "procedure_code": { "type": "number" ...
{"span_id":"cat_c","level":{"procedure_code":767.75,"count":"heterozygous","footnote":"PASS","fleet_number":false},"step":221
Unexpected end of JSON input — truncated object
{"span_id":"cat_c","level":{"procedure_code":767.75,"count":"heterozygous","footnote":"PASS","fleet_number":false},"step":221}
TASK repair_structured_output SPEC FIELD key_s83 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD val_k87.param_b04 TYPE string_uri REQUIRED no FIELD val_k87.val_w40 TYPE number REQUIRED no FIELD val_k87.prop_i55.prop_y20 TYPE string_date-time REQUIRED yes FIELD val_k87.prop_i55.attr_q03 ...
{"key_s83":"degraded","val_k87":{"prop_i55":{"prop_y20":"2025-01-23T11:58:00Z","attr_q03":986,"val_z14":"approved","val_t66":"inactive","field_x11":"inactive","param_b48":180.57},"attr_w88":{"prop_x10":true,"param_a28":false,"val_r68":false,"field_o85":43.26}},"prop_b20":"Bob"}
missing_bracket
{ "type": "object", "properties": { "key_s83": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "val_k87": { "type": "object", "properties": { "param_b04": { "type": "string", ...
{"key_s83":"degraded","val_k87":{"prop_i55":{"prop_y20":"2025-01-23T11:58:00Z","attr_q03":986,"val_z14":"approved","val_t66":"inactive","field_x11":"inactive","param_b48":180.57},"attr_w88":{"prop_x10":true,"param_a28":false,"val_r68":false,"field_o85":43.26}},"prop_b20":"Bob"}
Missing closing bracket
{"key_s83":"degraded","val_k87":{"prop_i55":{"prop_y20":"2025-01-23T11:58:00Z","attr_q03":986,"val_z14":"approved","val_t66":"inactive","field_x11":"inactive","param_b48":180.57},"attr_w88":{"prop_x10":true,"param_a28":false,"val_r68":false,"field_o85":43.26}},"prop_b20":"Bob"}
TASK repair_structured_output SPEC FIELD total.rating TYPE integer REQUIRED yes FIELD total.lane TYPE string REQUIRED yes FIELD total.state TYPE string REQUIRED no FIELD brake_pressure TYPE number REQUIRED no FIELD span_id TYPE string VALUES success|error|warning|info REQUIRED no FIELD bearing TYPE boolean REQUIRED no...
{"total":{"rating":776,"lane":"2024-06-30"},"brake_pressure":389.79,"bearing":false,"description":{"reagent":{"shipping":"option_b","version":"level_3","nickname":false,"terminal_id":"example","product_id":667,"procedure_code":"ops@test.io"},"full_name":"MV-Evergreen-01","interest_rate":385.62,"build_status":"GRCh38"},...
extra_text_after
{ "type": "object", "properties": { "total": { "type": "object", "properties": { "rating": { "type": "integer" }, "lane": { "type": "string" }, "state": { "type": "string" } }, "required": [ "rating", ...
{"total":{"rating":776,"lane":"2024-06-30"},"brake_pressure":389.79,"bearing":false,"description":{"reagent":{"shipping":"option_b","version":"level_3","nickname":false,"terminal_id":"example","product_id":667,"procedure_code":"ops@test.io"},"full_name":"MV-Evergreen-01","interest_rate":385.62,"build_status":"GRCh38"},...
Output contains non-JSON text after the object
{"total":{"rating":776,"lane":"2024-06-30"},"brake_pressure":389.79,"bearing":false,"description":{"reagent":{"shipping":"option_b","version":"level_3","nickname":false,"terminal_id":"example","product_id":667,"procedure_code":"ops@test.io"},"full_name":"MV-Evergreen-01","interest_rate":385.62,"build_status":"GRCh38"},...
TASK repair_structured_output SPEC FIELD throttle_pos TYPE integer REQUIRED no FIELD bill_of_lading TYPE string REQUIRED yes FIELD turbidity TYPE string REQUIRED yes FIELD bearing.aligned_pct TYPE boolean REQUIRED no FIELD bearing.account_id TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD bearing.id TYP...
{"throttle_pos":436,"bill_of_lading":"Johnson","turbidity":"chr1","bearing":{"account_id":"critical","id":"resolved"},"website":{"step":512,"strand":"info@example.com","user_id":756}}
markdown_explanation
{ "type": "object", "properties": { "throttle_pos": { "type": "integer" }, "bill_of_lading": { "type": "string" }, "turbidity": { "type": "string" }, "bearing": { "type": "object", "properties": { "aligned_pct": { "type": "boolean" ...
The output is as follows: ```json {"throttle_pos":436,"bill_of_lading":"Johnson","turbidity":"chr1","bearing":{"account_id":"critical","id":"resolved"},"website":{"step":512,"strand":"info@example.com","user_id":756}} ``` I've ensured all required fields are present.
Output contains markdown and explanatory text around JSON
{"throttle_pos":436,"bill_of_lading":"Johnson","turbidity":"chr1","bearing":{"account_id":"critical","id":"resolved"},"website":{"step":512,"strand":"info@example.com","user_id":756}}
TASK repair_structured_output SPEC FIELD dim_e24 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes FIELD key_g95 TYPE number REQUIRED no FIELD col_d01 TYPE null REQUIRED yes FIELD col_v46 TYPE string VALUES email|phone|sms|push REQUIRED yes BROKEN_OUTPUT I need to create a JSON object that mat...
{"dim_e24":"mode_e","key_g95":860.66,"col_d01":null,"col_v46":"push"}
thought_process
{ "type": "object", "properties": { "dim_e24": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", "mode_f" ] }, "key_g95": { "type": "number" }, "col_d01": { "type": "null" }, "col_...
I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {"dim_e24":"mode_e","key_g95":860.66,"col_d01":null,"col_v46":"push"}
Output contains chain-of-thought reasoning before JSON
{"dim_e24":"mode_e","key_g95":860.66,"col_d01":null,"col_v46":"push"}
TASK repair_structured_output SPEC FIELD score TYPE string VALUES mode_a|mode_b REQUIRED no FIELD organism TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD bearing TYPE boolean REQUIRED no FIELD trace_id TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD berth_slot TYPE string REQUIRED no BROKEN_OUTP...
{"score":"mode_b","organism":"level_3","bearing":true,"trace_id":"cat_b"}
unquoted_keys
{ "type": "object", "properties": { "score": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "organism": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "bearing": { "type": "boolean" }...
{score:"mode_b",organism:"level_3",bearing:true,trace_id:"cat_b"}
Expecting property name enclosed in double quotes
{"score":"mode_b","organism":"level_3","bearing":true,"trace_id":"cat_b"}
TASK repair_structured_output SPEC FIELD val_c72 TYPE string REQUIRED no FIELD field_s21 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD val_o83[].param_e04 TYPE string_uri REQUIRED no FIELD val_o83[].prop_z61 TYPE boolean REQUIRED no FIELD val_o83[].param_q81 TYPE boolean REQUIRED no FIELD val_o83[].dim_d...
{"field_s21":"medium","val_o83":[{"param_e04":"https://data.org/v1","param_q81":false,"dim_d20":"MV-Evergreen-01","field_o10":"Luis","dim_i15":"inactive","dim_r79":406},{"prop_z61":false,"dim_d20":"test@example.com","field_o10":"QC-07","dim_i15":"chr1","dim_r79":241},{"param_e04":"https://www.io/data","prop_z61":false,...
missing_brace
{ "type": "object", "properties": { "val_c72": { "type": "string" }, "field_s21": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "val_o83": { "type": "array", "items": { "type": "object", "pr...
{"field_s21":"medium","val_o83":[{"param_e04":"https://data.org/v1","param_q81":false,"dim_d20":"MV-Evergreen-01","field_o10":"Luis","dim_i15":"inactive","dim_r79":406},{"prop_z61":false,"dim_d20":"test@example.com","field_o10":"QC-07","dim_i15":"chr1","dim_r79":241},{"param_e04":"https://www.io/data","prop_z61":false,...
Missing closing brace
{"field_s21":"medium","val_o83":[{"param_e04":"https://data.org/v1","param_q81":false,"dim_d20":"MV-Evergreen-01","field_o10":"Luis","dim_i15":"inactive","dim_r79":406},{"prop_z61":false,"dim_d20":"test@example.com","field_o10":"QC-07","dim_i15":"chr1","dim_r79":241},{"param_e04":"https://www.io/data","prop_z61":false,...
TASK repair_structured_output SPEC FIELD val_i96 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes FIELD dim_d94 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD val_s55 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD attr_v92 TYPE string REQUIRED no BROKE...
{"val_i96":"level_2","dim_d94":"mode_b","val_s55":"synonymous","attr_v92":"Jane"}
markdown_explanation
{ "type": "object", "properties": { "val_i96": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] }, "dim_d94": { "type": "string", "enum": [ "mode_a", "mode_b" ...
Based on your request, here is the data: ```json {"val_i96":"level_2","dim_d94":"mode_b","val_s55":"synonymous","attr_v92":"Jane"} ``` Hope this helps!
Output contains markdown and explanatory text around JSON
{"val_i96":"level_2","dim_d94":"mode_b","val_s55":"synonymous","attr_v92":"Jane"}
TASK repair_structured_output SPEC FIELD aligned_pct.invoice_id TYPE number REQUIRED no FIELD aligned_pct.reagent TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD aligned_pct.role[] TYPE null REQUIRED no FIELD date TYPE string REQUIRED no FIELD vital_sign TYPE string REQUIRED no FIELD sta...
{"vital_sign":"hello","status_code":403,"count":"medium","strand":"chrX"}
number_with_unit
{ "type": "object", "properties": { "aligned_pct": { "type": "object", "properties": { "invoice_id": { "type": "number" }, "reagent": { "type": "string", "enum": [ "operational", "degraded", "offline", ...
{"vital_sign": "hello", "status_code": "403cm", "count": "medium", "strand": "chrX"}
Field 'status_code' must be number, got string with unit
{"vital_sign":"hello","status_code":403,"count":"medium","strand":"chrX"}
TASK repair_structured_output SPEC FIELD field_z12.dim_u33 TYPE number REQUIRED yes FIELD field_z12.dim_r86 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD field_z12.attr_c76 TYPE number REQUIRED yes FIELD val_a63 TYPE number REQUIRED no FIELD dim_x96 TYPE string REQUIRED yes BROKEN_OUTPUT {"fi...
{"field_z12":{"dim_u33":16.6,"dim_r86":"anchored","attr_c76":487.02},"val_a63":274.38,"dim_x96":"New York"}
extra_field
{ "type": "object", "properties": { "field_z12": { "type": "object", "properties": { "dim_u33": { "type": "number" }, "dim_r86": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moo...
{"field_z12": {"dim_u33": 16.6, "dim_r86": "anchored", "attr_c76": 487.02}, "val_a63": 274.38, "dim_x96": "New York", "extra_data_6670": "unexpected"}
Unknown field 'extra_data_6670' not defined in schema
{"field_z12":{"dim_u33":16.6,"dim_r86":"anchored","attr_c76":487.02},"val_a63":274.38,"dim_x96":"New York"}
TASK repair_structured_output SPEC FIELD key_a19 TYPE integer REQUIRED no FIELD key_g92 TYPE string REQUIRED yes FIELD val_o32 TYPE string_uri REQUIRED no FIELD param_n70 TYPE string VALUES single|married|divorced REQUIRED yes FIELD key_b94[] TYPE number REQUIRED yes BROKEN_OUTPUT {"key_g92":"https://example.com","va...
{"key_g92":"https://example.com","val_o32":"https://www.org/v1","param_n70":"single","key_b94":[647.91]}
missing_bracket
{ "type": "object", "properties": { "key_a19": { "type": "integer" }, "key_g92": { "type": "string" }, "val_o32": { "type": "string", "format": "uri" }, "param_n70": { "type": "string", "enum": [ "single", "married", "divorced" ...
{"key_g92":"https://example.com","val_o32":"https://www.org/v1","param_n70":"single","key_b94":647.91]}
Missing closing bracket
{"key_g92":"https://example.com","val_o32":"https://www.org/v1","param_n70":"single","key_b94":[647.91]}
TASK repair_structured_output SPEC FIELD username TYPE null REQUIRED yes FIELD published TYPE string REQUIRED no FIELD longitude[].coverage TYPE string_date-time REQUIRED yes FIELD longitude[].shipper_ref TYPE string_uri REQUIRED yes FIELD longitude[].filter_flag TYPE string REQUIRED yes FIELD longitude[].message TYPE...
{"username":null,"published":"Tokyo","longitude":[{"coverage":"2025-01-22T10:38:00Z","shipper_ref":"https://api.org/data","filter_flag":"REV","message":"GRCh38"},{"coverage":"2020-01-11T10:07:00Z","shipper_ref":"https://data.com/api","filter_flag":"PASS","message":"inactive"}]}
tool_call_bad_format
{ "type": "object", "properties": { "username": { "type": "null" }, "published": { "type": "string" }, "longitude": { "type": "array", "items": { "type": "object", "properties": { "coverage": { "type": "string", "format": ...
<functioncall> delete_item {username: null, published: "Tokyo", longitude: [{coverage: "2025-01-22T10:38:00Z", shipper_ref: "https://api.org/data", filter_flag: "REV", message: "GRCh38"}, {coverage: "2020-01-11T10:07:00Z", shipper_ref: "https://data.com/api", filter_flag: "PASS", message: "inactive"}]}
Tool call has malformed arguments — unquoted keys in function parameters
{"username":null,"published":"Tokyo","longitude":[{"coverage":"2025-01-22T10:38:00Z","shipper_ref":"https://api.org/data","filter_flag":"REV","message":"GRCh38"},{"coverage":"2020-01-11T10:07:00Z","shipper_ref":"https://data.com/api","filter_flag":"PASS","message":"inactive"}]}
TASK repair_structured_output SPEC FIELD field_a37 TYPE string REQUIRED no FIELD attr_b97 TYPE string REQUIRED no FIELD attr_t86 TYPE integer REQUIRED no FIELD key_b62.field_d24 TYPE integer REQUIRED yes FIELD key_b62.dim_m89 TYPE integer REQUIRED yes FIELD key_b62.key_f61[].prop_a88 TYPE string REQUIRED yes FIELD key...
{"field_a37":"2023-12-25","attr_b97":"2024-06-30","attr_t86":730,"col_g97":{"col_x02":{"val_v61":"2025-09-14T14:18:00Z","key_y62":783,"attr_c86":395.24,"val_z96":"Santos","dim_v09":"test@example.com","attr_j87":"2025-02-28T16:14:00Z","prop_t64":831.25,"dim_s02":"type_c"},"prop_t30":"frameshift","param_q43":true,"field_...
markdown_fences
{ "type": "object", "properties": { "field_a37": { "type": "string" }, "attr_b97": { "type": "string" }, "attr_t86": { "type": "integer" }, "key_b62": { "type": "object", "properties": { "field_d24": { "type": "integer" }, "...
```json {"field_a37":"2023-12-25","attr_b97":"2024-06-30","attr_t86":730,"col_g97":{"col_x02":{"val_v61":"2025-09-14T14:18:00Z","key_y62":783,"attr_c86":395.24,"val_z96":"Santos","dim_v09":"test@example.com","attr_j87":"2025-02-28T16:14:00Z","prop_t64":831.25,"dim_s02":"type_c"},"prop_t30":"frameshift","param_q43":true...
Output contains markdown code fences
{"field_a37":"2023-12-25","attr_b97":"2024-06-30","attr_t86":730,"col_g97":{"col_x02":{"val_v61":"2025-09-14T14:18:00Z","key_y62":783,"attr_c86":395.24,"val_z96":"Santos","dim_v09":"test@example.com","attr_j87":"2025-02-28T16:14:00Z","prop_t64":831.25,"dim_s02":"type_c"},"prop_t30":"frameshift","param_q43":true,"field_...
TASK repair_structured_output SPEC FIELD gene_id TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD published.start_date.account_id TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD published.start_date.trace_id TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD published...
{"gene_id":"BRL","published":{"start_date":{"account_id":"xl","trace_id":"pending_review","tax":"inactive","procedure_code":608},"type":"delivered"},"section":false,"date":"2024-06-15T01:35:00Z","verified":{"price":"inactive","footnote":"FWD","end_date":"Silva"},"bearing":{"email":"user@domain.org","first_name":null,"s...
boolean_as_string
{ "type": "object", "properties": { "gene_id": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "published": { "type": "object", "properties": { "start_date": { "type": "object", "proper...
{"gene_id": "BRL", "published": {"start_date": {"account_id": "xl", "trace_id": "pending_review", "tax": "inactive", "procedure_code": 608}, "type": "delivered"}, "section": "False", "date": "2024-06-15T01:35:00Z", "verified": {"price": "inactive", "footnote": "FWD", "end_date": "Silva"}, "bearing": {"email": "user@dom...
Field 'section' must be boolean, got string
{"gene_id":"BRL","published":{"start_date":{"account_id":"xl","trace_id":"pending_review","tax":"inactive","procedure_code":608},"type":"delivered"},"section":false,"date":"2024-06-15T01:35:00Z","verified":{"price":"inactive","footnote":"FWD","end_date":"Silva"},"bearing":{"email":"user@domain.org","first_name":null,"s...
TASK repair_structured_output SPEC FIELD latitude TYPE string_date-time REQUIRED no FIELD lab_result TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD trace_id TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no FIELD build_status TYPE boolean REQUIRED no BROKEN_OUTP...
{"lab_result":"cat_d"}
tool_call_text_mix
{ "type": "object", "properties": { "latitude": { "type": "string", "format": "date-time" }, "lab_result": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "trace_id": { "type": "string", ...
Let me check the system. <tool_call name="delete_item"> {"lab_result":"cat_d"} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"lab_result":"cat_d"}
TASK repair_structured_output SPEC FIELD freight_class TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD medication TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD phenotype TYPE string VALUES red|blue|green|black|white REQUIRED no BROKEN_OUTPUT I need to look up the information first. Action: run_d...
{"freight_class":"JPY","medication":"viewer","phenotype":"black"}
tool_call_partial_args
{ "type": "object", "properties": { "freight_class": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "medication": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, ...
I need to look up the information first. Action: run_diagnostics Arguments: {"medication": "viewer", "phenotype": "black"}
Agent tool call missing required parameter 'freight_class'
{"freight_class":"JPY","medication":"viewer","phenotype":"black"}
TASK repair_structured_output SPEC FIELD field_c76 TYPE boolean REQUIRED yes FIELD prop_k50 TYPE boolean REQUIRED no FIELD key_z45.param_i20 TYPE string REQUIRED no FIELD key_z45.field_i20 TYPE string REQUIRED yes FIELD key_z45.field_z92 TYPE string REQUIRED yes FIELD key_z45.param_s45 TYPE string REQUIRED yes FIELD k...
{"field_c76":false,"prop_k50":false,"key_z45":{"field_i20":"This is a test value.","field_z92":"John","param_s45":"active"}}
truncated_array
{ "type": "object", "properties": { "field_c76": { "type": "boolean" }, "prop_k50": { "type": "boolean" }, "key_z45": { "type": "object", "properties": { "param_i20": { "type": "string" }, "field_i20": { "type": "string" ...
{"field_c76":false,"prop_k50":false,"key_z45":{"field_i20":"This is a test value.","field_z92":"John","param_s45":"active"}
Unexpected end of JSON input — truncated object
{"field_c76":false,"prop_k50":false,"key_z45":{"field_i20":"This is a test value.","field_z92":"John","param_s45":"active"}}
TASK repair_structured_output SPEC FIELD fleet_number TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD humidity_pct TYPE integer REQUIRED no FIELD altitude TYPE string VALUES draft|published|archived REQUIRED yes FIELD gene_id TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD balanc...
{"fleet_number":"in_transit","humidity_pct":954,"altitude":"published","gene_id":"red","balance":null}
markdown_explanation
{ "type": "object", "properties": { "fleet_number": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "humidity_pct": { "type": "integer" }, "altitude": { "type": "string", "enum": [ "draft"...
Based on your request, here is the data: ```json {"fleet_number":"in_transit","humidity_pct":954,"altitude":"published","gene_id":"red","balance":null} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"fleet_number":"in_transit","humidity_pct":954,"altitude":"published","gene_id":"red","balance":null}
TASK repair_structured_output SPEC FIELD footnote TYPE integer REQUIRED no FIELD item_id TYPE number REQUIRED yes FIELD cargo_type TYPE integer REQUIRED no FIELD throttle_pos[] TYPE boolean REQUIRED no FIELD priority[].span_id TYPE string REQUIRED no FIELD priority[].index TYPE number REQUIRED no FIELD priority[].flee...
{"footnote":145,"item_id":804.12,"cargo_type":847,"throttle_pos":[false,false,false],"priority":[{"span_id":"London","index":407.16,"fleet_number":true,"chromosome":true,"message":970.9,"label":"Paris","status":"type_c"}]}
tool_call_partial_args
{ "type": "object", "properties": { "footnote": { "type": "integer" }, "item_id": { "type": "number" }, "cargo_type": { "type": "integer" }, "throttle_pos": { "type": "array", "items": { "type": "boolean" } }, "priority": { "type"...
I need to look up the information first. Action: validate_address Arguments: {"footnote": 145, "cargo_type": 847, "throttle_pos": [false, false, false], "priority": [{"span_id": "London", "index": 407.16, "fleet_number": true, "chromosome": true, "message": 970.9, "label": "Paris", "status": "type_c"}]}
Agent tool call missing required parameter 'item_id'
{"footnote":145,"item_id":804.12,"cargo_type":847,"throttle_pos":[false,false,false],"priority":[{"span_id":"London","index":407.16,"fleet_number":true,"chromosome":true,"message":970.9,"label":"Paris","status":"type_c"}]}
TASK repair_structured_output SPEC FIELD field_p58 TYPE integer REQUIRED yes FIELD attr_u48 TYPE number REQUIRED yes FIELD col_l98 TYPE string REQUIRED no FIELD prop_s66[] TYPE integer REQUIRED no BROKEN_OUTPUT {"field_p58": 763, "col_l98": "test@example.com", "prop_s66": [903, 603, 593, 829]}
{"field_p58":763,"attr_u48":507.96,"col_l98":"test@example.com","prop_s66":[903,603,593,829]}
missing_required
{ "type": "object", "properties": { "field_p58": { "type": "integer" }, "attr_u48": { "type": "number" }, "col_l98": { "type": "string" }, "prop_s66": { "type": "array", "items": { "type": "integer" } } }, "required": [ "field_p58",...
{"field_p58": 763, "col_l98": "test@example.com", "prop_s66": [903, 603, 593, 829]}
Required field 'attr_u48' is missing
{"field_p58":763,"attr_u48":507.96,"col_l98":"test@example.com","prop_s66":[903,603,593,829]}
TASK repair_structured_output SPEC FIELD features TYPE string REQUIRED yes FIELD payment_status TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD bearing TYPE string REQUIRED yes FIELD sensor_id TYPE string_date-time REQUIRED yes BROKEN_OUTPUT {'features':'Maria','payment_status':'editor','bearing':'cancelled...
{"features":"Maria","payment_status":"editor","bearing":"cancelled","sensor_id":"2026-05-07T03:35:00Z"}
single_quotes
{ "type": "object", "properties": { "features": { "type": "string" }, "payment_status": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "bearing": { "type": "string" }, "sensor_id": { "type": "string", "form...
{'features':'Maria','payment_status':'editor','bearing':'cancelled','sensor_id':'2026-05-07T03:35:00Z'}
Expecting property name enclosed in double quotes
{"features":"Maria","payment_status":"editor","bearing":"cancelled","sensor_id":"2026-05-07T03:35:00Z"}
TASK repair_structured_output SPEC FIELD attr_k97 TYPE integer REQUIRED no FIELD key_n22 TYPE string REQUIRED yes FIELD param_n42 TYPE string_uri REQUIRED no FIELD key_e57 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes BROKEN_OUTPUT {"attr_k97": 643, "key_n22": "2024-01-15", "key_e57": "free", "extra_info_...
{"attr_k97":643,"key_n22":"2024-01-15","key_e57":"free"}
extra_field
{ "type": "object", "properties": { "attr_k97": { "type": "integer" }, "key_n22": { "type": "string" }, "param_n42": { "type": "string", "format": "uri" }, "key_e57": { "type": "string", "enum": [ "free", "basic", "pro", ...
{"attr_k97": 643, "key_n22": "2024-01-15", "key_e57": "free", "extra_info_6575": 42}
Unknown field 'extra_info_6575' not defined in schema
{"attr_k97":643,"key_n22":"2024-01-15","key_e57":"free"}
TASK repair_structured_output SPEC FIELD key_q38 TYPE string REQUIRED yes FIELD field_u10 TYPE integer REQUIRED yes FIELD val_n73 TYPE number REQUIRED no BROKEN_OUTPUT {"key_q38":"Bob","field_u10":823,"val_n73":557.74}
{"key_q38":"Bob","field_u10":823,"val_n73":557.74}
missing_bracket
{ "type": "object", "properties": { "key_q38": { "type": "string" }, "field_u10": { "type": "integer" }, "val_n73": { "type": "number" } }, "required": [ "field_u10", "key_q38" ] }
{"key_q38":"Bob","field_u10":823,"val_n73":557.74}
Missing closing bracket
{"key_q38":"Bob","field_u10":823,"val_n73":557.74}
TASK repair_structured_output SPEC FIELD key_l11 TYPE string REQUIRED yes FIELD dim_g51 TYPE boolean REQUIRED no FIELD dim_y43[] TYPE string_email REQUIRED yes BROKEN_OUTPUT {"key_l11": "world", "dim_g51": false, "dim_y43": null}
{"key_l11":"world","dim_g51":false,"dim_y43":["admin@example.com","test@example.com","ops@domain.org","test@example.com"]}
null_required
{ "type": "object", "properties": { "key_l11": { "type": "string" }, "dim_g51": { "type": "boolean" }, "dim_y43": { "type": "array", "items": { "type": "string", "format": "email" } } }, "required": [ "dim_y43", "key_l11" ] }
{"key_l11": "world", "dim_g51": false, "dim_y43": null}
Required field 'dim_y43' is null
{"key_l11":"world","dim_g51":false,"dim_y43":["admin@example.com","test@example.com","ops@domain.org","test@example.com"]}
TASK repair_structured_output SPEC FIELD version TYPE number REQUIRED yes FIELD updated_at TYPE null REQUIRED no FIELD bearing TYPE boolean REQUIRED no FIELD comments TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD quality_score TYPE string VALUES homozygous|heterozygous|hemizygous REQUIR...
{"version":203.83,"bearing":false,"quality_score":"hemizygous","latitude":{"currency":320,"trace_id":903,"credit_score":true,"role":"Diana","aligned_pct":"example"}}
missing_brace
{ "type": "object", "properties": { "version": { "type": "number" }, "updated_at": { "type": "null" }, "bearing": { "type": "boolean" }, "comments": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintena...
{"version":203.83,"bearing":false,"quality_score":"hemizygous","latitude":{"currency":320,"trace_id":903,"credit_score":true,"role":"Diana","aligned_pct":"example"}
Missing closing brace
{"version":203.83,"bearing":false,"quality_score":"hemizygous","latitude":{"currency":320,"trace_id":903,"credit_score":true,"role":"Diana","aligned_pct":"example"}}
TASK repair_structured_output SPEC FIELD dim_u39 TYPE integer REQUIRED yes FIELD param_m90 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD dim_s53 TYPE string REQUIRED no FIELD key_s01 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes BROKEN_OUTPUT {"dim_u39":831,"param_m90":"large","key_s...
{"dim_u39":831,"param_m90":"large","key_s01":"delivered"}
truncated_object
{ "type": "object", "properties": { "dim_u39": { "type": "integer" }, "param_m90": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "dim_s53": { "type": "string" }, "key_s01": { "type": "string", ...
{"dim_u39":831,"param_m90":"large","key_s01":"delivered"
Unexpected end of JSON input — truncated object
{"dim_u39":831,"param_m90":"large","key_s01":"delivered"}
TASK repair_structured_output SPEC FIELD prop_n80 TYPE integer REQUIRED yes FIELD prop_i01 TYPE string_email REQUIRED yes FIELD col_t95.field_v60 TYPE string_date-time REQUIRED yes FIELD col_t95.key_e03 TYPE boolean REQUIRED yes FIELD col_t95.prop_x07 TYPE boolean REQUIRED yes BROKEN_OUTPUT Sure, here's the result: `...
{"prop_n80":198,"prop_i01":"user@example.com","col_t95":{"field_v60":"2023-08-03T14:22:00Z","key_e03":true,"prop_x07":true}}
markdown_explanation
{ "type": "object", "properties": { "prop_n80": { "type": "integer" }, "prop_i01": { "type": "string", "format": "email" }, "col_t95": { "type": "object", "properties": { "field_v60": { "type": "string", "format": "date-time" }, ...
Sure, here's the result: ```json {"prop_n80":198,"prop_i01":"user@example.com","col_t95":{"field_v60":"2023-08-03T14:22:00Z","key_e03":true,"prop_x07":true}} ``` Hope this helps!
Output contains markdown and explanatory text around JSON
{"prop_n80":198,"prop_i01":"user@example.com","col_t95":{"field_v60":"2023-08-03T14:22:00Z","key_e03":true,"prop_x07":true}}
TASK repair_structured_output SPEC FIELD col_w50 TYPE string REQUIRED yes FIELD col_s02 TYPE string_email REQUIRED no FIELD val_a66 TYPE string REQUIRED no FIELD param_v38 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD field_z53[] TYPE null REQUIRED no FIELD field_a06[] TYPE string_email REQUIRED no B...
{"col_w50":"completed","val_a66":"sample","param_v38":"high","field_z53":[null,null,null,null],"field_a06":["admin@test.io","info@test.io"]}
invalid_enum
{ "type": "object", "properties": { "col_w50": { "type": "string" }, "col_s02": { "type": "string", "format": "email" }, "val_a66": { "type": "string" }, "param_v38": { "type": "string", "enum": [ "low", "medium", "high", ...
{"col_w50": "completed", "val_a66": "sample", "param_v38": "invalid_option_549", "field_z53": [null, null, null, null], "field_a06": ["admin@test.io", "info@test.io"]}
Field 'param_v38' has invalid enum value 'invalid_option_549', expected one of ['low', 'medium', 'high', 'critical']
{"col_w50":"completed","val_a66":"sample","param_v38":"high","field_z53":[null,null,null,null],"field_a06":["admin@test.io","info@test.io"]}
TASK repair_structured_output SPEC FIELD manifest_ref TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD created_at TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD quality_score TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD log_level TYPE...
{"manifest_ref":"rejected","created_at":"pro","quality_score":"escalated","log_level":"https://api.example.com/v1","medication":"2025-06-09T13:30:00Z"}
tool_call_bad_format
{ "type": "object", "properties": { "manifest_ref": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "created_at": { "type": "string", "enum": [ "free", "basic", "pro", ...
<functioncall> read_sensor_array {manifest_ref: "rejected", created_at: "pro", quality_score: "escalated", log_level: "https://api.example.com/v1", medication: "2025-06-09T13:30:00Z"}
Tool call has malformed arguments — unquoted keys in function parameters
{"manifest_ref":"rejected","created_at":"pro","quality_score":"escalated","log_level":"https://api.example.com/v1","medication":"2025-06-09T13:30:00Z"}
TASK repair_structured_output SPEC FIELD prop_y25 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD col_x15 TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD col_i87 TYPE integer REQUIRED yes FIELD col_r81 TYPE boolean REQUIRED yes FIELD param_i39 TYPE string VALUES active|inactiv...
{"prop_y25":"mode_f","col_x15":"type_b","col_i87":808,"col_r81":false,"param_i39":"pending"}
extra_text_before
{ "type": "object", "properties": { "prop_y25": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", "mode_f" ] }, "col_x15": { "type": "string", "enum": [ "type_a", "type_b", ...
Below is the JSON object: {"prop_y25":"mode_f","col_x15":"type_b","col_i87":808,"col_r81":false,"param_i39":"pending"}
Output contains non-JSON text before the object
{"prop_y25":"mode_f","col_x15":"type_b","col_i87":808,"col_r81":false,"param_i39":"pending"}
TASK repair_structured_output SPEC FIELD key_x60 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD col_v83 TYPE null REQUIRED no FIELD dim_r18 TYPE string_uri REQUIRED no FIELD attr_t94 TYPE number REQUIRED no FIELD val_d08 TYPE integer REQUIRED no FIELD field_d73 TYPE string VALUES active|inact...
{"key_x60":"homozygous","col_v83":null,"dim_r18":"https://example.org/v1","attr_t94":967.99,"field_d73":"pending"}
missing_required
{ "type": "object", "properties": { "key_x60": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "col_v83": { "type": "null" }, "dim_r18": { "type": "string", "format": "uri" }, "attr_t94": { "t...
{"col_v83": null, "dim_r18": "https://example.org/v1", "attr_t94": 967.99, "field_d73": "pending"}
Required field 'key_x60' is missing
{"key_x60":"homozygous","col_v83":null,"dim_r18":"https://example.org/v1","attr_t94":967.99,"field_d73":"pending"}
TASK repair_structured_output SPEC FIELD price.first_name TYPE integer REQUIRED no FIELD price.ward TYPE number REQUIRED no FIELD price.bill_of_lading.date TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD price.bill_of_lading.invoice_id TYPE string VALUES pending_review|confirmed|rejected|...
{"price":{"bill_of_lading":{"date":"maintenance","invoice_id":"pending_review","url":"Charlie"}},"format":true,"company":947.02,"hazmat_code":{"longitude":"inactive","collateral":"info","dissolved_oxygen":"single","items":773,"balance":461},"collateral":"example","voltage":179.11,"deploy_target":true,"department":304.8...
thought_process
{ "type": "object", "properties": { "price": { "type": "object", "properties": { "first_name": { "type": "integer" }, "ward": { "type": "number" }, "bill_of_lading": { "type": "object", "properties": { "date"...
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"price":{"bill_of_lading":{"date":"maintenance","invoice_id":"pending_review","url":"Charlie"}},"format":true,"company":947.02,"hazmat_code":{"longitude":"inactive","collateral":"info","dissolved_oxygen":"single","items":773...
Output contains chain-of-thought reasoning before JSON
{"price":{"bill_of_lading":{"date":"maintenance","invoice_id":"pending_review","url":"Charlie"}},"format":true,"company":947.02,"hazmat_code":{"longitude":"inactive","collateral":"info","dissolved_oxygen":"single","items":773,"balance":461},"collateral":"example","voltage":179.11,"deploy_target":true,"department":304.8...
TASK repair_structured_output SPEC FIELD key_r29 TYPE string REQUIRED no FIELD key_h05 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes FIELD key_t94 TYPE integer REQUIRED no FIELD val_b25 TYPE integer REQUIRED no BROKEN_OUTPUT {"key_r29": "Smith", "key_h05": null, "key_t94": 411, "val_b25": 50}
{"key_r29":"Smith","key_h05":"option_c","key_t94":411,"val_b25":50}
null_required
{ "type": "object", "properties": { "key_r29": { "type": "string" }, "key_h05": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] }, "key_t94": { "type": "integer" }, "val_b25": { "type": "in...
{"key_r29": "Smith", "key_h05": null, "key_t94": 411, "val_b25": 50}
Required field 'key_h05' is null
{"key_r29":"Smith","key_h05":"option_c","key_t94":411,"val_b25":50}
TASK repair_structured_output SPEC FIELD attr_j47 TYPE boolean REQUIRED yes FIELD key_n53 TYPE boolean REQUIRED yes FIELD prop_c66 TYPE null REQUIRED no FIELD attr_h00 TYPE string VALUES admin|editor|viewer REQUIRED yes BROKEN_OUTPUT Tool: run_diagnostics Params: {"attr_j47": true, "key_n53": false, "prop_c66": null,...
{"attr_j47":true,"key_n53":false,"prop_c66":null,"attr_h00":"editor"}
tool_call_wrong_param
{ "type": "object", "properties": { "attr_j47": { "type": "boolean" }, "key_n53": { "type": "boolean" }, "prop_c66": { "type": "null" }, "attr_h00": { "type": "string", "enum": [ "admin", "editor", "viewer" ] } }, "requi...
Tool: run_diagnostics Params: {"attr_j47": true, "key_n53": false, "prop_c66": null, "attr_h00_new": "editor"}
Agent used wrong parameter name 'attr_h00_new' instead of 'attr_h00'
{"attr_j47":true,"key_n53":false,"prop_c66":null,"attr_h00":"editor"}
TASK repair_structured_output SPEC FIELD param_q12 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD param_t90 TYPE string_date-time REQUIRED no FIELD param_v25 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD key_h06 TYPE string REQUIRED no FIELD dim_o65 TYPE string_uri RE...
{"param_v25":"heterozygous","key_h06":"pending","dim_o65":"https://example.io/data","param_a68":"Bob","param_g37":"qux"}
missing_required
{ "type": "object", "properties": { "param_q12": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "param_t90": { "type": "string", "format": "date-time" }, "param_v25": { "type": "string", "enum": [ ...
{"param_v25": "heterozygous", "key_h06": "pending", "dim_o65": "https://example.io/data", "param_a68": "Bob"}
Required field 'param_g37' is missing
{"param_v25":"heterozygous","key_h06":"pending","dim_o65":"https://example.io/data","param_a68":"Bob","param_g37":"qux"}
TASK repair_structured_output SPEC FIELD credit_score TYPE string_uri REQUIRED no FIELD count TYPE string REQUIRED no FIELD features TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD address TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD start_date TYPE number REQUIRED ...
{"credit_score":"https://data.com/data","features":"arctic","address":"maintenance"}
missing_brace
{ "type": "object", "properties": { "credit_score": { "type": "string", "format": "uri" }, "count": { "type": "string" }, "features": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "address":...
{"credit_score":"https://data.com/data","features":"arctic","address":"maintenance"
Missing closing brace
{"credit_score":"https://data.com/data","features":"arctic","address":"maintenance"}
TASK repair_structured_output SPEC FIELD title TYPE string REQUIRED yes FIELD size TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD quantity TYPE boolean REQUIRED no FIELD paragraph TYPE integer REQUIRED no FIELD tags TYPE integer REQUIRED no FIELD torque_output TYPE boolean REQUIRED no FIELD t...
{"title":"Alice","size":"cat_b","quantity":false,"torque_output":false,"type":"test@example.com"}
agent_chain
{ "type": "object", "properties": { "title": { "type": "string" }, "size": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "quantity": { "type": "boolean" }, "paragraph":...
I need to look up the information first. Action: get_account Result: {"title": "Alice", "size": "cat_b", "torque_output": false, "type": "test@example.com"} Processing the request now. Action: get_account Result:
Agent multi-step chain with truncated tool output
{"title":"Alice","size":"cat_b","quantity":false,"torque_output":false,"type":"test@example.com"}
TASK repair_structured_output SPEC FIELD param_h42 TYPE string_date-time REQUIRED yes FIELD val_h85 TYPE integer REQUIRED no FIELD col_w63[].dim_y84 TYPE string REQUIRED no FIELD col_w63[].prop_m56 TYPE integer REQUIRED no FIELD col_w63[].prop_n45 TYPE boolean REQUIRED no FIELD col_w63[].key_i31 TYPE boolean REQUIRED ...
{"param_h42":"2025-03-22T06:37:00Z","col_w63":[{"dim_y84":"GRCh38","prop_m56":117,"prop_n45":false,"key_i31":true,"key_h03":true,"param_s47":"mode_d","val_a60":589},{"dim_y84":"PASS","prop_m56":753,"prop_n45":true,"key_h03":false,"field_v42":"FWD","param_s47":"mode_a","val_a60":774},{"dim_y84":"FWD","prop_n45":true,"ke...
partial_structure
{ "type": "object", "properties": { "param_h42": { "type": "string", "format": "date-time" }, "val_h85": { "type": "integer" }, "col_w63": { "type": "array", "items": { "type": "object", "properties": { "dim_y84": { "type": "str...
The param_h42 is 2025-03-22T06:37:00Z and {"param_h42":"2025-03-22T06:37:00Z","col_w63":[{"dim_y84":"GRCh38","prop_m56":117,"prop_n45":false,"key_i31":true,"key_h03":true,"param_s47":"mode_d","val_a60":589},{"dim_y84":"PASS","prop_m56":753,"prop_n45":true,"key_h03":false,"field_v42":"FWD","param_s47":"mode_a","val_a60"...
Output mixes natural language with JSON
{"param_h42":"2025-03-22T06:37:00Z","col_w63":[{"dim_y84":"GRCh38","prop_m56":117,"prop_n45":false,"key_i31":true,"key_h03":true,"param_s47":"mode_d","val_a60":589},{"dim_y84":"PASS","prop_m56":753,"prop_n45":true,"key_h03":false,"field_v42":"FWD","param_s47":"mode_a","val_a60":774},{"dim_y84":"FWD","prop_n45":true,"ke...
TASK repair_structured_output SPEC FIELD attr_j71 TYPE string REQUIRED yes FIELD key_g33 TYPE string REQUIRED yes FIELD col_l38 TYPE string VALUES level_1|level_2 REQUIRED no BROKEN_OUTPUT <functioncall> read_sensor_array {attr_j71: "FWD", key_g33: "test@example.com", col_l38: "level_2"}
{"attr_j71":"FWD","key_g33":"test@example.com","col_l38":"level_2"}
tool_call_bad_format
{ "type": "object", "properties": { "attr_j71": { "type": "string" }, "key_g33": { "type": "string" }, "col_l38": { "type": "string", "enum": [ "level_1", "level_2" ] } }, "required": [ "attr_j71", "key_g33" ] }
<functioncall> read_sensor_array {attr_j71: "FWD", key_g33: "test@example.com", col_l38: "level_2"}
Tool call has malformed arguments — unquoted keys in function parameters
{"attr_j71":"FWD","key_g33":"test@example.com","col_l38":"level_2"}
TASK repair_structured_output SPEC FIELD prop_q56 TYPE boolean REQUIRED no FIELD col_k58 TYPE string VALUES option_a|option_b REQUIRED no FIELD col_n10 TYPE integer REQUIRED yes FIELD attr_x89 TYPE string REQUIRED no FIELD key_g82 TYPE boolean REQUIRED no FIELD prop_g48 TYPE boolean REQUIRED yes FIELD val_z92 TYPE str...
{"col_n10":884,"attr_x89":"John","prop_g48":true,"val_z92":"bar"}
truncated_object
{ "type": "object", "properties": { "prop_q56": { "type": "boolean" }, "col_k58": { "type": "string", "enum": [ "option_a", "option_b" ] }, "col_n10": { "type": "integer" }, "attr_x89": { "type": "string" }, "key_g82": { "...
{"col_n10":884,"attr_x89":"John","prop_g48":true,"val_z92":"bar"
Unexpected end of JSON input — truncated object
{"col_n10":884,"attr_x89":"John","prop_g48":true,"val_z92":"bar"}
TASK repair_structured_output SPEC FIELD tile TYPE string VALUES active|inactive|pending REQUIRED no FIELD published TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD cargo_type TYPE string REQUIRED no FIELD credit_score TYPE string REQUIRED no FIELD tax TYPE boolean REQUIRED yes FIELD rating TYPE string...
{"tile":"active","published":"white","cargo_type":"London","credit_score":"GRCh38","tax":false,"rating":"demo"}
extra_text_after
{ "type": "object", "properties": { "tile": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "published": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, ...
{"tile":"active","published":"white","cargo_type":"London","credit_score":"GRCh38","tax":false,"rating":"demo"} I've ensured all required fields are present.
Output contains non-JSON text after the object
{"tile":"active","published":"white","cargo_type":"London","credit_score":"GRCh38","tax":false,"rating":"demo"}
TASK repair_structured_output SPEC FIELD col_y93 TYPE integer REQUIRED yes FIELD val_f72 TYPE integer REQUIRED yes FIELD prop_e41.prop_f75 TYPE string VALUES active|inactive|pending REQUIRED no FIELD prop_e41.dim_a97 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD prop_e41.field_l70.prop_l65 TY...
{"col_y93":448,"val_f72":91,"prop_e41":{"prop_f75":"pending","dim_a97":"in_transit","field_l70":{"prop_l65":826.45,"val_r08":187.07,"col_h02":"test@example.com","param_h70":63.29}},"key_c05":{"col_k12":805,"param_l65":false,"field_x31":"sample","key_l17":{"prop_i36":true,"attr_z77":658.28,"dim_e38":"Charlie","key_s39":...
tool_call_python_syntax
{ "type": "object", "properties": { "col_y93": { "type": "integer" }, "val_f72": { "type": "integer" }, "prop_e41": { "type": "object", "properties": { "prop_f75": { "type": "string", "enum": [ "active", "inactive", ...
run_diagnostics(col_y93=448, val_f72=91, prop_e41={'prop_f75': 'pending', 'dim_a97': 'in_transit', 'field_l70': {'prop_l65': 826.45, 'val_r08': 187.07, 'col_h02': 'test@example.com', 'param_h70': 63.29}}, key_c05={'col_k12': 805, 'param_l65': False, 'field_x31': 'sample', 'key_l17': {'prop_i36': True, 'attr_z77': 658.2...
Tool call uses Python syntax instead of JSON
{"col_y93":448,"val_f72":91,"prop_e41":{"prop_f75":"pending","dim_a97":"in_transit","field_l70":{"prop_l65":826.45,"val_r08":187.07,"col_h02":"test@example.com","param_h70":63.29}},"key_c05":{"col_k12":805,"param_l65":false,"field_x31":"sample","key_l17":{"prop_i36":true,"attr_z77":658.28,"dim_e38":"Charlie","key_s39":...
TASK repair_structured_output SPEC FIELD priority TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD id TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes FIELD terminal_id TYPE boolean REQUIRED yes FIELD bill_of_lading TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no ...
{"priority":"cat_b","id":"level_2","terminal_id":false,"bill_of_lading":"hemizygous","lab_result":{"amount":"test@test.io","category":{"berth_slot":798,"address":"option_c","subject":427,"tax":744},"payment_status":"user@example.com"}}
tool_call_wrong_param
{ "type": "object", "properties": { "priority": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "id": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "l...
Tool: update_record Params: {"priority": "cat_b", "id": "level_2", "bill_of_lading": "hemizygous", "lab_result": {"amount": "test@test.io", "category": {"berth_slot": 798, "address": "option_c", "subject": 427, "tax": 744}, "payment_status": "user@example.com"}, "terminal_id_name": false}
Agent used wrong parameter name 'terminal_id_name' instead of 'terminal_id'
{"priority":"cat_b","id":"level_2","terminal_id":false,"bill_of_lading":"hemizygous","lab_result":{"amount":"test@test.io","category":{"berth_slot":798,"address":"option_c","subject":427,"tax":744},"payment_status":"user@example.com"}}
TASK repair_structured_output SPEC FIELD footnote TYPE number REQUIRED yes FIELD terminal_id TYPE string_email REQUIRED yes FIELD bill_of_lading TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD diagnosis_code[].title TYPE string VALUES single|married|divorced REQUIRED no FIELD diagnosis_code[]....
{"footnote":25.34,"terminal_id":"test@domain.org","bill_of_lading":"type_c","diagnosis_code":[{"title":"married","balance":"Smith","length":null,"options":["Smith","GRCh38"]},{"balance":"GRCh38","length":null}]}
extra_text_after
{ "type": "object", "properties": { "footnote": { "type": "number" }, "terminal_id": { "type": "string", "format": "email" }, "bill_of_lading": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ...
{"footnote":25.34,"terminal_id":"test@domain.org","bill_of_lading":"type_c","diagnosis_code":[{"title":"married","balance":"Smith","length":null,"options":["Smith","GRCh38"]},{"balance":"GRCh38","length":null}]} Feel free to ask if you have questions.
Output contains non-JSON text after the object
{"footnote":25.34,"terminal_id":"test@domain.org","bill_of_lading":"type_c","diagnosis_code":[{"title":"married","balance":"Smith","length":null,"options":["Smith","GRCh38"]},{"balance":"GRCh38","length":null}]}
TASK repair_structured_output SPEC FIELD prop_m71 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD key_i57 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD dim_z93 TYPE string_uri REQUIRED no FIELD attr_a49 TYPE string_date-time REQUIRED no FIELD attr_f27 TYPE boolean REQUIRED ...
{"prop_m71":"intermittent","key_i57":"moored","dim_z93":"https://www.com/v1","attr_a49":"2026-07-21T06:46:00Z","attr_f27":true,"prop_h52":null}
boolean_as_string
{ "type": "object", "properties": { "prop_m71": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "key_i57": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] ...
{"prop_m71": "intermittent", "key_i57": "moored", "dim_z93": "https://www.com/v1", "attr_a49": "2026-07-21T06:46:00Z", "attr_f27": "no", "prop_h52": null}
Field 'attr_f27' must be boolean, got string
{"prop_m71":"intermittent","key_i57":"moored","dim_z93":"https://www.com/v1","attr_a49":"2026-07-21T06:46:00Z","attr_f27":true,"prop_h52":null}
TASK repair_structured_output SPEC FIELD field_t20 TYPE string REQUIRED yes FIELD param_h43 TYPE integer REQUIRED yes FIELD prop_u85.val_q50 TYPE string REQUIRED no FIELD prop_u85.col_w52 TYPE number REQUIRED yes FIELD prop_u85.field_z79[] TYPE string REQUIRED yes FIELD prop_u85.key_i48[] TYPE integer REQUIRED yes BR...
{"field_t20":"hello","param_h43":251,"prop_u85":{"val_q50":"Diana","col_w52":269.59,"field_z79":["Smith","Paris","London"],"key_i48":[421,771,517]}}
wrong_type
{ "type": "object", "properties": { "field_t20": { "type": "string" }, "param_h43": { "type": "integer" }, "prop_u85": { "type": "object", "properties": { "val_q50": { "type": "string" }, "col_w52": { "type": "number" },...
{"field_t20": "hello", "param_h43": "\"251\"", "prop_u85": {"val_q50": "Diana", "col_w52": 269.59, "field_z79": ["Smith", "Paris", "London"], "key_i48": [421, 771, 517]}}
Field 'param_h43' must be integer, got string
{"field_t20":"hello","param_h43":251,"prop_u85":{"val_q50":"Diana","col_w52":269.59,"field_z79":["Smith","Paris","London"],"key_i48":[421,771,517]}}
TASK repair_structured_output SPEC FIELD val_z67 TYPE string REQUIRED no FIELD col_s51.field_o41 TYPE string REQUIRED no FIELD col_s51.field_z83.field_x75 TYPE string_email REQUIRED yes FIELD col_s51.field_z83.col_m68 TYPE integer REQUIRED no FIELD col_s51.field_z83.col_z54 TYPE string_email REQUIRED yes FIELD col_s51...
{"val_z67":"demo","key_r88":{"col_u40":"degraded","val_f64":323.11,"param_l65":{"col_f61":"user@domain.com","attr_p48":448,"prop_f18":"New York"},"param_x45":{"field_y42":"A short description.","dim_u12":"level_2","param_w90":"GRCh38","val_r96":"option_c","attr_d70":195.28,"field_g95":41.08}},"col_j23":"sample"}
thought_process
{ "type": "object", "properties": { "val_z67": { "type": "string" }, "col_s51": { "type": "object", "properties": { "field_o41": { "type": "string" }, "field_z83": { "type": "object", "properties": { "field_x75": { ...
Processing the request now. I'll validate against the schema. {"val_z67":"demo","key_r88":{"col_u40":"degraded","val_f64":323.11,"param_l65":{"col_f61":"user@domain.com","attr_p48":448,"prop_f18":"New York"},"param_x45":{"field_y42":"A short description.","dim_u12":"level_2","param_w90":"GRCh38","val_r96":"option_c","...
Output contains chain-of-thought reasoning before JSON
{"val_z67":"demo","key_r88":{"col_u40":"degraded","val_f64":323.11,"param_l65":{"col_f61":"user@domain.com","attr_p48":448,"prop_f18":"New York"},"param_x45":{"field_y42":"A short description.","dim_u12":"level_2","param_w90":"GRCh38","val_r96":"option_c","attr_d70":195.28,"field_g95":41.08}},"col_j23":"sample"}
TASK repair_structured_output SPEC FIELD first_name.timezone TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD first_name.discount TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no FIELD first_name.company TYPE string VALUES admin|editor|viewer REQUIRED ye...
{"port_code":703.4,"last_name":30.58,"sensor_id":"Smith"}
extra_field
{ "type": "object", "properties": { "first_name": { "type": "object", "properties": { "timezone": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "discount": {...
{"port_code": 703.4, "last_name": 30.58, "sensor_id": "Smith", "extra_info_2077": 42}
Unknown field 'extra_info_2077' not defined in schema
{"port_code":703.4,"last_name":30.58,"sensor_id":"Smith"}
TASK repair_structured_output SPEC FIELD field_v13 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD col_d39 TYPE string REQUIRED no FIELD val_b17 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD field_m76 TYPE integer REQUIRED no FIELD param_q90.key_t96 TYPE string VALUES s...
{"field_v13":"synonymous","col_d39":"completed","val_b17":"green","field_m76":967,"param_q90":{"key_t96":"xl","val_i52":"cancelled","col_r28":"medium","col_t05":[{"prop_y49":"hemizygous","attr_o92":"2021-10-16T04:42:00Z","col_g38":[992,139,8],"val_b58":[6.18]}],"val_z08":[{"attr_f43":"inactive","dim_a13":627,"param_f42...
unquoted_keys
{ "type": "object", "properties": { "field_v13": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "col_d39": { "type": "string" }, "val_b17": { "type": "string", "enum": [ "red", ...
{field_v13:"synonymous",col_d39:"completed",val_b17:"green",field_m76:967,param_q90:{key_t96:"xl",val_i52:"cancelled",col_r28:"medium",col_t05:[{prop_y49:"hemizygous",attr_o92:"2021-10-16T04:42:00Z",col_g38:[992,139,8],val_b58:[6.18]}],val_z08:[{attr_f43:"inactive",dim_a13:627,param_f42:367,prop_u20:"2021-11-28T07:24:0...
Expecting property name enclosed in double quotes
{"field_v13":"synonymous","col_d39":"completed","val_b17":"green","field_m76":967,"param_q90":{"key_t96":"xl","val_i52":"cancelled","col_r28":"medium","col_t05":[{"prop_y49":"hemizygous","attr_o92":"2021-10-16T04:42:00Z","col_g38":[992,139,8],"val_b58":[6.18]}],"val_z08":[{"attr_f43":"inactive","dim_a13":627,"param_f42...
TASK repair_structured_output SPEC FIELD log_level TYPE integer REQUIRED no FIELD url TYPE integer REQUIRED yes FIELD interest_rate TYPE string VALUES low|medium|high|critical REQUIRED yes BROKEN_OUTPUT {"log_level":274,"url":183,"interest_rate":"critical"
{"log_level":274,"url":183,"interest_rate":"critical"}
truncated_object
{ "type": "object", "properties": { "log_level": { "type": "integer" }, "url": { "type": "integer" }, "interest_rate": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] } }, "required": [ "interest_rate",...
{"log_level":274,"url":183,"interest_rate":"critical"
Unexpected end of JSON input — truncated object
{"log_level":274,"url":183,"interest_rate":"critical"}
TASK repair_structured_output SPEC FIELD param_p26 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD prop_v75 TYPE string REQUIRED yes FIELD param_t01 TYPE boolean REQUIRED yes FIELD prop_z93 TYPE null REQUIRED yes BROKEN_OUTPUT {'param_p26':'moored','prop_v75':'Silva','param_t01':true,'prop_z93'...
{"param_p26":"moored","prop_v75":"Silva","param_t01":true,"prop_z93":null}
single_quotes
{ "type": "object", "properties": { "param_p26": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "prop_v75": { "type": "string" }, "param_t01": { "type": "boolean" }, "prop_z93": { "type": ...
{'param_p26':'moored','prop_v75':'Silva','param_t01':true,'prop_z93':null}
Expecting property name enclosed in double quotes
{"param_p26":"moored","prop_v75":"Silva","param_t01":true,"prop_z93":null}
TASK repair_structured_output SPEC FIELD key_p88 TYPE string REQUIRED yes FIELD key_r91 TYPE string REQUIRED no FIELD attr_e99 TYPE string REQUIRED no FIELD col_f36 TYPE integer REQUIRED yes FIELD key_z93[] TYPE string VALUES active|inactive|pending REQUIRED yes BROKEN_OUTPUT {key_p88:"baz",key_r91:"Maria",attr_e99:"...
{"key_p88":"baz","key_r91":"Maria","attr_e99":"Paris","col_f36":920,"key_z93":["active","inactive"]}
unquoted_keys
{ "type": "object", "properties": { "key_p88": { "type": "string" }, "key_r91": { "type": "string" }, "attr_e99": { "type": "string" }, "col_f36": { "type": "integer" }, "key_z93": { "type": "array", "items": { "type": "string", ...
{key_p88:"baz",key_r91:"Maria",attr_e99:"Paris",col_f36:920,key_z93:["active","inactive"]}
Expecting property name enclosed in double quotes
{"key_p88":"baz","key_r91":"Maria","attr_e99":"Paris","col_f36":920,"key_z93":["active","inactive"]}
TASK repair_structured_output SPEC FIELD col_f20 TYPE boolean REQUIRED yes FIELD dim_n68 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD field_s96 TYPE string_uri REQUIRED yes BROKEN_OUTPUT {"col_f20":false,"dim_n68":"error","field_s96":"https://api.com/api",}
{"col_f20":false,"dim_n68":"error","field_s96":"https://api.com/api"}
trailing_comma
{ "type": "object", "properties": { "col_f20": { "type": "boolean" }, "dim_n68": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "field_s96": { "type": "string", "format": "uri" } }, "required": ...
{"col_f20":false,"dim_n68":"error","field_s96":"https://api.com/api",}
Unexpected trailing comma
{"col_f20":false,"dim_n68":"error","field_s96":"https://api.com/api"}
TASK repair_structured_output SPEC FIELD build_status TYPE boolean REQUIRED yes FIELD coverage TYPE integer REQUIRED no FIELD pressure_kpa TYPE string_uri REQUIRED no FIELD features TYPE string REQUIRED no FIELD paragraph.tags TYPE string VALUES admin|editor|viewer REQUIRED no FIELD paragraph.decay_rate.dosage TYPE in...
{"build_status":false,"pressure_kpa":"https://api.io/data","paragraph":{"tags":"admin","decay_rate":{"dosage":622,"title":"https://example.com","priority":"option_c"},"score":67},"shift_code":"small"}
markdown_fences
{ "type": "object", "properties": { "build_status": { "type": "boolean" }, "coverage": { "type": "integer" }, "pressure_kpa": { "type": "string", "format": "uri" }, "features": { "type": "string" }, "paragraph": { "type": "object", "prope...
```json {"build_status":false,"pressure_kpa":"https://api.io/data","paragraph":{"tags":"admin","decay_rate":{"dosage":622,"title":"https://example.com","priority":"option_c"},"score":67},"shift_code":"small"} ```
Output contains markdown code fences
{"build_status":false,"pressure_kpa":"https://api.io/data","paragraph":{"tags":"admin","decay_rate":{"dosage":622,"title":"https://example.com","priority":"option_c"},"score":67},"shift_code":"small"}
TASK repair_structured_output SPEC FIELD val_x01 TYPE string_date-time REQUIRED no FIELD param_n80 TYPE string REQUIRED no FIELD key_y98[].dim_l65 TYPE string_uri REQUIRED no FIELD key_y98[].dim_n54 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD key_y98[].col_y48 TYPE number REQUIRED no FIELD ke...
{"param_n80":"QC-07","key_y98":[{"dim_l65":"https://www.com/data","param_x52":492.55,"attr_q62":894.66,"val_f61":null,"dim_s53":"draft"},{"dim_n54":"underway","param_x52":959.87,"attr_q62":201.29,"val_f61":null,"dim_s53":"draft"},{"dim_l65":"https://data.org/v1","dim_n54":"berthed","col_y48":322.3,"param_x52":306.4,"va...
markdown_fences
{ "type": "object", "properties": { "val_x01": { "type": "string", "format": "date-time" }, "param_n80": { "type": "string" }, "key_y98": { "type": "array", "items": { "type": "object", "properties": { "dim_l65": { "type": "stri...
```json {"param_n80":"QC-07","key_y98":[{"dim_l65":"https://www.com/data","param_x52":492.55,"attr_q62":894.66,"val_f61":null,"dim_s53":"draft"},{"dim_n54":"underway","param_x52":959.87,"attr_q62":201.29,"val_f61":null,"dim_s53":"draft"},{"dim_l65":"https://data.org/v1","dim_n54":"berthed","col_y48":322.3,"param_x52":3...
Output contains markdown code fences
{"param_n80":"QC-07","key_y98":[{"dim_l65":"https://www.com/data","param_x52":492.55,"attr_q62":894.66,"val_f61":null,"dim_s53":"draft"},{"dim_n54":"underway","param_x52":959.87,"attr_q62":201.29,"val_f61":null,"dim_s53":"draft"},{"dim_l65":"https://data.org/v1","dim_n54":"berthed","col_y48":322.3,"param_x52":306.4,"va...