{"api":"v1","generated_at":"2026-09-15T19:06:59.493Z","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/readiness-linter-krimskrams-xyz-v1-lint-a88fa1","pinned_page":"https://tollindex.com/e/readiness-linter-krimskrams-xyz-v1-lint-a88fa1/at/2026-09-15T16-57Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T16:57:44.360Z","snapshot_stamp":"2026-09-15T16-57Z","endpoint":{"slug":"readiness-linter-krimskrams-xyz-v1-lint-a88fa1","canonical_url":"https://readiness-linter.krimskrams.xyz/v1/lint","resource":"https://readiness-linter.krimskrams.xyz/v1/lint","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Provide one inline OpenAPI document or public OpenAPI URL. Receive a JSON buyer-readiness score, rule results, and concrete fixes for payment metadata, missing examples, descriptions, and HTTP 422 traps.","service_name":"x402/MPP Buyer-Readiness Linter","declared_category":null,"declared_tags":[],"route_template":null,"registry_updated":"2026-08-20T13:34:33.234Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"lint","category":"other","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-15T16:57:44.360Z","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.1 USDC","amount_units":0.1,"decimals_known":true,"pay_to":"0x276efA09388fB1578A6c415B8F90D26fdfCe0CF2","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T16:57:44.360Z","calls_30d":1,"unique_payers_30d":1,"last_called_at":"2026-08-20T13:34:32.735Z"},"validation":{"latest":{"observed_at":"2026-09-15T06:08:35.301Z","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:08:35.301Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T05:39:37.279Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T05:33:19.351Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T07:50:09.400Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T11:42:31.405Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x276efA09388fB1578A6c415B8F90D26fdfCe0CF2","page":"https://tollindex.com/seller/0x276efA09388fB1578A6c415B8F90D26fdfCe0CF2","endpoints":18,"hosts":13},"reports":0,"registry_record":{"cdp":[{"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x276efA09388fB1578A6c415B8F90D26fdfCe0CF2","amount":"100000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-08-20T13:34:32.735Z","l30DaysTotalCalls":1,"l30DaysUniquePayers":1},"resource":"https://readiness-linter.krimskrams.xyz/v1/lint","extensions":{"bazaar":{"info":{"input":{"body":{"openapi":{"info":{"title":"Example API","description":"Return example data."},"paths":{"/v1/example":{"get":{"summary":"Return example data","responses":{"200":{"content":{"application/json":{"example":{"result":"ok"}}}}},"parameters":[{"in":"query","name":"q","schema":{"type":"string"},"example":"hello","required":true,"description":"Search text."}],"description":"Return example data for a search query.","x-payment-info":{"price":{"mode":"fixed","amount":"0.020000","currency":"USD"},"protocols":[{"x402":{}}]}}}},"servers":[{"url":"https://api.example.com"}]}},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"score":82,"checks":[{"id":"required_params_examples_types","fix":"","passed":true,"message":"Every required parameter and required body field has a type and an example.","severity":"critical"}],"summary":"Score 82/100. 1 of 7 checks failed."}}},"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","title":"LintRequest","properties":{"openapi":{"anyOf":[{"type":"object","additionalProperties":true},{"type":"null"}],"title":"Openapi","default":null},"openapi_url":{"anyOf":[{"type":"string","maxLength":2048},{"type":"null"}],"title":"Openapi Url","default":null}},"description":"Caller-provided OpenAPI source. Send exactly one of the two fields."},"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","title":"LintResponse","properties":{"score":{"type":"integer","title":"Score","maximum":100,"minimum":0},"checks":{"type":"array","items":{"type":"object","title":"CheckResult","properties":{"id":{"type":"string","title":"Id"},"fix":{"type":"string","title":"Fix"},"passed":{"type":"boolean","title":"Passed"},"message":{"type":"string","title":"Message"},"severity":{"enum":["critical","high","medium","low"],"type":"string","title":"Severity"}},"description":"One buyer-readiness rule and its outcome."},"title":"Checks"},"summary":{"type":"string","title":"Summary"}},"description":"The full buyer-readiness report for one OpenAPI document."}}}}}}},"description":"Provide one inline OpenAPI document or public OpenAPI URL. Receive a JSON buyer-readiness score, rule results, and concrete fixes for payment metadata, missing examples, descriptions, and HTTP 422 traps.","lastUpdated":"2026-08-20T13:34:33.234Z","serviceName":"x402/MPP Buyer-Readiness Linter","x402Version":2}]}}