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 val_o69 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD param_m50 TYPE null REQUIRED yes
FIELD val_p46 TYPE integer REQUIRED yes
FIELD param_e80 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD attr_o86 TYPE integer REQUIRED yes
BROKEN_... | {"val_o69":"underway","param_m50":null,"val_p46":237,"param_e80":"intermittent","attr_o86":505} | invalid_enum | {
"type": "object",
"properties": {
"val_o69": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"param_m50": {
"type": "null"
},
"val_p46": {
"type": "integer"
},
"param_e80": {
"type": "str... | {"val_o69": "invalid_option_328", "param_m50": null, "val_p46": 237, "param_e80": "intermittent", "attr_o86": 505} | Field 'val_o69' has invalid enum value 'invalid_option_328', expected one of ['berthed', 'anchored', 'underway', 'moored'] | {"val_o69":"underway","param_m50":null,"val_p46":237,"param_e80":"intermittent","attr_o86":505} |
TASK repair_structured_output
SPEC
FIELD catalyst TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD tile TYPE string_uri REQUIRED yes
FIELD crew_id TYPE string_date-time REQUIRED no
FIELD latitude TYPE string REQUIRED no
FIELD chromosome TYPE string REQUIRED yes
FIELD format.loan_amount TYPE strin... | {"catalyst":"closed","tile":"https://www.io/api","crew_id":"2026-01-02T14:16:00Z","latitude":"FWD","chromosome":"MV-Evergreen-01","organism":11} | agent_chain | {
"type": "object",
"properties": {
"catalyst": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"tile": {
"type": "string",
"format": "uri"
},
"crew_id": {
"type": "string",
"format": "date-t... | I need to look up the information first.
Action: run_diagnostics
Result: {"tile": "https://www.io/api", "crew_id": "2026-01-02T14:16:00Z", "latitude": "FWD", "chromosome": "MV-Evergreen-01", "organism": 11}
I'll query our database.
Action: get_inventory
Result: | Agent multi-step chain with truncated tool output | {"catalyst":"closed","tile":"https://www.io/api","crew_id":"2026-01-02T14:16:00Z","latitude":"FWD","chromosome":"MV-Evergreen-01","organism":11} |
TASK repair_structured_output
SPEC
FIELD image_url TYPE string REQUIRED yes
FIELD email TYPE integer REQUIRED no
FIELD timezone TYPE integer REQUIRED no
FIELD count TYPE string REQUIRED yes
FIELD visible[] TYPE boolean REQUIRED no
BROKEN_OUTPUT
{'image_url':'quux','email':382,'timezone':476,'count':'Paris','visible':... | {"image_url":"quux","email":382,"timezone":476,"count":"Paris","visible":[false,false,false,false]} | single_quotes | {
"type": "object",
"properties": {
"image_url": {
"type": "string"
},
"email": {
"type": "integer"
},
"timezone": {
"type": "integer"
},
"count": {
"type": "string"
},
"visible": {
"type": "array",
"items": {
"type": "boolean"
}
... | {'image_url':'quux','email':382,'timezone':476,'count':'Paris','visible':[false,false,false,false]} | Expecting property name enclosed in double quotes | {"image_url":"quux","email":382,"timezone":476,"count":"Paris","visible":[false,false,false,false]} |
TASK repair_structured_output
SPEC
FIELD rating TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD timezone TYPE string_email REQUIRED yes
FIELD reagent TYPE number REQUIRED yes
BROKEN_OUTPUT
{'rating':'open','timezone':'test@domain.org','reagent':17.92} | {"rating":"open","timezone":"test@domain.org","reagent":17.92} | single_quotes | {
"type": "object",
"properties": {
"rating": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"timezone": {
"type": "string",
"format": "email"
},
"reagent": {
"type": "number"
}
},
"requir... | {'rating':'open','timezone':'test@domain.org','reagent':17.92} | Expecting property name enclosed in double quotes | {"rating":"open","timezone":"test@domain.org","reagent":17.92} |
TASK repair_structured_output
SPEC
FIELD val_m42 TYPE string_date-time REQUIRED no
FIELD param_r90 TYPE string REQUIRED yes
FIELD param_h58.field_p75 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD param_h58.prop_j16 TYPE null REQUIRED yes
FIELD param_h58.val_l23 TYPE integer REQUIRED no
FIELD param_h58.... | {"param_r90":"foo","param_h58":{"field_p75":"high","prop_j16":null,"val_l23":100,"key_t45":null,"val_e99":[{"attr_x89":"editor","param_g50":"2026-02-13T20:30:00Z","param_l35":"active","prop_e62":"https://api.com/v1"}]},"dim_x89":{"field_h46":null,"param_s06":"A short description.","field_m20":"quux","col_t85":null,"par... | single_quotes | {
"type": "object",
"properties": {
"val_m42": {
"type": "string",
"format": "date-time"
},
"param_r90": {
"type": "string"
},
"param_h58": {
"type": "object",
"properties": {
"field_p75": {
"type": "string",
"enum": [
"low",
... | {'param_r90':'foo','param_h58':{'field_p75':'high','prop_j16':null,'val_l23':100,'key_t45':null,'val_e99':[{'attr_x89':'editor','param_g50':'2026-02-13T20:30:00Z','param_l35':'active','prop_e62':'https://api.com/v1'}]},'dim_x89':{'field_h46':null,'param_s06':'A short description.','field_m20':'quux','col_t85':null,'par... | Expecting property name enclosed in double quotes | {"param_r90":"foo","param_h58":{"field_p75":"high","prop_j16":null,"val_l23":100,"key_t45":null,"val_e99":[{"attr_x89":"editor","param_g50":"2026-02-13T20:30:00Z","param_l35":"active","prop_e62":"https://api.com/v1"}]},"dim_x89":{"field_h46":null,"param_s06":"A short description.","field_m20":"quux","col_t85":null,"par... |
TASK repair_structured_output
SPEC
FIELD log_level.maturity_date TYPE integer REQUIRED yes
FIELD log_level.temp_celsius TYPE integer REQUIRED no
FIELD log_level.user_id TYPE string VALUES option_a|option_b REQUIRED no
FIELD log_level.velocity.email TYPE integer REQUIRED yes
FIELD log_level.velocity.state TYPE integer ... | {"log_level":{"maturity_date":479,"temp_celsius":818,"user_id":"option_b","velocity":{"email":565,"state":929,"item_id":"enterprise","run_id":"https://example.com","insurance_id":true,"zip_code":"New York"},"step":false,"nickname":"Silva","department":"type_a"},"visible":"pending","color":"chr1","vital_sign":"draft","c... | single_quotes | {
"type": "object",
"properties": {
"log_level": {
"type": "object",
"properties": {
"maturity_date": {
"type": "integer"
},
"temp_celsius": {
"type": "integer"
},
"user_id": {
"type": "string",
"enum": [
"op... | {'log_level':{'maturity_date':479,'temp_celsius':818,'user_id':'option_b','velocity':{'email':565,'state':929,'item_id':'enterprise','run_id':'https://example.com','insurance_id':true,'zip_code':'New York'},'step':false,'nickname':'Silva','department':'type_a'},'visible':'pending','color':'chr1','vital_sign':'draft','c... | Expecting property name enclosed in double quotes | {"log_level":{"maturity_date":479,"temp_celsius":818,"user_id":"option_b","velocity":{"email":565,"state":929,"item_id":"enterprise","run_id":"https://example.com","insurance_id":true,"zip_code":"New York"},"step":false,"nickname":"Silva","department":"type_a"},"visible":"pending","color":"chr1","vital_sign":"draft","c... |
TASK repair_structured_output
SPEC
FIELD duration_ms TYPE string REQUIRED no
FIELD rating TYPE integer REQUIRED yes
FIELD verified TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD category TYPE string REQUIRED yes
FIELD order_id TYPE boolean REQUIRED yes
FIELD price TYPE boolean REQUIRED no
FIELD s... | {"rating":266,"verified":"intermittent","category":"inactive","order_id":false,"price":false} | missing_bracket | {
"type": "object",
"properties": {
"duration_ms": {
"type": "string"
},
"rating": {
"type": "integer"
},
"verified": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"category": {
"type": "string"
}... | {"rating":266,"verified":"intermittent","category":"inactive","order_id":false,"price":false} | Missing closing bracket | {"rating":266,"verified":"intermittent","category":"inactive","order_id":false,"price":false} |
TASK repair_structured_output
SPEC
FIELD turbidity TYPE string REQUIRED yes
FIELD medication TYPE boolean REQUIRED no
FIELD procedure_code TYPE string_date-time REQUIRED yes
FIELD section TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD description.patient_id TYPE string_uri REQUIRED yes
FIELD descript... | {"turbidity":"A short description.","medication":false,"procedure_code":"2024-01-26T23:36:00Z","section":"mode_b","department":"Berlin","start_date":false,"quality_score":{"crew_id":"https://api.com/api","section":"oceanic","tax":756}} | tool_call_bad_format | {
"type": "object",
"properties": {
"turbidity": {
"type": "string"
},
"medication": {
"type": "boolean"
},
"procedure_code": {
"type": "string",
"format": "date-time"
},
"section": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
... | <functioncall> create_ticket
{turbidity: "A short description.", medication: false, procedure_code: "2024-01-26T23:36:00Z", section: "mode_b", department: "Berlin", start_date: false, quality_score: {crew_id: "https://api.com/api", section: "oceanic", tax: 756}} | Tool call has malformed arguments — unquoted keys in function parameters | {"turbidity":"A short description.","medication":false,"procedure_code":"2024-01-26T23:36:00Z","section":"mode_b","department":"Berlin","start_date":false,"quality_score":{"crew_id":"https://api.com/api","section":"oceanic","tax":756}} |
TASK repair_structured_output
SPEC
FIELD quantity TYPE string REQUIRED no
FIELD first_name TYPE boolean REQUIRED no
FIELD dissolved_oxygen.commit_hash TYPE string REQUIRED yes
FIELD dissolved_oxygen.language TYPE boolean REQUIRED no
FIELD dissolved_oxygen.manifest_ref TYPE integer REQUIRED no
FIELD dissolved_oxygen.co... | {"quantity":"demo","first_name":false,"created_at":"mode_d","throttle_pos":"bar","company":false} | truncated_array | {
"type": "object",
"properties": {
"quantity": {
"type": "string"
},
"first_name": {
"type": "boolean"
},
"dissolved_oxygen": {
"type": "object",
"properties": {
"commit_hash": {
"type": "string"
},
"language": {
"type": "boole... | {"quantity":"demo","first_name":false,"created_at":"mode_d","throttle_pos":"bar","company":false | Unexpected end of JSON input — truncated object | {"quantity":"demo","first_name":false,"created_at":"mode_d","throttle_pos":"bar","company":false} |
TASK repair_structured_output
SPEC
FIELD prop_i49 TYPE number REQUIRED yes
FIELD param_j51 TYPE number REQUIRED no
FIELD key_h08[] TYPE string VALUES option_a|option_b|option_c REQUIRED yes
BROKEN_OUTPUT
{"prop_i49": 973.4, "param_j51": 463.72} | {"prop_i49":973.4,"param_j51":463.72,"key_h08":["option_c"]} | missing_required | {
"type": "object",
"properties": {
"prop_i49": {
"type": "number"
},
"param_j51": {
"type": "number"
},
"key_h08": {
"type": "array",
"items": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
}... | {"prop_i49": 973.4, "param_j51": 463.72} | Required field 'key_h08' is missing | {"prop_i49":973.4,"param_j51":463.72,"key_h08":["option_c"]} |
TASK repair_structured_output
SPEC
FIELD reagent TYPE string REQUIRED yes
FIELD batch_code TYPE string REQUIRED no
FIELD currency TYPE string REQUIRED no
FIELD dissolved_oxygen.subject TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD dissolved_oxygen.strand TYPE string REQUIRED no
FIELD dissolved... | {"reagent":"Tokyo","currency":"PASS","dissolved_oxygen":{"subject":"delivered","feedback":179.14,"country":{"company":"example","duration_ms":435,"items":553.5,"subtotal":"Maria","website":false,"date":"London"},"updated_at":"https://api.io/api","temp_celsius":"moored"},"index":"2023-12-25","turbidity":948,"category":4... | single_quotes | {
"type": "object",
"properties": {
"reagent": {
"type": "string"
},
"batch_code": {
"type": "string"
},
"currency": {
"type": "string"
},
"dissolved_oxygen": {
"type": "object",
"properties": {
"subject": {
"type": "string",
"enu... | {'reagent':'Tokyo','currency':'PASS','dissolved_oxygen':{'subject':'delivered','feedback':179.14,'country':{'company':'example','duration_ms':435,'items':553.5,'subtotal':'Maria','website':false,'date':'London'},'updated_at':'https://api.io/api','temp_celsius':'moored'},'index':'2023-12-25','turbidity':948,'category':4... | Expecting property name enclosed in double quotes | {"reagent":"Tokyo","currency":"PASS","dissolved_oxygen":{"subject":"delivered","feedback":179.14,"country":{"company":"example","duration_ms":435,"items":553.5,"subtotal":"Maria","website":false,"date":"London"},"updated_at":"https://api.io/api","temp_celsius":"moored"},"index":"2023-12-25","turbidity":948,"category":4... |
TASK repair_structured_output
SPEC
FIELD position TYPE integer REQUIRED no
FIELD trace_id TYPE null REQUIRED no
FIELD collateral TYPE number REQUIRED yes
FIELD thumbnail TYPE string REQUIRED no
FIELD bearing TYPE string REQUIRED no
FIELD chromosome TYPE string REQUIRED no
BROKEN_OUTPUT
{position:426,trace_id:null,col... | {"position":426,"trace_id":null,"collateral":410.11,"thumbnail":"GRCh38","bearing":"demo","chromosome":"example"} | unquoted_keys | {
"type": "object",
"properties": {
"position": {
"type": "integer"
},
"trace_id": {
"type": "null"
},
"collateral": {
"type": "number"
},
"thumbnail": {
"type": "string"
},
"bearing": {
"type": "string"
},
"chromosome": {
"type": "stri... | {position:426,trace_id:null,collateral:410.11,thumbnail:"GRCh38",bearing:"demo",chromosome:"example"} | Expecting property name enclosed in double quotes | {"position":426,"trace_id":null,"collateral":410.11,"thumbnail":"GRCh38","bearing":"demo","chromosome":"example"} |
TASK repair_structured_output
SPEC
FIELD prop_j65 TYPE boolean REQUIRED yes
FIELD prop_g13 TYPE boolean REQUIRED no
FIELD attr_j56 TYPE string REQUIRED yes
FIELD key_f87 TYPE boolean REQUIRED yes
FIELD param_p34 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD dim_q69 TYPE integer REQUIRED no
BRO... | {"prop_j65":false,"attr_j56":"FWD","key_f87":true,"dim_q69":353} | wrong_type | {
"type": "object",
"properties": {
"prop_j65": {
"type": "boolean"
},
"prop_g13": {
"type": "boolean"
},
"attr_j56": {
"type": "string"
},
"key_f87": {
"type": "boolean"
},
"param_p34": {
"type": "string",
"enum": [
"open",
"in... | {"prop_j65": false, "attr_j56": "FWD", "key_f87": true, "dim_q69": "\"353\""} | Field 'dim_q69' must be integer, got string | {"prop_j65":false,"attr_j56":"FWD","key_f87":true,"dim_q69":353} |
TASK repair_structured_output
SPEC
FIELD attr_h92 TYPE string REQUIRED no
FIELD param_p34.dim_t19.prop_z66 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD param_p34.dim_t19.field_o94 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD param_p34.dim_t19.col_f65 TYPE st... | {"attr_h92":"Sao Paulo","param_p34":{"dim_t19":{"prop_z66":"offline","field_o94":"mode_a","col_f65":"level_4"},"key_z87":"cancelled","dim_m49":608},"dim_a78":649.77,"val_j75":"admin@test.io","attr_b77":false,"attr_e71":"MV-Evergreen-01","param_y12":true} | tool_call_wrong_param | {
"type": "object",
"properties": {
"attr_h92": {
"type": "string"
},
"param_p34": {
"type": "object",
"properties": {
"dim_t19": {
"type": "object",
"properties": {
"prop_z66": {
"type": "string",
"enum": [
... | Tool: calculate_price
Params: {"attr_h92": "Sao Paulo", "param_p34": {"dim_t19": {"prop_z66": "offline", "field_o94": "mode_a", "col_f65": "level_4"}, "key_z87": "cancelled", "dim_m49": 608}, "dim_a78": 649.77, "val_j75": "admin@test.io", "attr_b77": false, "attr_e71": "MV-Evergreen-01", "param_y12_name": true} | Agent used wrong parameter name 'param_y12_name' instead of 'param_y12' | {"attr_h92":"Sao Paulo","param_p34":{"dim_t19":{"prop_z66":"offline","field_o94":"mode_a","col_f65":"level_4"},"key_z87":"cancelled","dim_m49":608},"dim_a78":649.77,"val_j75":"admin@test.io","attr_b77":false,"attr_e71":"MV-Evergreen-01","param_y12":true} |
TASK repair_structured_output
SPEC
FIELD nickname TYPE null REQUIRED yes
FIELD duration_ms TYPE string_date-time REQUIRED yes
FIELD aligned_pct TYPE boolean REQUIRED no
FIELD repository TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"nickname": null, "duration_ms": "2022-07-03T23:39:00Z", "aligned_pct": false, "repository"... | {"nickname":null,"duration_ms":"2022-07-03T23:39:00Z","aligned_pct":false,"repository":646} | extra_field | {
"type": "object",
"properties": {
"nickname": {
"type": "null"
},
"duration_ms": {
"type": "string",
"format": "date-time"
},
"aligned_pct": {
"type": "boolean"
},
"repository": {
"type": "integer"
}
},
"required": [
"repository",
"nickname... | {"nickname": null, "duration_ms": "2022-07-03T23:39:00Z", "aligned_pct": false, "repository": 646, "extra_field_3042": "unexpected"} | Unknown field 'extra_field_3042' not defined in schema | {"nickname":null,"duration_ms":"2022-07-03T23:39:00Z","aligned_pct":false,"repository":646} |
TASK repair_structured_output
SPEC
FIELD col_h78 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD dim_w02 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD field_l52 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
BROKEN_OUTPUT
{"col_h78": "xl", "field_l52": "co... | {"col_h78":"xl","dim_w02":"reliable","field_l52":"confirmed"} | missing_required | {
"type": "object",
"properties": {
"col_h78": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"dim_w02": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"fie... | {"col_h78": "xl", "field_l52": "confirmed"} | Required field 'dim_w02' is missing | {"col_h78":"xl","dim_w02":"reliable","field_l52":"confirmed"} |
TASK repair_structured_output
SPEC
FIELD dim_h87 TYPE number REQUIRED no
FIELD val_i48 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD key_t73 TYPE string_email REQUIRED no
FIELD prop_z00 TYPE string REQUIRED yes
FIELD prop_p11 TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD val_p78 ... | {"val_i48":"level_3","key_t73":"admin@domain.org","prop_z00":"Diana","prop_p11":"level_3","val_p78":"option_b"} | truncated_object | {
"type": "object",
"properties": {
"dim_h87": {
"type": "number"
},
"val_i48": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"key_t73": {
"type": "string",
"format": "email"
},
"prop_z00"... | {"val_i48":"level_3","key_t73":"admin@domain.org","prop_z00":"Diana","prop_p11":"level_3","val_p78":"option_b" | Unexpected end of JSON input — truncated object | {"val_i48":"level_3","key_t73":"admin@domain.org","prop_z00":"Diana","prop_p11":"level_3","val_p78":"option_b"} |
TASK repair_structured_output
SPEC
FIELD prop_b71 TYPE string VALUES type_a|type_b REQUIRED yes
FIELD param_o87 TYPE integer REQUIRED no
FIELD val_b22 TYPE boolean REQUIRED no
FIELD param_b71 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD key_s65 TYPE string REQUIRED no
FIELD val_g28 TYPE... | {"prop_b71":"type_b","param_o87":322,"val_b22":true,"val_g28":"option_d","dim_p64":"admin@domain.org"} | single_quotes | {
"type": "object",
"properties": {
"prop_b71": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"param_o87": {
"type": "integer"
},
"val_b22": {
"type": "boolean"
},
"param_b71": {
"type": "string",
"enum": [
"level_... | {'prop_b71':'type_b','param_o87':322,'val_b22':true,'val_g28':'option_d','dim_p64':'admin@domain.org'} | Expecting property name enclosed in double quotes | {"prop_b71":"type_b","param_o87":322,"val_b22":true,"val_g28":"option_d","dim_p64":"admin@domain.org"} |
TASK repair_structured_output
SPEC
FIELD color TYPE integer REQUIRED no
FIELD barcode TYPE number REQUIRED yes
FIELD fleet_number.verified TYPE null REQUIRED no
FIELD fleet_number.maturity_date.sensor_id TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD fleet_number.maturity_date.port_code TYPE str... | {"color":86,"barcode":181.14,"fleet_number":{"verified":null,"maturity_date":{"sensor_id":"in_progress","full_name":368,"temp_celsius":true,"due_date":"2026-06-22T09:21:00Z","quantity":999,"tax":"medium"},"label":null,"lane":"2022-05-05T03:59:00Z","procedure_code":"maintenance"}} | markdown_explanation | {
"type": "object",
"properties": {
"color": {
"type": "integer"
},
"barcode": {
"type": "number"
},
"fleet_number": {
"type": "object",
"properties": {
"verified": {
"type": "null"
},
"maturity_date": {
"type": "object",
... | Here is the JSON you requested:
```json
{"color":86,"barcode":181.14,"fleet_number":{"verified":null,"maturity_date":{"sensor_id":"in_progress","full_name":368,"temp_celsius":true,"due_date":"2026-06-22T09:21:00Z","quantity":999,"tax":"medium"},"label":null,"lane":"2022-05-05T03:59:00Z","procedure_code":"maintenance"}}... | Output contains markdown and explanatory text around JSON | {"color":86,"barcode":181.14,"fleet_number":{"verified":null,"maturity_date":{"sensor_id":"in_progress","full_name":368,"temp_celsius":true,"due_date":"2026-06-22T09:21:00Z","quantity":999,"tax":"medium"},"label":null,"lane":"2022-05-05T03:59:00Z","procedure_code":"maintenance"}} |
TASK repair_structured_output
SPEC
FIELD field_d45 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD col_i21 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD attr_k14 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD dim_f99 TYP... | {"col_i21":"level_3","attr_k14":"option_f","dim_f99":"test@example.com","key_p04":[{"col_c30":"option_b","dim_r52":"2024-06-30","val_v83":"option_c","col_c47":null,"field_w44":8},{"dim_r52":"Berlin","val_v83":"option_c","field_y22":"phone","field_w44":166},{"dim_r52":"Berlin","field_o02":840.64,"val_v83":"option_b","fi... | truncated_array | {
"type": "object",
"properties": {
"field_d45": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"col_i21": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
... | {"col_i21":"level_3","attr_k14":"option_f","dim_f99":"test@example.com","key_p04":[{"col_c30":"option_b","dim_r52":"2024-06-30","val_v83":"option_c","col_c47":null,"field_w44":8},{"dim_r52":"Berlin","val_v83":"option_c","field_y22":"phone","field_w44":166},{"dim_r52":"Berlin","field_o02":840.64,"val_v83":"option_b","fi... | Unexpected end of JSON input — truncated array | {"col_i21":"level_3","attr_k14":"option_f","dim_f99":"test@example.com","key_p04":[{"col_c30":"option_b","dim_r52":"2024-06-30","val_v83":"option_c","col_c47":null,"field_w44":8},{"dim_r52":"Berlin","val_v83":"option_c","field_y22":"phone","field_w44":166},{"dim_r52":"Berlin","field_o02":840.64,"val_v83":"option_b","fi... |
TASK repair_structured_output
SPEC
FIELD loan_amount TYPE boolean REQUIRED no
FIELD coverage TYPE string_email REQUIRED yes
FIELD amplitude[] TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
BROKEN_OUTPUT
{"loan_amount":true,"coverage":"test@example.com","amplitude":["option_d","option_a","option_b... | {"loan_amount":true,"coverage":"test@example.com","amplitude":["option_d","option_a","option_b","option_c"]} | truncated_object | {
"type": "object",
"properties": {
"loan_amount": {
"type": "boolean"
},
"coverage": {
"type": "string",
"format": "email"
},
"amplitude": {
"type": "array",
"items": {
"type": "string",
"enum": [
"option_a",
"option_b",
... | {"loan_amount":true,"coverage":"test@example.com","amplitude":["option_d","option_a","option_b","option_c"] | Unexpected end of JSON input — truncated object | {"loan_amount":true,"coverage":"test@example.com","amplitude":["option_d","option_a","option_b","option_c"]} |
TASK repair_structured_output
SPEC
FIELD key_g84 TYPE string REQUIRED no
FIELD val_q00 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD key_y52 TYPE string REQUIRED no
FIELD key_c14 TYPE number REQUIRED no
FIELD val_u69.attr_h47 TYPE string VALUES draft|published|archived REQUIRED no
FIELD ... | {"key_g84":"Berlin","val_q00":"frameshift","key_y52":"completed","key_c14":902.59,"val_u69":{"attr_h47":"archived","val_r83":341.67,"val_v58":784.57,"param_q96":"PASS","prop_e04":"inactive","col_l02":"https://api.org/data"}} | tool_call_partial_args | {
"type": "object",
"properties": {
"key_g84": {
"type": "string"
},
"val_q00": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"key_y52": {
"type": "string"
},
"key_c14": {
"type": ... | I need to look up the information first.
Action: verify_hazmat_compliance
Arguments: {"key_g84": "Berlin", "val_q00": "frameshift", "key_y52": "completed", "key_c14": 902.59} | Agent tool call missing required parameter 'val_u69' | {"key_g84":"Berlin","val_q00":"frameshift","key_y52":"completed","key_c14":902.59,"val_u69":{"attr_h47":"archived","val_r83":341.67,"val_v58":784.57,"param_q96":"PASS","prop_e04":"inactive","col_l02":"https://api.org/data"}} |
TASK repair_structured_output
SPEC
FIELD col_f67 TYPE number REQUIRED yes
FIELD param_t80 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD prop_t56 TYPE boolean REQUIRED no
FIELD val_g38 TYPE string REQUIRED no
FIELD attr_c39 TYPE string REQUIRED no
BROKEN_OUTPUT
{"col_f67":753.02,"param_t80":"red","pr... | {"col_f67":753.02,"param_t80":"red","prop_t56":true,"val_g38":"A short description."} | truncated_object | {
"type": "object",
"properties": {
"col_f67": {
"type": "number"
},
"param_t80": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"prop_t56": {
"type": "boolean"
},
"val_g38": {
"type"... | {"col_f67":753.02,"param_t80":"red","prop_t56":true,"val_g38":"A short description." | Unexpected end of JSON input — truncated object | {"col_f67":753.02,"param_t80":"red","prop_t56":true,"val_g38":"A short description."} |
TASK repair_structured_output
SPEC
FIELD prop_q63 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD key_o54 TYPE boolean REQUIRED no
FIELD dim_r72.prop_z71 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD dim_r72.key_n36 TYPE string REQUIRED no
FIELD dim_r72.attr_z50 TY... | {"dim_r72":{"key_n36":"foo","attr_z50":842.59,"col_c82":"Berlin","param_m35":false,"param_s55":"pending","dim_v89":12}} | unquoted_keys | {
"type": "object",
"properties": {
"prop_q63": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"key_o54": {
"type": "boolean"
},
"dim_r72": {
"type": "object",
"properties": {
"prop_z71": {
... | {dim_r72:{key_n36:"foo",attr_z50:842.59,col_c82:"Berlin",param_m35:false,param_s55:"pending",dim_v89:12}} | Expecting property name enclosed in double quotes | {"dim_r72":{"key_n36":"foo","attr_z50":842.59,"col_c82":"Berlin","param_m35":false,"param_s55":"pending","dim_v89":12}} |
TASK repair_structured_output
SPEC
FIELD published TYPE string_email REQUIRED yes
FIELD tax TYPE integer REQUIRED yes
FIELD image_url TYPE string REQUIRED yes
FIELD full_name[] TYPE string_date-time REQUIRED no
BROKEN_OUTPUT
```json
{"published":"user@test.io","tax":199,"image_url":"qux"}
``` | {"published":"user@test.io","tax":199,"image_url":"qux"} | markdown_fences | {
"type": "object",
"properties": {
"published": {
"type": "string",
"format": "email"
},
"tax": {
"type": "integer"
},
"image_url": {
"type": "string"
},
"full_name": {
"type": "array",
"items": {
"type": "string",
"format": "date-time... | ```json
{"published":"user@test.io","tax":199,"image_url":"qux"}
``` | Output contains markdown code fences | {"published":"user@test.io","tax":199,"image_url":"qux"} |
TASK repair_structured_output
SPEC
FIELD section TYPE string REQUIRED yes
FIELD options TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD size TYPE integer REQUIRED no
BROKEN_OUTPUT
Let me check the system.
Action: schedule_meeting
Result: {"section": "Luis", "options": "level_1"}
I'll query our database.
Action... | {"section":"Luis","options":"level_1","size":788} | agent_chain | {
"type": "object",
"properties": {
"section": {
"type": "string"
},
"options": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"size": {
"type": "integer"
}
},
"required": [
"options",
"section"
]
} | Let me check the system.
Action: schedule_meeting
Result: {"section": "Luis", "options": "level_1"}
I'll query our database.
Action: get_weather
Result: | Agent multi-step chain with truncated tool output | {"section":"Luis","options":"level_1","size":788} |
TASK repair_structured_output
SPEC
FIELD param_l05 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD key_p00 TYPE integer REQUIRED no
FIELD prop_e81 TYPE string REQUIRED yes
FIELD key_p99 TYPE string REQUIRED no
FIELD val_i82 TYPE boolean REQUIRED no
FIELD col_k74 TYPE string REQUIRED yes
F... | {"param_l05":"missense","key_p00":210,"prop_e81":"RTG-04","col_k74":"chr1","key_u10":185} | tool_call_wrong_param | {
"type": "object",
"properties": {
"param_l05": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"key_p00": {
"type": "integer"
},
"prop_e81": {
"type": "string"
},
"key_p99": {
"typ... | Tool: send_email
Params: {"param_l05": "missense", "key_p00": 210, "prop_e81": "RTG-04", "col_k74": "chr1", "key_u10": 185} | Agent used wrong parameter name 'key_p99_new' instead of 'key_p99' | {"param_l05":"missense","key_p00":210,"prop_e81":"RTG-04","col_k74":"chr1","key_u10":185} |
TASK repair_structured_output
SPEC
FIELD ward TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD priority TYPE number REQUIRED no
FIELD commit_hash TYPE string VALUES active|inactive|pending REQUIRED no
FIELD updated_at TYPE string VALUES red|blue|green|black|white REQUIRED no
BROKEN_OUTPUT
{"ward":"editor","p... | {"ward":"editor","priority":658.49,"commit_hash":"active","updated_at":"white"} | extra_text_after | {
"type": "object",
"properties": {
"ward": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"priority": {
"type": "number"
},
"commit_hash": {
"type": "string",
"enum": [
"active",
"inactive",
"pen... | {"ward":"editor","priority":658.49,"commit_hash":"active","updated_at":"white"}
Analysis finished. | Output contains non-JSON text after the object | {"ward":"editor","priority":658.49,"commit_hash":"active","updated_at":"white"} |
TASK repair_structured_output
SPEC
FIELD attr_t80 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD field_j92 TYPE number REQUIRED no
FIELD col_v57 TYPE string REQUIRED no
FIELD prop_x52 TYPE string_email REQUIRED yes
FIELD attr_x55 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD col_u24 TYPE ... | {"attr_t80":"mode_c","field_j92":119.24,"col_v57":"example","prop_x52":"test@example.com","attr_x55":"push","col_u24":true,"field_n12":true} | partial_structure | {
"type": "object",
"properties": {
"attr_t80": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"field_j92": {
"type": "number"
},
"col_v57": {
"type": "string"
},
"prop_x52": {
"type": "string"... | The field_n12 is True and {"attr_t80":"mode_c","field_j92":119.24,"col_v57":"example","prop_x52":"test@example.com","attr_x55":"push","col_u24":true,"field_n12":true} | Output mixes natural language with JSON | {"attr_t80":"mode_c","field_j92":119.24,"col_v57":"example","prop_x52":"test@example.com","attr_x55":"push","col_u24":true,"field_n12":true} |
TASK repair_structured_output
SPEC
FIELD commit_hash TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD salinity TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD build_status TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD size TYPE string_uri REQUIRED no
FIELD... | {"commit_hash":"medium","salinity":"reliable","build_status":"degraded","size":"https://www.org/api","image_url":"Berlin","position":"black"} | missing_bracket | {
"type": "object",
"properties": {
"commit_hash": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"salinity": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
... | {"commit_hash":"medium","salinity":"reliable","build_status":"degraded","size":"https://www.org/api","image_url":"Berlin","position":"black"} | Missing closing bracket | {"commit_hash":"medium","salinity":"reliable","build_status":"degraded","size":"https://www.org/api","image_url":"Berlin","position":"black"} |
TASK repair_structured_output
SPEC
FIELD altitude TYPE string VALUES active|inactive|pending REQUIRED no
FIELD terminal_id TYPE string REQUIRED no
FIELD visible TYPE string REQUIRED no
FIELD amount TYPE integer REQUIRED no
FIELD balance.description TYPE integer REQUIRED no
FIELD balance.catalyst TYPE integer REQUIRED ... | {"altitude":"active","terminal_id":"example","visible":"chrX","balance":{"description":542,"catalyst":358},"last_name":"London"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"altitude": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"terminal_id": {
"type": "string"
},
"visible": {
"type": "string"
},
"amount": {
"type": "integer"
},
"b... | Tool: book_appointment
Params: {"terminal_id": "example", "visible": "chrX", "balance": {"description": 542, "catalyst": 358}, "last_name": "London", "altitude2": "active"} | Agent used wrong parameter name 'altitude2' instead of 'altitude' | {"altitude":"active","terminal_id":"example","visible":"chrX","balance":{"description":542,"catalyst":358},"last_name":"London"} |
TASK repair_structured_output
SPEC
FIELD param_i47 TYPE string REQUIRED yes
FIELD key_x70 TYPE string REQUIRED yes
FIELD prop_w21.attr_m13 TYPE number REQUIRED no
FIELD prop_w21.col_s93 TYPE integer REQUIRED no
FIELD prop_w21.col_n91 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD prop_w21.prop_u38.field_n9... | {"param_i47":"quux","key_x70":"Sao Paulo","prop_w21":{"col_s93":825,"col_n91":"mode_c"},"dim_i55":{"prop_o89":"PASS","param_f17":[{"prop_e40":135.01,"field_s93":"info@test.io","dim_v85":"https://data.io/v1"},{"col_e75":407,"prop_e40":659.78,"field_s93":"ops@domain.org","dim_v85":"https://example.org/v1","param_s44":"ht... | missing_brace | {
"type": "object",
"properties": {
"param_i47": {
"type": "string"
},
"key_x70": {
"type": "string"
},
"prop_w21": {
"type": "object",
"properties": {
"attr_m13": {
"type": "number"
},
"col_s93": {
"type": "integer"
},
... | {"param_i47":"quux","key_x70":"Sao Paulo","prop_w21":{"col_s93":825,"col_n91":"mode_c"},"dim_i55":{"prop_o89":"PASS","param_f17":[{"prop_e40":135.01,"field_s93":"info@test.io","dim_v85":"https://data.io/v1"},{"col_e75":407,"prop_e40":659.78,"field_s93":"ops@domain.org","dim_v85":"https://example.org/v1","param_s44":"ht... | Missing closing brace | {"param_i47":"quux","key_x70":"Sao Paulo","prop_w21":{"col_s93":825,"col_n91":"mode_c"},"dim_i55":{"prop_o89":"PASS","param_f17":[{"prop_e40":135.01,"field_s93":"info@test.io","dim_v85":"https://data.io/v1"},{"col_e75":407,"prop_e40":659.78,"field_s93":"ops@domain.org","dim_v85":"https://example.org/v1","param_s44":"ht... |
TASK repair_structured_output
SPEC
FIELD url TYPE string_date-time REQUIRED yes
FIELD dissolved_oxygen TYPE string REQUIRED yes
FIELD loan_amount TYPE number REQUIRED yes
BROKEN_OUTPUT
{"url":"2025-09-05T00:03:00Z","dissolved_oxygen":"Johnson","loan_amount":896.65 | {"url":"2025-09-05T00:03:00Z","dissolved_oxygen":"Johnson","loan_amount":896.65} | truncated_object | {
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "date-time"
},
"dissolved_oxygen": {
"type": "string"
},
"loan_amount": {
"type": "number"
}
},
"required": [
"loan_amount",
"url",
"dissolved_oxygen"
]
} | {"url":"2025-09-05T00:03:00Z","dissolved_oxygen":"Johnson","loan_amount":896.65 | Unexpected end of JSON input — truncated object | {"url":"2025-09-05T00:03:00Z","dissolved_oxygen":"Johnson","loan_amount":896.65} |
TASK repair_structured_output
SPEC
FIELD url TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD log_level TYPE integer REQUIRED no
FIELD width TYPE boolean REQUIRED no
FIELD hazmat_code TYPE boolean REQUIRED no
FIELD nickname.compound TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIR... | {"url":"berthed","width":true,"batch_code":427} | single_quotes | {
"type": "object",
"properties": {
"url": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"log_level": {
"type": "integer"
},
"width": {
"type": "boolean"
},
"hazmat_code": {
"type": "bool... | {'url':'berthed','width':true,'batch_code':427} | Expecting property name enclosed in double quotes | {"url":"berthed","width":true,"batch_code":427} |
TASK repair_structured_output
SPEC
FIELD dim_k65 TYPE integer REQUIRED no
FIELD col_o95 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD val_r11 TYPE string REQUIRED yes
FIELD param_n10 TYPE string REQUIRED no
FIELD field_v39[] TYPE number REQUIRED no
BROKEN_OUTPUT
{"dim_k65":328,"val_r1... | {"dim_k65":328,"val_r11":"2023-12-25","param_n10":"test@example.com","field_v39":[188.9]} | trailing_comma | {
"type": "object",
"properties": {
"dim_k65": {
"type": "integer"
},
"col_o95": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]
},
"val_r11": {
"type": "string"
},
"p... | {"dim_k65":328,"val_r11":"2023-12-25","param_n10":"test@example.com","field_v39":[188.9,]} | Unexpected trailing comma | {"dim_k65":328,"val_r11":"2023-12-25","param_n10":"test@example.com","field_v39":[188.9]} |
TASK repair_structured_output
SPEC
FIELD organism TYPE boolean REQUIRED no
FIELD temp_celsius TYPE string REQUIRED no
FIELD procedure_code TYPE string VALUES draft|published|archived REQUIRED no
FIELD chapter TYPE string REQUIRED no
FIELD active TYPE number REQUIRED no
FIELD name TYPE string VALUES pending_review|conf... | {"organism":true,"procedure_code":"draft","active":244.88,"name":"escalated","amount":"John"} | markdown_fences | {
"type": "object",
"properties": {
"organism": {
"type": "boolean"
},
"temp_celsius": {
"type": "string"
},
"procedure_code": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"chapter": {
"type": "string"
... | ```json
{"organism":true,"procedure_code":"draft","active":244.88,"name":"escalated","amount":"John"}
``` | Output contains markdown code fences | {"organism":true,"procedure_code":"draft","active":244.88,"name":"escalated","amount":"John"} |
TASK repair_structured_output
SPEC
FIELD subject TYPE boolean REQUIRED yes
FIELD loan_amount TYPE string REQUIRED no
FIELD height TYPE string REQUIRED no
BROKEN_OUTPUT
Based on your request, here is the data:
```json
{"subject":true,"height":"New York"}
```
Data logged successfully. | {"subject":true,"height":"New York"} | markdown_explanation | {
"type": "object",
"properties": {
"subject": {
"type": "boolean"
},
"loan_amount": {
"type": "string"
},
"height": {
"type": "string"
}
},
"required": [
"subject"
]
} | Based on your request, here is the data:
```json
{"subject":true,"height":"New York"}
```
Data logged successfully. | Output contains markdown and explanatory text around JSON | {"subject":true,"height":"New York"} |
TASK repair_structured_output
SPEC
FIELD crew_id TYPE string REQUIRED yes
FIELD company TYPE string REQUIRED yes
FIELD message TYPE string REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
Action: calibrate_instrument
Arguments: {"company": "Maria", "message": "Tokyo"} | {"crew_id":"world","company":"Maria","message":"Tokyo"} | tool_call_partial_args | {
"type": "object",
"properties": {
"crew_id": {
"type": "string"
},
"company": {
"type": "string"
},
"message": {
"type": "string"
}
},
"required": [
"message",
"company",
"crew_id"
]
} | I need to look up the information first.
Action: calibrate_instrument
Arguments: {"company": "Maria", "message": "Tokyo"} | Agent tool call missing required parameter 'crew_id' | {"crew_id":"world","company":"Maria","message":"Tokyo"} |
TASK repair_structured_output
SPEC
FIELD phenotype TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD tax TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD coverage TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD product_id TYPE string REQUI... | {"phenotype":"mode_a","tax":"level_2","product_id":"FWD","altitude":438.76,"deploy_target":223} | missing_bracket | {
"type": "object",
"properties": {
"phenotype": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"tax": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
... | {"phenotype":"mode_a","tax":"level_2","product_id":"FWD","altitude":438.76,"deploy_target":223} | Missing closing bracket | {"phenotype":"mode_a","tax":"level_2","product_id":"FWD","altitude":438.76,"deploy_target":223} |
TASK repair_structured_output
SPEC
FIELD turbidity TYPE string REQUIRED no
FIELD state TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD invoice_id TYPE boolean REQUIRED no
FIELD dosage[].coverage TYPE integer REQUIRED yes
FIELD dosage[].title TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD dosa... | {"turbidity":"world","state":"active","dosage":[{"coverage":581,"title":"sms","procedure_code":"cat_a","company":765,"image_url":"2020-02-03T07:56:00Z"},{"coverage":92,"title":"phone","procedure_code":"cat_f","organism":"level_1","company":396,"image_url":"2024-07-03T17:39:00Z"},{"coverage":482,"title":"sms","procedure... | unquoted_keys | {
"type": "object",
"properties": {
"turbidity": {
"type": "string"
},
"state": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"invoice_id": {
"type": "boolean"
},
"dosage": {
"type": "array",
"items": ... | {turbidity:"world",state:"active",dosage:[{coverage:581,title:"sms",procedure_code:"cat_a",company:765,image_url:"2020-02-03T07:56:00Z"},{coverage:92,title:"phone",procedure_code:"cat_f",organism:"level_1",company:396,image_url:"2024-07-03T17:39:00Z"},{coverage:482,title:"sms",procedure_code:"cat_b",organism:"level_2",... | Expecting property name enclosed in double quotes | {"turbidity":"world","state":"active","dosage":[{"coverage":581,"title":"sms","procedure_code":"cat_a","company":765,"image_url":"2020-02-03T07:56:00Z"},{"coverage":92,"title":"phone","procedure_code":"cat_f","organism":"level_1","company":396,"image_url":"2024-07-03T17:39:00Z"},{"coverage":482,"title":"sms","procedure... |
TASK repair_structured_output
SPEC
FIELD dim_l07 TYPE string REQUIRED yes
FIELD col_p43 TYPE string_uri REQUIRED yes
FIELD val_a85 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD dim_t98.col_t37 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD dim_t98.col_g25 TYPE inte... | {"dim_l07":"chrX","col_p43":"https://www.io/v1","val_a85":"cat_b","dim_t98":{"col_g25":967,"prop_n68":"baz","key_v67":{"col_a87":"archived","param_l66":"cat_e","val_q44":"cat_e","col_h35":"mode_c"}},"prop_v17":"foo","prop_u25":"Santos","key_x58":"option_a"} | unquoted_keys | {
"type": "object",
"properties": {
"dim_l07": {
"type": "string"
},
"col_p43": {
"type": "string",
"format": "uri"
},
"val_a85": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"dim_t98": {
"type": "object",
... | {dim_l07:"chrX",col_p43:"https://www.io/v1",val_a85:"cat_b",dim_t98:{col_g25:967,prop_n68:"baz",key_v67:{col_a87:"archived",param_l66:"cat_e",val_q44:"cat_e",col_h35:"mode_c"}},prop_v17:"foo",prop_u25:"Santos",key_x58:"option_a"} | Expecting property name enclosed in double quotes | {"dim_l07":"chrX","col_p43":"https://www.io/v1","val_a85":"cat_b","dim_t98":{"col_g25":967,"prop_n68":"baz","key_v67":{"col_a87":"archived","param_l66":"cat_e","val_q44":"cat_e","col_h35":"mode_c"}},"prop_v17":"foo","prop_u25":"Santos","key_x58":"option_a"} |
TASK repair_structured_output
SPEC
FIELD transaction_id TYPE number REQUIRED no
FIELD latitude TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD enabled TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD tags TYPE integer REQUIRED no
FIELD current_draw TYPE string REQUIRED no
FIELD turbidity TYPE intege... | {"enabled":"BRL","tags":82,"current_draw":"Luis","turbidity":777,"wavelength":{"fleet_number":"moored","status":834}} | wrong_type | {
"type": "object",
"properties": {
"transaction_id": {
"type": "number"
},
"latitude": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"enabled": {
"type": "string",
"enum": [
"USD",
"EUR",
... | {"enabled": "BRL", "tags": 82, "current_draw": "Luis", "turbidity": "\"777\"", "wavelength": {"fleet_number": "moored", "status": 834}} | Field 'turbidity' must be integer, got string | {"enabled":"BRL","tags":82,"current_draw":"Luis","turbidity":777,"wavelength":{"fleet_number":"moored","status":834}} |
TASK repair_structured_output
SPEC
FIELD gene_id TYPE string REQUIRED no
FIELD url TYPE string REQUIRED yes
FIELD pressure_kpa TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD credit_score[].deploy_target TYPE null REQUIRED no
FIELD credit_score[].thumbnail TYPE integer REQUIRED yes
FIELD credit_score[].condu... | {"url":"inactive","pressure_kpa":"email","credit_score":[{"deploy_target":null,"thumbnail":986,"conductivity":47,"patient_id":"viewer","payment_status":"admin@example.com","sensor_id":131.22},{"deploy_target":null,"thumbnail":344,"conductivity":790,"payment_status":"user@example.com","insurance_id":27.26,"sensor_id":32... | single_quotes | {
"type": "object",
"properties": {
"gene_id": {
"type": "string"
},
"url": {
"type": "string"
},
"pressure_kpa": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"credit_score": {
"type": "array",
... | {'url':'inactive','pressure_kpa':'email','credit_score':[{'deploy_target':null,'thumbnail':986,'conductivity':47,'patient_id':'viewer','payment_status':'admin@example.com','sensor_id':131.22},{'deploy_target':null,'thumbnail':344,'conductivity':790,'payment_status':'user@example.com','insurance_id':27.26,'sensor_id':32... | Expecting property name enclosed in double quotes | {"url":"inactive","pressure_kpa":"email","credit_score":[{"deploy_target":null,"thumbnail":986,"conductivity":47,"patient_id":"viewer","payment_status":"admin@example.com","sensor_id":131.22},{"deploy_target":null,"thumbnail":344,"conductivity":790,"payment_status":"user@example.com","insurance_id":27.26,"sensor_id":32... |
TASK repair_structured_output
SPEC
FIELD dim_p41.key_f04 TYPE string REQUIRED no
FIELD dim_p41.param_x19.key_q66 TYPE string REQUIRED no
FIELD dim_p41.param_x19.prop_r05 TYPE integer REQUIRED no
FIELD dim_p41.param_x19.dim_m72 TYPE string_date-time REQUIRED no
FIELD dim_p41.param_x19.attr_e36 TYPE boolean REQUIRED no
... | {"dim_p41":{"key_f04":"qux","param_x19":{"attr_f32":830},"dim_h38":"draft","attr_r58":"Sao Paulo","val_q56":{"val_h40":"chr1","attr_b46":"closed","attr_x68":"warning"},"prop_d75":"inactive"},"col_l97":184,"val_e85":true} | truncated_array | {
"type": "object",
"properties": {
"dim_p41": {
"type": "object",
"properties": {
"key_f04": {
"type": "string"
},
"param_x19": {
"type": "object",
"properties": {
"key_q66": {
"type": "string"
},
... | {"dim_p41":{"key_f04":"qux","param_x19":{"attr_f32":830},"dim_h38":"draft","attr_r58":"Sao Paulo","val_q56":{"val_h40":"chr1","attr_b46":"closed","attr_x68":"warning"},"prop_d75":"inactive"},"col_l97":184,"val_e85":true | Unexpected end of JSON input — truncated object | {"dim_p41":{"key_f04":"qux","param_x19":{"attr_f32":830},"dim_h38":"draft","attr_r58":"Sao Paulo","val_q56":{"val_h40":"chr1","attr_b46":"closed","attr_x68":"warning"},"prop_d75":"inactive"},"col_l97":184,"val_e85":true} |
TASK repair_structured_output
SPEC
FIELD hazmat_code TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD trace_id TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD language TYPE boolean REQUIRED yes
BROKEN_OUTPUT
Pipeline result:
{"hazmat_code":"type_a","language":tru... | {"hazmat_code":"type_a","language":true} | extra_text_before | {
"type": "object",
"properties": {
"hazmat_code": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]
},
"trace_id": {
"type": "string",
"enum": [
"type_a",
"type_b",
... | Pipeline result:
{"hazmat_code":"type_a","language":true} | Output contains non-JSON text before the object | {"hazmat_code":"type_a","language":true} |
TASK repair_structured_output
SPEC
FIELD torque_output TYPE string_date-time REQUIRED yes
FIELD width TYPE integer REQUIRED yes
FIELD language.full_name TYPE integer REQUIRED yes
FIELD language.decay_rate TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD language.title TYPE string_date-time REQU... | {"torque_output":"2021-05-08T11:09:00Z","width":5,"language":{"full_name":287,"decay_rate":"homozygous","title":"2024-09-27T06:59:00Z"},"visible":513} | unquoted_keys | {
"type": "object",
"properties": {
"torque_output": {
"type": "string",
"format": "date-time"
},
"width": {
"type": "integer"
},
"language": {
"type": "object",
"properties": {
"full_name": {
"type": "integer"
},
"decay_rate": {
... | {torque_output:"2021-05-08T11:09:00Z",width:5,language:{full_name:287,decay_rate:"homozygous",title:"2024-09-27T06:59:00Z"},visible:513} | Expecting property name enclosed in double quotes | {"torque_output":"2021-05-08T11:09:00Z","width":5,"language":{"full_name":287,"decay_rate":"homozygous","title":"2024-09-27T06:59:00Z"},"visible":513} |
TASK repair_structured_output
SPEC
FIELD hazmat_code TYPE integer REQUIRED no
FIELD age TYPE number REQUIRED no
FIELD thumbnail TYPE string REQUIRED no
FIELD image_url.yield_pct TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD image_url.step TYPE integer REQUIRED no
FIELD image_url.altitude TYPE boolean REQUI... | {"thumbnail":"Hapag-Lloyd-Express","total":524} | missing_bracket | {
"type": "object",
"properties": {
"hazmat_code": {
"type": "integer"
},
"age": {
"type": "number"
},
"thumbnail": {
"type": "string"
},
"image_url": {
"type": "object",
"properties": {
"yield_pct": {
"type": "string",
"enum": [
... | {"thumbnail":"Hapag-Lloyd-Express","total":524} | Missing closing bracket | {"thumbnail":"Hapag-Lloyd-Express","total":524} |
TASK repair_structured_output
SPEC
FIELD price TYPE string REQUIRED yes
FIELD feedback TYPE integer REQUIRED no
FIELD format TYPE boolean REQUIRED yes
FIELD shipping.transaction_id.organism TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD shipping.transaction_id.label TYPE string VALUES pen... | {"price":"Santos","feedback":317,"format":true,"shipping":{"transaction_id":{"organism":"level_5","label":"escalated","velocity":111,"dissolved_oxygen":502,"phone":"Jane"},"color":618.51,"ward":"quux","cargo_type":"warning"},"chapter":420} | wrong_type | {
"type": "object",
"properties": {
"price": {
"type": "string"
},
"feedback": {
"type": "integer"
},
"format": {
"type": "boolean"
},
"shipping": {
"type": "object",
"properties": {
"transaction_id": {
"type": "object",
"properti... | {"price": "Santos", "feedback": 317, "format": true, "shipping": {"transaction_id": {"organism": "level_5", "label": "escalated", "velocity": 111, "dissolved_oxygen": 502, "phone": "Jane"}, "color": 618.51, "ward": "quux", "cargo_type": "warning"}, "chapter": "\"420\""} | Field 'chapter' must be integer, got string | {"price":"Santos","feedback":317,"format":true,"shipping":{"transaction_id":{"organism":"level_5","label":"escalated","velocity":111,"dissolved_oxygen":502,"phone":"Jane"},"color":618.51,"ward":"quux","cargo_type":"warning"},"chapter":420} |
TASK repair_structured_output
SPEC
FIELD param_z27 TYPE integer REQUIRED yes
FIELD field_c26 TYPE string REQUIRED yes
FIELD prop_q02 TYPE boolean REQUIRED yes
FIELD attr_h36.key_u10 TYPE integer REQUIRED yes
FIELD attr_h36.dim_r12 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD attr_h36.col_b41... | {"param_z27":376,"field_c26":"inactive","prop_q02":true,"attr_h36":{"key_u10":487,"key_o99":340.54,"dim_d85":{"val_b71":null,"prop_o71":"quux","prop_d76":"type_b","val_b44":true,"prop_a45":"chr1"}}} | wrong_type | {
"type": "object",
"properties": {
"param_z27": {
"type": "integer"
},
"field_c26": {
"type": "string"
},
"prop_q02": {
"type": "boolean"
},
"attr_h36": {
"type": "object",
"properties": {
"key_u10": {
"type": "integer"
},
... | {"param_z27": 376, "field_c26": "inactive", "prop_q02": "\"yes\"", "attr_h36": {"key_u10": 487, "key_o99": 340.54, "dim_d85": {"val_b71": null, "prop_o71": "quux", "prop_d76": "type_b", "val_b44": true, "prop_a45": "chr1"}}} | Field 'prop_q02' must be boolean, got string | {"param_z27":376,"field_c26":"inactive","prop_q02":true,"attr_h36":{"key_u10":487,"key_o99":340.54,"dim_d85":{"val_b71":null,"prop_o71":"quux","prop_d76":"type_b","val_b44":true,"prop_a45":"chr1"}}} |
TASK repair_structured_output
SPEC
FIELD prop_h82 TYPE boolean REQUIRED no
FIELD col_e07 TYPE null REQUIRED no
FIELD prop_u66.field_b36 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD prop_u66.field_s00 TYPE string REQUIRED no
FIELD prop_u66.col_d19 TYPE string VALUES level_1|level_2|level_3|level_4|level... | {"prop_h82":false,"col_e07":null,"prop_u66":{"field_b36":"cat_c","field_s00":"PASS","param_g80":"cat_a","field_r56":false,"col_f08":"quux"},"col_i08":694,"prop_c75":null,"attr_h66":"demo"} | partial_structure | {
"type": "object",
"properties": {
"prop_h82": {
"type": "boolean"
},
"col_e07": {
"type": "null"
},
"prop_u66": {
"type": "object",
"properties": {
"field_b36": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
... | Based on the data, col_e07 is None. {"prop_h82":false,"col_e07":null,"prop_u66":{"field_b36":"cat_c","field_s00":"PASS","param_g80":"cat_a","field_r56":false,"col_f08":"quux"},"col_i08":694,"prop_c75":null,"attr_h66":"demo"} | Output mixes natural language with JSON | {"prop_h82":false,"col_e07":null,"prop_u66":{"field_b36":"cat_c","field_s00":"PASS","param_g80":"cat_a","field_r56":false,"col_f08":"quux"},"col_i08":694,"prop_c75":null,"attr_h66":"demo"} |
TASK repair_structured_output
SPEC
FIELD barcode TYPE string_uri REQUIRED no
FIELD email TYPE integer REQUIRED yes
FIELD user_id TYPE number REQUIRED yes
FIELD wavelength TYPE null REQUIRED yes
BROKEN_OUTPUT
{"barcode":"https://example.org/api","email":146,"user_id":839.01,"wavelength":null} | {"barcode":"https://example.org/api","email":146,"user_id":839.01,"wavelength":null} | missing_bracket | {
"type": "object",
"properties": {
"barcode": {
"type": "string",
"format": "uri"
},
"email": {
"type": "integer"
},
"user_id": {
"type": "number"
},
"wavelength": {
"type": "null"
}
},
"required": [
"user_id",
"wavelength",
"email"
]
... | {"barcode":"https://example.org/api","email":146,"user_id":839.01,"wavelength":null} | Missing closing bracket | {"barcode":"https://example.org/api","email":146,"user_id":839.01,"wavelength":null} |
TASK repair_structured_output
SPEC
FIELD col_j50 TYPE integer REQUIRED yes
FIELD key_z02 TYPE null REQUIRED no
FIELD prop_v92.dim_o59 TYPE boolean REQUIRED yes
FIELD prop_v92.val_g14 TYPE string REQUIRED yes
FIELD prop_v92.dim_o00[].key_y82 TYPE boolean REQUIRED no
FIELD prop_v92.dim_o00[].col_p12 TYPE string REQUIRED... | {"col_j50":178,"key_z02":null,"prop_v92":{"dim_o59":false,"val_g14":"cancelled","dim_o00":[{"key_y82":false,"col_p12":"quux","key_s98":317},{"key_y82":false,"col_p12":"https://example.com","key_s98":403},{"key_y82":true,"col_p12":"https://example.com","key_s98":1},{"col_p12":"pending"}]}} | number_with_unit | {
"type": "object",
"properties": {
"col_j50": {
"type": "integer"
},
"key_z02": {
"type": "null"
},
"prop_v92": {
"type": "object",
"properties": {
"dim_o59": {
"type": "boolean"
},
"val_g14": {
"type": "string"
},
... | {"col_j50": "178px", "key_z02": null, "prop_v92": {"dim_o59": false, "val_g14": "cancelled", "dim_o00": [{"key_y82": false, "col_p12": "quux", "key_s98": 317}, {"key_y82": false, "col_p12": "https://example.com", "key_s98": 403}, {"key_y82": true, "col_p12": "https://example.com", "key_s98": 1}, {"col_p12": "pending"}]... | Field 'col_j50' must be number, got string with unit | {"col_j50":178,"key_z02":null,"prop_v92":{"dim_o59":false,"val_g14":"cancelled","dim_o00":[{"key_y82":false,"col_p12":"quux","key_s98":317},{"key_y82":false,"col_p12":"https://example.com","key_s98":403},{"key_y82":true,"col_p12":"https://example.com","key_s98":1},{"col_p12":"pending"}]}} |
TASK repair_structured_output
SPEC
FIELD procedure_code TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD berth_slot TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD address TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD duration_ms TYPE integer R... | {"procedure_code":"moored","address":"returned","duration_ms":305,"index":"Diana","shift_code":"enterprise","feedback":"berthed"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"procedure_code": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"berth_slot": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
... | generate_report(procedure_code='moored', address='returned', duration_ms=305, index='Diana', shift_code='enterprise', feedback='berthed') | Tool call uses Python syntax instead of JSON | {"procedure_code":"moored","address":"returned","duration_ms":305,"index":"Diana","shift_code":"enterprise","feedback":"berthed"} |
TASK repair_structured_output
SPEC
FIELD price TYPE string_email REQUIRED no
FIELD section TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD active TYPE integer REQUIRED no
FIELD account_id TYPE boolean REQUIRED yes
FIELD type TYPE string REQUIRED yes
FIELD visible TYPE integer... | {"price":"info@test.io","section":"option_a","account_id":false,"type":"Hapag-Lloyd-Express","visible":724,"port_code":333} | null_required | {
"type": "object",
"properties": {
"price": {
"type": "string",
"format": "email"
},
"section": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"active": {
... | {"price": "info@test.io", "section": "option_a", "account_id": false, "type": "Hapag-Lloyd-Express", "visible": null, "port_code": 333} | Required field 'visible' is null | {"price":"info@test.io","section":"option_a","account_id":false,"type":"Hapag-Lloyd-Express","visible":724,"port_code":333} |
TASK repair_structured_output
SPEC
FIELD attr_v65 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD key_h09 TYPE string REQUIRED yes
FIELD col_f98 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"attr_v65":"green","key_h09":"Smith","col_f98":false | {"attr_v65":"green","key_h09":"Smith","col_f98":false} | truncated_array | {
"type": "object",
"properties": {
"attr_v65": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"key_h09": {
"type": "string"
},
"col_f98": {
"type": "boolean"
}
},
"required": [
"col_f9... | {"attr_v65":"green","key_h09":"Smith","col_f98":false | Unexpected end of JSON input — truncated object | {"attr_v65":"green","key_h09":"Smith","col_f98":false} |
TASK repair_structured_output
SPEC
FIELD username TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD transaction_id TYPE integer REQUIRED yes
FIELD amount TYPE number REQUIRED yes
FIELD index[] TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"username":"type_a","transaction_id":769,"amount":812.17,"index":[fal... | {"username":"type_a","transaction_id":769,"amount":812.17,"index":[false,true,true]} | missing_bracket | {
"type": "object",
"properties": {
"username": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"transaction_id": {
"type": "integer"
},
"amount": {
"type": "number"
},
"index": {
"type": "array... | {"username":"type_a","transaction_id":769,"amount":812.17,"index":[false,true,true} | Missing closing bracket | {"username":"type_a","transaction_id":769,"amount":812.17,"index":[false,true,true]} |
TASK repair_structured_output
SPEC
FIELD insurance_id TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD turbidity TYPE string_date-time REQUIRED no
FIELD last_name TYPE boolean REQUIRED no
FIELD run_id.start_date TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD run_id.first_name TYPE st... | {"insurance_id":"medium","run_id":{"first_name":"Bob","level":"Johnson","phenotype":"PASS","length":false,"nickname":"test@example.com"},"state":74,"reagent":668,"count":"demo","timezone":null} | missing_bracket | {
"type": "object",
"properties": {
"insurance_id": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"turbidity": {
"type": "string",
"format": "date-time"
},
"last_name": {
"type": "boolean"
},
"ru... | {"insurance_id":"medium","run_id":{"first_name":"Bob","level":"Johnson","phenotype":"PASS","length":false,"nickname":"test@example.com"},"state":74,"reagent":668,"count":"demo","timezone":null} | Missing closing bracket | {"insurance_id":"medium","run_id":{"first_name":"Bob","level":"Johnson","phenotype":"PASS","length":false,"nickname":"test@example.com"},"state":74,"reagent":668,"count":"demo","timezone":null} |
TASK repair_structured_output
SPEC
FIELD attr_r25 TYPE string_email REQUIRED yes
FIELD col_s39 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD col_m90 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
"attr_r25":"test@example.com","col_s39":"delivered","col_m90":true} | {"attr_r25":"test@example.com","col_s39":"delivered","col_m90":true} | missing_brace | {
"type": "object",
"properties": {
"attr_r25": {
"type": "string",
"format": "email"
},
"col_s39": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"col_m90": {
"type": "boolean"
}
},
"req... | "attr_r25":"test@example.com","col_s39":"delivered","col_m90":true} | Missing closing brace | {"attr_r25":"test@example.com","col_s39":"delivered","col_m90":true} |
TASK repair_structured_output
SPEC
FIELD brake_pressure TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD feedback TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD subtotal TYPE integer REQUIRED no
FIELD turbidity TYPE integer REQUIRED no
FIELD maturity_date TYPE string VALUES open|in_progr... | {"brake_pressure":"low","feedback":"free","subtotal":95,"turbidity":686,"maturity_date":"open","website":121.14,"size":"white"} | markdown_explanation | {
"type": "object",
"properties": {
"brake_pressure": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"feedback": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
... | Here's the structured output:
```json
{"brake_pressure":"low","feedback":"free","subtotal":95,"turbidity":686,"maturity_date":"open","website":121.14,"size":"white"}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"brake_pressure":"low","feedback":"free","subtotal":95,"turbidity":686,"maturity_date":"open","website":121.14,"size":"white"} |
TASK repair_structured_output
SPEC
FIELD prop_c23 TYPE string REQUIRED no
FIELD attr_x12 TYPE string REQUIRED yes
FIELD param_s55 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD prop_t58 TYPE string REQUIRED no
FIELD dim_x19 TYPE string VALUES small|medium|large|xl REQUIRED yes
BROKEN_OUTPUT
{"prop_c23":"active... | {"prop_c23":"active","attr_x12":"cancelled","param_s55":"level_2","prop_t58":"test@example.com","dim_x19":"large"} | truncated_object | {
"type": "object",
"properties": {
"prop_c23": {
"type": "string"
},
"attr_x12": {
"type": "string"
},
"param_s55": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"prop_t58": {
"type": "string"
},
"dim_x19": {
"t... | {"prop_c23":"active","attr_x12":"cancelled","param_s55":"level_2","prop_t58":"test@example.com","dim_x19":"large" | Unexpected end of JSON input — truncated object | {"prop_c23":"active","attr_x12":"cancelled","param_s55":"level_2","prop_t58":"test@example.com","dim_x19":"large"} |
TASK repair_structured_output
SPEC
FIELD date TYPE integer REQUIRED yes
FIELD enabled TYPE string REQUIRED no
FIELD invoice_id[] TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD last_name[] TYPE string VALUES single|married|divorced REQUIRED no
BROKEN_OUTPUT
{"date": "\"685\"", "enabled": "qux", "invoi... | {"date":685,"enabled":"qux","invoice_id":["red"],"last_name":["married","single","single","married"]} | wrong_type | {
"type": "object",
"properties": {
"date": {
"type": "integer"
},
"enabled": {
"type": "string"
},
"invoice_id": {
"type": "array",
"items": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"... | {"date": "\"685\"", "enabled": "qux", "invoice_id": ["red"], "last_name": ["married", "single", "single", "married"]} | Field 'date' must be integer, got string | {"date":685,"enabled":"qux","invoice_id":["red"],"last_name":["married","single","single","married"]} |
TASK repair_structured_output
SPEC
FIELD key_f65 TYPE string_date-time REQUIRED no
FIELD prop_m54 TYPE boolean REQUIRED yes
FIELD val_m00 TYPE number REQUIRED yes
BROKEN_OUTPUT
<functioncall> apply_discount
{key_f65: "2025-07-06T01:46:00Z", prop_m54: false, val_m00: 641.24} | {"key_f65":"2025-07-06T01:46:00Z","prop_m54":false,"val_m00":641.24} | tool_call_bad_format | {
"type": "object",
"properties": {
"key_f65": {
"type": "string",
"format": "date-time"
},
"prop_m54": {
"type": "boolean"
},
"val_m00": {
"type": "number"
}
},
"required": [
"val_m00",
"prop_m54"
]
} | <functioncall> apply_discount
{key_f65: "2025-07-06T01:46:00Z", prop_m54: false, val_m00: 641.24} | Tool call has malformed arguments — unquoted keys in function parameters | {"key_f65":"2025-07-06T01:46:00Z","prop_m54":false,"val_m00":641.24} |
TASK repair_structured_output
SPEC
FIELD field_d59 TYPE boolean REQUIRED no
FIELD attr_v08 TYPE integer REQUIRED no
FIELD attr_a20 TYPE boolean REQUIRED no
FIELD col_m08 TYPE string REQUIRED no
FIELD key_i37 TYPE string REQUIRED yes
FIELD attr_z88 TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD key_b34... | {"field_d59":false,"attr_v08":524,"attr_a20":true,"key_i37":"A short description.","key_b34":false} | missing_bracket | {
"type": "object",
"properties": {
"field_d59": {
"type": "boolean"
},
"attr_v08": {
"type": "integer"
},
"attr_a20": {
"type": "boolean"
},
"col_m08": {
"type": "string"
},
"key_i37": {
"type": "string"
},
"attr_z88": {
"type": "strin... | {"field_d59":false,"attr_v08":524,"attr_a20":true,"key_i37":"A short description.","key_b34":false} | Missing closing bracket | {"field_d59":false,"attr_v08":524,"attr_a20":true,"key_i37":"A short description.","key_b34":false} |
TASK repair_structured_output
SPEC
FIELD attr_v99 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD val_c29 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD param_n73 TYPE string_uri REQUIRED yes
FIELD val_f61 TYPE string REQUIRED no
FIELD prop_b06 TYPE string REQUIRED no
BROKEN_OUT... | {"val_c29":"married","param_n73":"https://api.io/data","val_f61":"chrX","prop_b06":"Santos"} | unquoted_keys | {
"type": "object",
"properties": {
"attr_v99": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"val_c29": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"param_n... | {val_c29:"married",param_n73:"https://api.io/data",val_f61:"chrX",prop_b06:"Santos"} | Expecting property name enclosed in double quotes | {"val_c29":"married","param_n73":"https://api.io/data","val_f61":"chrX","prop_b06":"Santos"} |
TASK repair_structured_output
SPEC
FIELD dim_i84 TYPE string_date-time REQUIRED yes
FIELD param_j91 TYPE string_date-time REQUIRED yes
FIELD dim_v75[].prop_e12 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD dim_v75[].dim_f50 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD... | {"dim_i84":"2021-04-13T08:22:00Z","param_j91":"2021-12-10T08:19:00Z","dim_v75":[{"prop_e12":"level_3","dim_f50":"admin","col_e36":"option_f","key_s40":238,"attr_y25":"London","attr_l68":"nonsense","key_f22":565}]} | tool_call_partial_args | {
"type": "object",
"properties": {
"dim_i84": {
"type": "string",
"format": "date-time"
},
"param_j91": {
"type": "string",
"format": "date-time"
},
"dim_v75": {
"type": "array",
"items": {
"type": "object",
"properties": {
"prop_e12... | I need to look up the information first.
Action: update_record
Arguments: {"dim_i84": "2021-04-13T08:22:00Z", "param_j91": "2021-12-10T08:19:00Z"} | Agent tool call missing required parameter 'dim_v75' | {"dim_i84":"2021-04-13T08:22:00Z","param_j91":"2021-12-10T08:19:00Z","dim_v75":[{"prop_e12":"level_3","dim_f50":"admin","col_e36":"option_f","key_s40":238,"attr_y25":"London","attr_l68":"nonsense","key_f22":565}]} |
TASK repair_structured_output
SPEC
FIELD param_e11.col_n96 TYPE number REQUIRED no
FIELD param_e11.dim_o66 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD param_e11.dim_g95 TYPE string_uri REQUIRED no
FIELD param_e11.param_i83 TYPE number REQUIRED yes
FIELD param_e11.col_z79 TYPE string VALUES ca... | {"param_e11":{"dim_o66":"level_3","param_i83":430.64,"dim_v34":{"attr_c48":949.69,"val_a88":"reliable","key_e29":"PASS","key_o36":345,"attr_d76":"test@domain.org","prop_g61":"example","param_b67":440}},"prop_n04":"test@domain.org","field_i80":{"param_m78":"Jane","val_r58":"ops@domain.org","key_u89":548,"field_o54":"cat... | missing_brace | {
"type": "object",
"properties": {
"param_e11": {
"type": "object",
"properties": {
"col_n96": {
"type": "number"
},
"dim_o66": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level... | {"param_e11":{"dim_o66":"level_3","param_i83":430.64,"dim_v34":{"attr_c48":949.69,"val_a88":"reliable","key_e29":"PASS","key_o36":345,"attr_d76":"test@domain.org","prop_g61":"example","param_b67":440},"prop_n04":"test@domain.org","field_i80":{"param_m78":"Jane","val_r58":"ops@domain.org","key_u89":548,"field_o54":"cat_... | Missing closing brace | {"param_e11":{"dim_o66":"level_3","param_i83":430.64,"dim_v34":{"attr_c48":949.69,"val_a88":"reliable","key_e29":"PASS","key_o36":345,"attr_d76":"test@domain.org","prop_g61":"example","param_b67":440}},"prop_n04":"test@domain.org","field_i80":{"param_m78":"Jane","val_r58":"ops@domain.org","key_u89":548,"field_o54":"cat... |
TASK repair_structured_output
SPEC
FIELD val_p73 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD col_o10 TYPE string REQUIRED yes
FIELD prop_h56 TYPE null REQUIRED no
BROKEN_OUTPUT
The col_o10 is Johnson and {"val_p73":"small","col_o10":"Johnson","prop_h56":null} | {"val_p73":"small","col_o10":"Johnson","prop_h56":null} | partial_structure | {
"type": "object",
"properties": {
"val_p73": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"col_o10": {
"type": "string"
},
"prop_h56": {
"type": "null"
}
},
"required": [
"col_o10"
]
} | The col_o10 is Johnson and {"val_p73":"small","col_o10":"Johnson","prop_h56":null} | Output mixes natural language with JSON | {"val_p73":"small","col_o10":"Johnson","prop_h56":null} |
TASK repair_structured_output
SPEC
FIELD attr_o96 TYPE string REQUIRED no
FIELD val_v35 TYPE number REQUIRED yes
FIELD key_f03 TYPE string REQUIRED no
FIELD col_r89 TYPE string_uri REQUIRED no
FIELD dim_l84 TYPE integer REQUIRED no
FIELD val_b45 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"attr_o96":"qux","val_v35":479.... | {"attr_o96":"qux","val_v35":479.78,"dim_l84":756,"val_b45":456} | truncated_object | {
"type": "object",
"properties": {
"attr_o96": {
"type": "string"
},
"val_v35": {
"type": "number"
},
"key_f03": {
"type": "string"
},
"col_r89": {
"type": "string",
"format": "uri"
},
"dim_l84": {
"type": "integer"
},
"val_b45": {
... | {"attr_o96":"qux","val_v35":479.78,"dim_l84":756,"val_b45":456 | Unexpected end of JSON input — truncated object | {"attr_o96":"qux","val_v35":479.78,"dim_l84":756,"val_b45":456} |
TASK repair_structured_output
SPEC
FIELD footnote.full_name.compound TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD footnote.full_name.hazmat_code TYPE number REQUIRED yes
FIELD footnote.full_name.repository TYPE string_uri REQUIRED no
FIELD footnote.full_name.sensor_id TYPE string VALUES mode_a|mode_b|mode_c|mode_d... | {"order_id":"chr1","url":"resolved","tile":853.9,"total":303,"trace_id":98} | null_required | {
"type": "object",
"properties": {
"footnote": {
"type": "object",
"properties": {
"full_name": {
"type": "object",
"properties": {
"compound": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
... | {"order_id": "chr1", "url": "resolved", "tile": 853.9, "total": null, "trace_id": 98} | Required field 'total' is null | {"order_id":"chr1","url":"resolved","tile":853.9,"total":303,"trace_id":98} |
TASK repair_structured_output
SPEC
FIELD field_c14 TYPE null REQUIRED yes
FIELD col_g32 TYPE string REQUIRED yes
FIELD val_z75 TYPE string REQUIRED yes
BROKEN_OUTPUT
Based on the data, field_c14 is None. {"field_c14":null,"col_g32":"cancelled","val_z75":"test"} | {"field_c14":null,"col_g32":"cancelled","val_z75":"test"} | partial_structure | {
"type": "object",
"properties": {
"field_c14": {
"type": "null"
},
"col_g32": {
"type": "string"
},
"val_z75": {
"type": "string"
}
},
"required": [
"val_z75",
"col_g32",
"field_c14"
]
} | Based on the data, field_c14 is None. {"field_c14":null,"col_g32":"cancelled","val_z75":"test"} | Output mixes natural language with JSON | {"field_c14":null,"col_g32":"cancelled","val_z75":"test"} |
TASK repair_structured_output
SPEC
FIELD dim_v44 TYPE number REQUIRED yes
FIELD param_u27 TYPE string REQUIRED no
FIELD dim_f92.param_b67 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD dim_f92.key_p29 TYPE string REQUIRED no
FIELD dim_f92.field_z66.key_p72 TYPE string VALUES new|in_transit|delivered|r... | {"dim_v44":658.11,"param_u27":"RTG-04","dim_f92":{"key_p29":"MV-Evergreen-01","val_l66":{"field_f52":"type_c","col_f01":"blue","field_e84":976.93,"val_q52":"Silva"},"attr_v74":945,"dim_m80":"QC-07","attr_i38":"mode_b"}} | trailing_comma | {
"type": "object",
"properties": {
"dim_v44": {
"type": "number"
},
"param_u27": {
"type": "string"
},
"dim_f92": {
"type": "object",
"properties": {
"param_b67": {
"type": "string",
"enum": [
"success",
"error",
... | {"dim_v44":658.11,"param_u27":"RTG-04","dim_f92":{"key_p29":"MV-Evergreen-01","val_l66":{"field_f52":"type_c","col_f01":"blue","field_e84":976.93,"val_q52":"Silva"},"attr_v74":945,"dim_m80":"QC-07","attr_i38":"mode_b"},} | Unexpected trailing comma | {"dim_v44":658.11,"param_u27":"RTG-04","dim_f92":{"key_p29":"MV-Evergreen-01","val_l66":{"field_f52":"type_c","col_f01":"blue","field_e84":976.93,"val_q52":"Silva"},"attr_v74":945,"dim_m80":"QC-07","attr_i38":"mode_b"}} |
TASK repair_structured_output
SPEC
FIELD notes TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD item_id TYPE integer REQUIRED no
FIELD latitude TYPE string REQUIRED no
FIELD wavelength TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD amplitude TYPE string VALUES free|basic|pro|enterprise REQ... | {"notes":"push","item_id":259,"wavelength":"arctic","amplitude":"free","language":{"dosage":"black","status_code":{"state":false,"city":"Santos","email":806,"maturity_date":248.33,"level":194,"price":"John"},"cargo_type":{"velocity":"https://example.io/v1","batch_code":553.71,"tax":"admin"},"chapter":"PASS","payment_st... | truncated_object | {
"type": "object",
"properties": {
"notes": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"item_id": {
"type": "integer"
},
"latitude": {
"type": "string"
},
"wavelength": {
"type": "string",
... | {"notes":"push","item_id":259,"wavelength":"arctic","amplitude":"free","language":{"dosage":"black","status_code":{"state":false,"city":"Santos","email":806,"maturity_date":248.33,"level":194,"price":"John"},"cargo_type":{"velocity":"https://example.io/v1","batch_code":553.71,"tax":"admin"},"chapter":"PASS","payment_st... | Unexpected end of JSON input — truncated object | {"notes":"push","item_id":259,"wavelength":"arctic","amplitude":"free","language":{"dosage":"black","status_code":{"state":false,"city":"Santos","email":806,"maturity_date":248.33,"level":194,"price":"John"},"cargo_type":{"velocity":"https://example.io/v1","batch_code":553.71,"tax":"admin"},"chapter":"PASS","payment_st... |
TASK repair_structured_output
SPEC
FIELD field_f97 TYPE string REQUIRED yes
FIELD val_m71 TYPE number REQUIRED yes
FIELD attr_s63 TYPE integer REQUIRED no
FIELD param_h82[].col_b16 TYPE string REQUIRED yes
FIELD param_h82[].param_r16 TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD param_h82[].prop_x58 TYPE boolean RE... | {"field_f97":"Oliveira","val_m71":697.23,"attr_s63":290,"param_h82":[{"col_b16":"2023-12-25","param_r16":"cat_a","prop_x58":false}]} | trailing_comma | {
"type": "object",
"properties": {
"field_f97": {
"type": "string"
},
"val_m71": {
"type": "number"
},
"attr_s63": {
"type": "integer"
},
"param_h82": {
"type": "array",
"items": {
"type": "object",
"properties": {
"col_b16": {
... | {"field_f97":"Oliveira","val_m71":697.23,"attr_s63":290,"param_h82":[{"col_b16":"2023-12-25","param_r16":"cat_a","prop_x58":false,}]} | Unexpected trailing comma | {"field_f97":"Oliveira","val_m71":697.23,"attr_s63":290,"param_h82":[{"col_b16":"2023-12-25","param_r16":"cat_a","prop_x58":false}]} |
TASK repair_structured_output
SPEC
FIELD dim_a53 TYPE integer REQUIRED yes
FIELD col_w29 TYPE string REQUIRED yes
FIELD attr_f04 TYPE number REQUIRED yes
FIELD prop_e37 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
BROKEN_OUTPUT
{"dim_a53": 60, "col_w29": "Bob", "attr_f04": 549.85, "prop_e37": "h... | {"dim_a53":60,"col_w29":"Bob","attr_f04":549.85,"prop_e37":"heterozygous"} | extra_field | {
"type": "object",
"properties": {
"dim_a53": {
"type": "integer"
},
"col_w29": {
"type": "string"
},
"attr_f04": {
"type": "number"
},
"prop_e37": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
... | {"dim_a53": 60, "col_w29": "Bob", "attr_f04": 549.85, "prop_e37": "heterozygous", "extra_info_5535": true} | Unknown field 'extra_info_5535' not defined in schema | {"dim_a53":60,"col_w29":"Bob","attr_f04":549.85,"prop_e37":"heterozygous"} |
TASK repair_structured_output
SPEC
FIELD param_o15 TYPE string REQUIRED no
FIELD key_p93 TYPE integer REQUIRED yes
FIELD key_a68 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD field_q10[].key_p22 TYPE string REQUIRED no
FIELD field_q10[].val_a73 TYPE string REQUIRED yes
FIELD field_q10[].field_r7... | {"param_o15":"Maria","key_p93":437,"key_a68":"reliable","field_q10":[{"val_a73":"FWD","key_b60":"high","val_i59":true,"dim_x87":"hello","col_q99":"pending_review"},{"key_p22":"FWD","val_a73":"John","key_b60":"critical","val_i59":true,"dim_x87":"world","col_q99":"confirmed"},{"val_a73":"QC-07","field_r77":"berthed","key... | thought_process | {
"type": "object",
"properties": {
"param_o15": {
"type": "string"
},
"key_p93": {
"type": "integer"
},
"key_a68": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"field_q10": {
"type": "array",
... | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"param_o15":"Maria","key_p93":437,"key_a68":"reliable","field_q10":[{"val_a73":"FWD","key_b60":"high","val_i59":true,"dim_x87":"hello","col_q99":"pending_review"},{"key_p22":"FWD","val_a73":"John","key_b60":"critical","val_i59":true,... | Output contains chain-of-thought reasoning before JSON | {"param_o15":"Maria","key_p93":437,"key_a68":"reliable","field_q10":[{"val_a73":"FWD","key_b60":"high","val_i59":true,"dim_x87":"hello","col_q99":"pending_review"},{"key_p22":"FWD","val_a73":"John","key_b60":"critical","val_i59":true,"dim_x87":"world","col_q99":"confirmed"},{"val_a73":"QC-07","field_r77":"berthed","key... |
TASK repair_structured_output
SPEC
FIELD field_l89 TYPE integer REQUIRED yes
FIELD val_q32 TYPE boolean REQUIRED yes
FIELD param_f35 TYPE integer REQUIRED yes
FIELD val_w85 TYPE string VALUES single|married|divorced REQUIRED yes
BROKEN_OUTPUT
{"field_l89": 307, "val_q32": false, "param_f35": 386, "val_w85": "invalid_... | {"field_l89":307,"val_q32":false,"param_f35":386,"val_w85":"single"} | invalid_enum | {
"type": "object",
"properties": {
"field_l89": {
"type": "integer"
},
"val_q32": {
"type": "boolean"
},
"param_f35": {
"type": "integer"
},
"val_w85": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
}
},
... | {"field_l89": 307, "val_q32": false, "param_f35": 386, "val_w85": "invalid_value_123"} | Field 'val_w85' has invalid enum value 'invalid_value_123', expected one of ['single', 'married', 'divorced'] | {"field_l89":307,"val_q32":false,"param_f35":386,"val_w85":"single"} |
TASK repair_structured_output
SPEC
FIELD col_k72 TYPE string REQUIRED no
FIELD col_q39 TYPE string REQUIRED no
FIELD col_p66 TYPE string REQUIRED yes
FIELD key_u40 TYPE integer REQUIRED yes
FIELD field_v23 TYPE string VALUES level_1|level_2 REQUIRED no
FIELD attr_a99 TYPE string_date-time REQUIRED no
BROKEN_OUTPUT
{"... | {"col_q39":"John","col_p66":"Silva","key_u40":414,"field_v23":"level_1","attr_a99":"2021-01-20T16:43:00Z"} | number_with_unit | {
"type": "object",
"properties": {
"col_k72": {
"type": "string"
},
"col_q39": {
"type": "string"
},
"col_p66": {
"type": "string"
},
"key_u40": {
"type": "integer"
},
"field_v23": {
"type": "string",
"enum": [
"level_1",
"leve... | {"col_q39": "John", "col_p66": "Silva", "key_u40": "414sec", "field_v23": "level_1", "attr_a99": "2021-01-20T16:43:00Z"} | Field 'key_u40' must be number, got string with unit | {"col_q39":"John","col_p66":"Silva","key_u40":414,"field_v23":"level_1","attr_a99":"2021-01-20T16:43:00Z"} |
TASK repair_structured_output
SPEC
FIELD key_n45 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD param_d94 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD attr_r61 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD attr_i93 TYPE string REQUIRED yes
FIELD attr_p64 ... | {"key_n45":"low","param_d94":"synonymous","attr_r61":"low","attr_i93":"Bob","prop_l88":"active"} | extra_field | {
"type": "object",
"properties": {
"key_n45": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"param_d94": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift... | {"key_n45": "low", "param_d94": "synonymous", "attr_r61": "low", "attr_i93": "Bob", "prop_l88": "active", "extra_data_9168": "unexpected"} | Unknown field 'extra_data_9168' not defined in schema | {"key_n45":"low","param_d94":"synonymous","attr_r61":"low","attr_i93":"Bob","prop_l88":"active"} |
TASK repair_structured_output
SPEC
FIELD val_p98 TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD dim_m38 TYPE integer REQUIRED no
FIELD prop_q53 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD val_x49 TYPE boolean REQUIRED no
FIELD prop_o85 TYPE string REQUIRED no
BROKEN_OUTPUT
{'val_p98':'mode_a','dim_m... | {"val_p98":"mode_a","dim_m38":79,"prop_q53":"admin","prop_o85":"2024-01-15"} | single_quotes | {
"type": "object",
"properties": {
"val_p98": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"dim_m38": {
"type": "integer"
},
"prop_q53": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
... | {'val_p98':'mode_a','dim_m38':79,'prop_q53':'admin','prop_o85':'2024-01-15'} | Expecting property name enclosed in double quotes | {"val_p98":"mode_a","dim_m38":79,"prop_q53":"admin","prop_o85":"2024-01-15"} |
TASK repair_structured_output
SPEC
FIELD val_q83 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD field_h07 TYPE integer REQUIRED no
FIELD prop_v98 TYPE number REQUIRED yes
FIELD field_h33[] TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
BROKEN_OUTPUT
{"val_q83": "moored", "fiel... | {"val_q83":"moored","field_h07":58,"prop_v98":789.68,"field_h33":["moored","moored","moored","moored"]} | wrong_type | {
"type": "object",
"properties": {
"val_q83": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"field_h07": {
"type": "integer"
},
"prop_v98": {
"type": "number"
},
"field_h33": {
"type": "... | {"val_q83": "moored", "field_h07": 58, "prop_v98": "\"789.68\"", "field_h33": ["moored", "moored", "moored", "moored"]} | Field 'prop_v98' must be number, got string | {"val_q83":"moored","field_h07":58,"prop_v98":789.68,"field_h33":["moored","moored","moored","moored"]} |
TASK repair_structured_output
SPEC
FIELD format TYPE integer REQUIRED yes
FIELD paragraph.balance TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD paragraph.bill_of_lading TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD paragraph.step TYPE string REQUIRED no
FIELD paragraph.brake_pre... | {"format":153,"paragraph":{"balance":"large","bill_of_lading":"in_transit"},"shipping":"https://www.org/v1","order_id":null,"total":{"wavelength":null,"pressure_kpa":"RTG-04","options":{"crew_id":null,"title":"operational","quality_score":true,"subtotal":113,"decay_rate":"REV","shipper_ref":"pending"}}} | missing_bracket | {
"type": "object",
"properties": {
"format": {
"type": "integer"
},
"paragraph": {
"type": "object",
"properties": {
"balance": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
... | {"format":153,"paragraph":{"balance":"large","bill_of_lading":"in_transit"},"shipping":"https://www.org/v1","order_id":null,"total":{"wavelength":null,"pressure_kpa":"RTG-04","options":{"crew_id":null,"title":"operational","quality_score":true,"subtotal":113,"decay_rate":"REV","shipper_ref":"pending"}}} | Missing closing bracket | {"format":153,"paragraph":{"balance":"large","bill_of_lading":"in_transit"},"shipping":"https://www.org/v1","order_id":null,"total":{"wavelength":null,"pressure_kpa":"RTG-04","options":{"crew_id":null,"title":"operational","quality_score":true,"subtotal":113,"decay_rate":"REV","shipper_ref":"pending"}}} |
TASK repair_structured_output
SPEC
FIELD compound TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD description TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD product_id TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD umi TYPE string_uri REQUIRED no
FIELD first_name... | {"compound":"open","description":"resolved","product_id":"viewer","umi":"https://api.com/api","first_name":"A short description."} | markdown_fences | {
"type": "object",
"properties": {
"compound": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"description": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"cl... | ```json
{"compound":"open","description":"resolved","product_id":"viewer","umi":"https://api.com/api","first_name":"A short description."}
``` | Output contains markdown code fences | {"compound":"open","description":"resolved","product_id":"viewer","umi":"https://api.com/api","first_name":"A short description."} |
TASK repair_structured_output
SPEC
FIELD val_o17 TYPE number REQUIRED no
FIELD dim_i38 TYPE integer REQUIRED yes
FIELD key_x35 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD col_k01[] TYPE string REQUIRED yes
BROKEN_OUTPUT
{"dim_i38":571,"key_x35":"medium","col_k01":"test","Paris"]} | {"dim_i38":571,"key_x35":"medium","col_k01":["test","Paris"]} | missing_bracket | {
"type": "object",
"properties": {
"val_o17": {
"type": "number"
},
"dim_i38": {
"type": "integer"
},
"key_x35": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"col_k01": {
"type": "array",
"i... | {"dim_i38":571,"key_x35":"medium","col_k01":"test","Paris"]} | Missing closing bracket | {"dim_i38":571,"key_x35":"medium","col_k01":["test","Paris"]} |
TASK repair_structured_output
SPEC
FIELD field_e78 TYPE string_uri REQUIRED no
FIELD prop_h64.prop_t57 TYPE string VALUES option_a|option_b REQUIRED no
FIELD prop_h64.col_q61 TYPE string REQUIRED no
FIELD prop_h64.key_i14 TYPE string_date-time REQUIRED no
FIELD prop_h64.attr_r90 TYPE string REQUIRED no
FIELD prop_h64.... | {"field_e78":"https://example.io/v1","prop_h64":{"prop_t57":"option_a","attr_r90":"New York","attr_s04":{"dim_x70":521,"col_e13":false,"field_y30":554},"col_k94":{"col_g79":"mode_b","field_a78":906,"param_z58":309,"dim_d16":"example","dim_u93":921,"dim_z23":328}},"prop_v47":"https://www.org/v1","dim_i04":"REV"} | tool_call_partial_args | {
"type": "object",
"properties": {
"field_e78": {
"type": "string",
"format": "uri"
},
"prop_h64": {
"type": "object",
"properties": {
"prop_t57": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
... | I need to look up the information first.
Action: update_preferences
Arguments: {"field_e78": "https://example.io/v1", "prop_h64": {"prop_t57": "option_a", "attr_r90": "New York", "attr_s04": {"dim_x70": 521, "col_e13": false, "field_y30": 554}, "col_k94": {"col_g79": "mode_b", "field_a78": 906, "param_z58": 309, "dim_d... | Agent tool call missing required parameter 'dim_i04' | {"field_e78":"https://example.io/v1","prop_h64":{"prop_t57":"option_a","attr_r90":"New York","attr_s04":{"dim_x70":521,"col_e13":false,"field_y30":554},"col_k94":{"col_g79":"mode_b","field_a78":906,"param_z58":309,"dim_d16":"example","dim_u93":921,"dim_z23":328}},"prop_v47":"https://www.org/v1","dim_i04":"REV"} |
TASK repair_structured_output
SPEC
FIELD key_c75 TYPE number REQUIRED no
FIELD attr_w79 TYPE integer REQUIRED no
FIELD val_z04 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD key_k49 TYPE string REQUIRED yes
FIELD key_p20 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
BROKEN_OUT... | {"key_c75":532.4,"attr_w79":683,"val_z04":"xl","key_k49":"cancelled","key_p20":"mode_a"} | missing_brace | {
"type": "object",
"properties": {
"key_c75": {
"type": "number"
},
"attr_w79": {
"type": "integer"
},
"val_z04": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"key_k49": {
"type": "string"
},
... | {"key_c75":532.4,"attr_w79":683,"val_z04":"xl","key_k49":"cancelled","key_p20":"mode_a" | Missing closing brace | {"key_c75":532.4,"attr_w79":683,"val_z04":"xl","key_k49":"cancelled","key_p20":"mode_a"} |
TASK repair_structured_output
SPEC
FIELD val_h08 TYPE string_uri REQUIRED no
FIELD prop_a12 TYPE string REQUIRED no
FIELD val_h38 TYPE string REQUIRED yes
BROKEN_OUTPUT
Based on the data, prop_a12 is qux. {"val_h08":"https://www.com/v1","prop_a12":"qux","val_h38":"https://example.com"} | {"val_h08":"https://www.com/v1","prop_a12":"qux","val_h38":"https://example.com"} | partial_structure | {
"type": "object",
"properties": {
"val_h08": {
"type": "string",
"format": "uri"
},
"prop_a12": {
"type": "string"
},
"val_h38": {
"type": "string"
}
},
"required": [
"val_h38"
]
} | Based on the data, prop_a12 is qux. {"val_h08":"https://www.com/v1","prop_a12":"qux","val_h38":"https://example.com"} | Output mixes natural language with JSON | {"val_h08":"https://www.com/v1","prop_a12":"qux","val_h38":"https://example.com"} |
TASK repair_structured_output
SPEC
FIELD key_s23 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD val_y44 TYPE number REQUIRED no
FIELD param_t08 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD attr_g82.col_i32 TYPE string VALUES draft|published|archived REQUIRED yes
FIE... | {"key_s23":"oceanic","val_y44":19.52} | markdown_explanation | {
"type": "object",
"properties": {
"key_s23": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"val_y44": {
"type": "number"
},
"param_t08": {
"type": "string",
"enum": [
"synonymous",
... | Based on your request, here is the data:
```json
{"key_s23":"oceanic","val_y44":19.52}
```
Feel free to ask if you have questions. | Output contains markdown and explanatory text around JSON | {"key_s23":"oceanic","val_y44":19.52} |
TASK repair_structured_output
SPEC
FIELD loan_amount TYPE string REQUIRED yes
FIELD country TYPE number REQUIRED yes
FIELD count TYPE string REQUIRED yes
FIELD tax TYPE string_email REQUIRED yes
BROKEN_OUTPUT
{"loan_amount":"Charlie","country":148.66,"count":"Sao Paulo","tax":"info@example.com",} | {"loan_amount":"Charlie","country":148.66,"count":"Sao Paulo","tax":"info@example.com"} | trailing_comma | {
"type": "object",
"properties": {
"loan_amount": {
"type": "string"
},
"country": {
"type": "number"
},
"count": {
"type": "string"
},
"tax": {
"type": "string",
"format": "email"
}
},
"required": [
"tax",
"country",
"count",
"loan_... | {"loan_amount":"Charlie","country":148.66,"count":"Sao Paulo","tax":"info@example.com",} | Unexpected trailing comma | {"loan_amount":"Charlie","country":148.66,"count":"Sao Paulo","tax":"info@example.com"} |
TASK repair_structured_output
SPEC
FIELD prop_z46 TYPE number REQUIRED yes
FIELD field_y97 TYPE string REQUIRED yes
FIELD field_c44 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD val_a79.attr_t17 TYPE string VALUES level_1|level_2 REQUIRED no
FIELD val_a79.dim_a59 TYPE string REQUIRED no
FIE... | {"prop_z46":706.95,"field_y97":"2023-12-25","field_c44":"cat_b","val_a79":{"attr_t17":"level_1","prop_w93":337.09,"val_a13":{"dim_k23":true,"dim_r30":"Bob","key_q51":false,"prop_s93":775}}} | wrong_type | {
"type": "object",
"properties": {
"prop_z46": {
"type": "number"
},
"field_y97": {
"type": "string"
},
"field_c44": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"val... | {"prop_z46": "\"706.95\"", "field_y97": "2023-12-25", "field_c44": "cat_b", "val_a79": {"attr_t17": "level_1", "prop_w93": 337.09, "val_a13": {"dim_k23": true, "dim_r30": "Bob", "key_q51": false, "prop_s93": 775}}} | Field 'prop_z46' must be number, got string | {"prop_z46":706.95,"field_y97":"2023-12-25","field_c44":"cat_b","val_a79":{"attr_t17":"level_1","prop_w93":337.09,"val_a13":{"dim_k23":true,"dim_r30":"Bob","key_q51":false,"prop_s93":775}}} |
TASK repair_structured_output
SPEC
FIELD latitude TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD quantity TYPE string VALUES draft|published|archived REQUIRED no
FIELD ward TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD lab_result TYPE string VALUES level_1|... | {"latitude":"option_b","quantity":"draft","ward":"rejected","cargo_type":null,"amplitude":"phone","url":"https://data.com/data"} | extra_field | {
"type": "object",
"properties": {
"latitude": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"quantity": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
}... | {"latitude": "option_b", "quantity": "draft", "ward": "rejected", "cargo_type": null, "amplitude": "phone", "url": "https://data.com/data", "extra_info_856": 42} | Unknown field 'extra_info_856' not defined in schema | {"latitude":"option_b","quantity":"draft","ward":"rejected","cargo_type":null,"amplitude":"phone","url":"https://data.com/data"} |
TASK repair_structured_output
SPEC
FIELD port_code TYPE string VALUES draft|published|archived REQUIRED yes
FIELD transaction_id TYPE integer REQUIRED no
FIELD phenotype TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD format TYPE number REQUIRED no
FIELD chapter TYPE string REQUIRED no
FIELD quantity TYPE str... | {"port_code":"published","phenotype":"viewer","quantity":"open","conductivity":"intermittent"} | markdown_fences | {
"type": "object",
"properties": {
"port_code": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"transaction_id": {
"type": "integer"
},
"phenotype": {
"type": "string",
"enum": [
"admin",
"editor",
... | ```json
{"port_code":"published","phenotype":"viewer","quantity":"open","conductivity":"intermittent"}
``` | Output contains markdown code fences | {"port_code":"published","phenotype":"viewer","quantity":"open","conductivity":"intermittent"} |
TASK repair_structured_output
SPEC
FIELD footnote TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD image_url TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD brake_pressure TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD message TYPE boolean REQUIRED yes
FIELD amplitude TYPE st... | {"footnote":"oceanic","image_url":"editor","brake_pressure":"high","message":false,"amplitude":"active"} | truncated_array | {
"type": "object",
"properties": {
"footnote": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"image_url": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"bra... | {"footnote":"oceanic","image_url":"editor","brake_pressure":"high","message":false,"amplitude":"active" | Unexpected end of JSON input — truncated object | {"footnote":"oceanic","image_url":"editor","brake_pressure":"high","message":false,"amplitude":"active"} |
TASK repair_structured_output
SPEC
FIELD website TYPE integer REQUIRED no
FIELD shipping TYPE string VALUES type_a|type_b REQUIRED no
FIELD description TYPE string REQUIRED yes
FIELD ward TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
{"website":60,"shipping":"type_b","description":"quux","ward":"https://data.com/data"} | {"website":60,"shipping":"type_b","description":"quux","ward":"https://data.com/data"} | missing_bracket | {
"type": "object",
"properties": {
"website": {
"type": "integer"
},
"shipping": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"description": {
"type": "string"
},
"ward": {
"type": "string",
"format": "uri"
}
},
... | {"website":60,"shipping":"type_b","description":"quux","ward":"https://data.com/data"} | Missing closing bracket | {"website":60,"shipping":"type_b","description":"quux","ward":"https://data.com/data"} |
TASK repair_structured_output
SPEC
FIELD dim_o32.key_s02 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD dim_o32.val_u97 TYPE integer REQUIRED yes
FIELD dim_o32.attr_k84 TYPE string REQUIRED no
FIELD dim_o32.prop_n29 TYPE boolean REQUIRED yes
FIELD param_y11 TYPE string VALUES level_1|level_2|level_3|... | {"dim_o32":{"key_s02":"warning","val_u97":52,"prop_n29":true},"param_y11":"level_1","prop_z62":false,"field_h64":"bar","dim_t92":"cat_a","prop_v26":747} | partial_structure | {
"type": "object",
"properties": {
"dim_o32": {
"type": "object",
"properties": {
"key_s02": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"val_u97": {
"type": ... | Result: field_h64=bar, {"dim_o32":{"key_s02":"warning","val_u97":52,"prop_n29":true},"param_y11":"level_1","prop_z62":false,"field_h64":"bar","dim_t92":"cat_a","prop_v26":747} | Output mixes natural language with JSON | {"dim_o32":{"key_s02":"warning","val_u97":52,"prop_n29":true},"param_y11":"level_1","prop_z62":false,"field_h64":"bar","dim_t92":"cat_a","prop_v26":747} |
TASK repair_structured_output
SPEC
FIELD size TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD filter_flag TYPE boolean REQUIRED yes
FIELD longitude TYPE integer REQUIRED no
FIELD feedback[].allele TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD feedback[].hazmat_code TYPE string REQUIRED no
... | {"size":"large","filter_flag":true,"feedback":[{"allele":"critical","hazmat_code":"quux","role":"medium"},{"allele":"critical","hazmat_code":"QC-07","role":"high"}]} | tool_call_bad_format | {
"type": "object",
"properties": {
"size": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"filter_flag": {
"type": "boolean"
},
"longitude": {
"type": "integer"
},
"feedback": {
"type": "array",
... | <functioncall> apply_discount
{size: "large", filter_flag: true, feedback: [{allele: "critical", hazmat_code: "quux", role: "medium"}, {allele: "critical", hazmat_code: "QC-07", role: "high"}]} | Tool call has malformed arguments — unquoted keys in function parameters | {"size":"large","filter_flag":true,"feedback":[{"allele":"critical","hazmat_code":"quux","role":"medium"},{"allele":"critical","hazmat_code":"QC-07","role":"high"}]} |
TASK repair_structured_output
SPEC
FIELD umi TYPE string REQUIRED no
FIELD isotope TYPE null REQUIRED no
FIELD repository TYPE number REQUIRED yes
FIELD subject TYPE string REQUIRED no
FIELD version TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
BROKEN_OUTPUT
{"isotope": null, "reposit... | {"isotope":null,"repository":707.39,"subject":"New York","version":"level_3"} | wrong_type | {
"type": "object",
"properties": {
"umi": {
"type": "string"
},
"isotope": {
"type": "null"
},
"repository": {
"type": "number"
},
"subject": {
"type": "string"
},
"version": {
"type": "string",
"enum": [
"level_1",
"level_2",
... | {"isotope": null, "repository": "\"707.39\"", "subject": "New York", "version": "level_3"} | Field 'repository' must be number, got string | {"isotope":null,"repository":707.39,"subject":"New York","version":"level_3"} |
TASK repair_structured_output
SPEC
FIELD chapter TYPE string_uri REQUIRED no
FIELD latitude TYPE boolean REQUIRED yes
FIELD last_name TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD category.status TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD category.invoice_id TYPE integer REQUIRED no
FIE... | {"chapter":"https://example.io/data","latitude":true,"category":{"status":"large","invoice_id":282,"pressure_kpa":{"tile":"foo","strand":762,"id":true},"build_status":"archived","website":"chrX","coverage":"2024-01-15"}} | markdown_explanation | {
"type": "object",
"properties": {
"chapter": {
"type": "string",
"format": "uri"
},
"latitude": {
"type": "boolean"
},
"last_name": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
"category": {
"type":... | The output is as follows:
```json
{"chapter":"https://example.io/data","latitude":true,"category":{"status":"large","invoice_id":282,"pressure_kpa":{"tile":"foo","strand":762,"id":true},"build_status":"archived","website":"chrX","coverage":"2024-01-15"}}
```
Feel free to ask if you have questions. | Output contains markdown and explanatory text around JSON | {"chapter":"https://example.io/data","latitude":true,"category":{"status":"large","invoice_id":282,"pressure_kpa":{"tile":"foo","strand":762,"id":true},"build_status":"archived","website":"chrX","coverage":"2024-01-15"}} |
TASK repair_structured_output
SPEC
FIELD key_v63 TYPE string REQUIRED no
FIELD attr_t37 TYPE string_date-time REQUIRED yes
FIELD dim_n13 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD field_x56 TYPE string REQUIRED yes
FIELD field_z56 TYPE boolean REQUIRED yes
FIELD dim_q52 TYPE integer ... | {"key_v63":"completed","attr_t37":"2025-03-15T14:25:00Z","dim_n13":"nonsense","field_x56":"Charlie","field_z56":true,"dim_q52":146,"col_r29":null} | tool_call_partial_args | {
"type": "object",
"properties": {
"key_v63": {
"type": "string"
},
"attr_t37": {
"type": "string",
"format": "date-time"
},
"dim_n13": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
... | Let me check the system.
Action: send_email
Arguments: {"key_v63": "completed", "dim_n13": "nonsense", "field_x56": "Charlie", "field_z56": true, "dim_q52": 146, "col_r29": null} | Agent tool call missing required parameter 'attr_t37' | {"key_v63":"completed","attr_t37":"2025-03-15T14:25:00Z","dim_n13":"nonsense","field_x56":"Charlie","field_z56":true,"dim_q52":146,"col_r29":null} |
TASK repair_structured_output
SPEC
FIELD longitude TYPE integer REQUIRED no
FIELD crew_id TYPE integer REQUIRED no
FIELD terminal_id TYPE string REQUIRED no
FIELD height TYPE boolean REQUIRED yes
FIELD language TYPE integer REQUIRED no
FIELD tax TYPE string_uri REQUIRED no
BROKEN_OUTPUT
{"crew_id": 668, "terminal_id"... | {"crew_id":668,"terminal_id":"Alice","height":false,"language":719,"tax":"https://data.io/data"} | missing_required | {
"type": "object",
"properties": {
"longitude": {
"type": "integer"
},
"crew_id": {
"type": "integer"
},
"terminal_id": {
"type": "string"
},
"height": {
"type": "boolean"
},
"language": {
"type": "integer"
},
"tax": {
"type": "string"... | {"crew_id": 668, "terminal_id": "Alice", "language": 719, "tax": "https://data.io/data"} | Required field 'height' is missing | {"crew_id":668,"terminal_id":"Alice","height":false,"language":719,"tax":"https://data.io/data"} |
TASK repair_structured_output
SPEC
FIELD param_i03 TYPE string VALUES option_a|option_b|option_c REQUIRED yes
FIELD val_a57.col_r37 TYPE string REQUIRED yes
FIELD val_a57.param_j19.param_t49 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD val_a57.param_j19.attr_q02 TYPE string_email REQ... | {"param_i03":"option_b","prop_u32":false} | extra_field | {
"type": "object",
"properties": {
"param_i03": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"val_a57": {
"type": "object",
"properties": {
"col_r37": {
"type": "string"
},
"param_j19": {
... | {"param_i03": "option_b", "prop_u32": false, "extra_data_1433": 42} | Unknown field 'extra_data_1433' not defined in schema | {"param_i03":"option_b","prop_u32":false} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.