{"api":"v1","generated_at":"2026-09-16T00:05:13.849Z","licence":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/","attribution":"TOLL, with a link to the page cited"},"page":"https://tollindex.com/e/agent-atinamos-co-uk-agent-json-repair-bc6186","pinned_page":"https://tollindex.com/e/agent-atinamos-co-uk-agent-json-repair-bc6186/at/2026-09-15T21-20Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T21:20:12.737Z","snapshot_stamp":"2026-09-15T21-20Z","endpoint":{"slug":"agent-atinamos-co-uk-agent-json-repair-bc6186","canonical_url":"https://agent.atinamos.co.uk/agent/json-repair","resource":"https://agent.atinamos.co.uk/agent/json-repair","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Deterministic JSON validation and conservative repair for AI-agent payloads. Repairs unquoted object keys, single-quoted strings, trailing commas, Markdown code fences, UTF-8 BOMs and JSON-compatible Python literals, including nested or repeated defects. No LLM or invented data; every applied transformation is reported.","service_name":"Atinamos JSON Validate / Repair","declared_category":null,"declared_tags":["json-repair","json-validation","structured-data","payload-repair","agent-utility"],"route_template":null,"registry_updated":"2026-09-14T19:53:30.626Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"agent json repair","category":"inference","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-15T21:20:12.737Z","observation_began":"2026-09-10"},"presence":{"listed_now":true,"first_absent_at":null,"delisting_confirmed_at":null,"events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.005 USDC","amount_units":0.005,"decimals_known":true,"pay_to":"0x105bc7a04eec0c162342874110084dfe01996435","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T21:20:12.737Z","calls_30d":16,"unique_payers_30d":6,"last_called_at":"2026-09-14T19:53:30.059Z"},"validation":{"latest":{"observed_at":"2026-09-15T06:22:43.280Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-15"},"uptime":[{"days":7,"observed":5,"passed":5,"ratio":1},{"days":30,"observed":5,"passed":5,"ratio":1},{"days":90,"observed":5,"passed":5,"ratio":1}],"history_90d":[{"observed_at":"2026-09-15T06:22:43.280Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T05:52:33.947Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T05:45:24.644Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T08:02:39.324Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T11:58:56.350Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x105bc7a04eec0c162342874110084dfe01996435","page":"https://tollindex.com/seller/0x105bc7a04eec0c162342874110084dfe01996435","endpoints":2,"hosts":1},"reports":0,"registry_record":{"cdp":[{"tags":["json-repair","json-validation","structured-data","payload-repair","agent-utility"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x105bc7a04eec0c162342874110084dfe01996435","amount":"5000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-09-14T19:53:30.059Z","l30DaysTotalCalls":16,"l30DaysUniquePayers":6},"resource":"https://agent.atinamos.co.uk/agent/json-repair","extensions":{"bazaar":{"info":{"input":{"body":{"json":"{foo: 'bar', broken: true,}","mode":"repair"},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"json":"{\"broken\":true,\"foo\":\"bar\"}","mode":"repair","valid":true,"result":{"foo":"bar","broken":true},"schema":"atinamos.json-repair.v0.1","status":"repaired","changed":true,"repairs":["converted_single_quoted_strings","quoted_unquoted_object_keys","removed_trailing_commas"],"service":"json-repair","price_usdc":0.005,"input_bytes":27}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["json"],"properties":{"json":{"type":"string","maxLength":262144,"description":"JSON or JSON-like text to validate or conservatively repair. Supported repairs include unquoted object keys, single-quoted strings, trailing commas, Markdown fences, UTF-8 BOMs and JSON-compatible Python literals."},"mode":{"enum":["validate","repair"],"type":"string","default":"repair"}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["service","price_usdc","schema","mode","status","valid","changed","repairs","input_bytes"],"properties":{"json":{"type":"string"},"mode":{"enum":["validate","repair"],"type":"string"},"error":{"type":"object"},"valid":{"type":"boolean"},"result":{},"schema":{"type":"string"},"status":{"enum":["valid","repaired","invalid"],"type":"string"},"changed":{"type":"boolean"},"repairs":{"type":"array","items":{"type":"string"}},"service":{"type":"string","const":"json-repair"},"price_usdc":{"type":"number","const":0.005},"input_bytes":{"type":"integer"}}}}}}}}},"description":"Deterministic JSON validation and conservative repair for AI-agent payloads. Repairs unquoted object keys, single-quoted strings, trailing commas, Markdown code fences, UTF-8 BOMs and JSON-compatible Python literals, including nested or repeated defects. No LLM or invented data; every applied transformation is reported.","lastUpdated":"2026-09-14T19:53:30.626Z","serviceName":"Atinamos JSON Validate / Repair","x402Version":2}]}}