{
  "generated_at": "2026-07-26T21:32:17.525731+00:00",
  "slug": "ngmi-b088743456a711f1b5c3ee650bb23af1-web-val-run-repair",
  "title": "ngmi--b088743456a711f1b5c3ee650bb23af1.web.val.run \u00b7 /repair",
  "url": "https://ngmi--b088743456a711f1b5c3ee650bb23af1.web.val.run/repair",
  "category": "other",
  "summary": "ngmi-b088743456a711f1b5c3ee650bb23af1-web-val-run-repair \u2014 x402-protected other API",
  "seo": {
    "title": "ngmi--b088743456a711f1b5c3ee650bb23af1.web.val.run \u00b7 /repair",
    "description": "ngmi-b088743456a711f1b5c3ee650bb23af1-web-val-run-repair \u2014 x402-protected other API"
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "unknown",
    "median_category_atomic": 0
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x3F11bAab8B0454131B6c81684524ccF1c98b4968",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Repair malformed JSON via a fast deterministic parser, with an LLM fallback for harder cases or strict JSON Schema conformance. Returns valid JSON. Zero data retention.",
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "discoverable": true
        },
        "output": {
          "input": {
            "type": "http",
            "method": "POST",
            "schema": {
              "type": "object",
              "required": [
                "input"
              ],
              "properties": {
                "input": {
                  "description": "Malformed JSON as a string, OR any JSON value to validate against `schema`. Required. Max 100,000 characters."
                },
                "schema": {
                  "type": "object",
                  "description": "Optional JSON Schema (Ajv draft-07+). When provided, the repaired output is validated; deterministic results that fail validation fall through to the LLM."
                },
                "instructions": {
                  "type": "string",
                  "description": "Optional natural-language hint passed to the LLM fallback. Example: 'coerce dates to ISO 8601' or 'use null for unknown fields'."
                }
              }
            },
            "bodyType": "json",
            "discoverable": true
          },
          "output": {
            "type": "json",
            "schema": {
              "type": "object",
              "properties": {
                "ok": {
                  "type": "boolean",
                  "description": "True on successful repair."
                },
                "data": {
                  "description": "Repaired JSON value."
                },
                "model": {
                  "type": [
                    "string",
                    "null"
                  ],
                  "description": "LLM model id when method=llm, null otherwise."
                },
                "valid": {
                  "type": "boolean",
                  "description": "Whether the repaired data validates against the provided schema (true when no schema given)."
                },
                "method": {
                  "enum": [
                    "deterministic",
                    "llm"
                  ],
                  "type": "string",
                  "description": "Which repair stage produced the result."
                },
                "validationErrors": {
                  "type": "array",
                  "description": "Ajv errors when validation fails. Empty otherwise."
                }
              }
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "ngmi-b088743456a711f1b5c3ee650bb23af1-web-val-run",
    "host": "ngmi--b088743456a711f1b5c3ee650bb23af1.web.val.run",
    "url": "https://ngmi--b088743456a711f1b5c3ee650bb23af1.web.val.run"
  },
  "json_ld": {
    "@context": "https://schema.org",
    "@type": "WebAPI",
    "@id": "https://x402all.com/resource/ngmi-b088743456a711f1b5c3ee650bb23af1-web-val-run-repair",
    "name": "ngmi--b088743456a711f1b5c3ee650bb23af1.web.val.run \u00b7 /repair",
    "description": "ngmi-b088743456a711f1b5c3ee650bb23af1-web-val-run-repair \u2014 x402-protected other API",
    "url": "https://x402all.com/resource/ngmi-b088743456a711f1b5c3ee650bb23af1-web-val-run-repair",
    "sameAs": "https://ngmi--b088743456a711f1b5c3ee650bb23af1.web.val.run/repair",
    "applicationCategory": "other",
    "identifier": "ngmi-b088743456a711f1b5c3ee650bb23af1-web-val-run-repair",
    "provider": {
      "@type": "Organization",
      "@id": "https://x402all.com/server/ngmi-b088743456a711f1b5c3ee650bb23af1-web-val-run",
      "name": "ngmi--b088743456a711f1b5c3ee650bb23af1.web.val.run",
      "url": "https://ngmi--b088743456a711f1b5c3ee650bb23af1.web.val.run"
    },
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=ngmi-b088743456a711f1b5c3ee650bb23af1-web-val-run-repair",
      "description": "Test-buy this endpoint on AXON"
    },
    "offers": {
      "@type": "Offer",
      "price": "0.01",
      "priceCurrency": "USDC",
      "availability": "https://schema.org/InStock",
      "eligibleCustomerType": "Agent",
      "url": "https://x402all.com/resource/ngmi-b088743456a711f1b5c3ee650bb23af1-web-val-run-repair",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.010000",
        "priceCurrency": "USDC",
        "unitText": "call"
      },
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    }
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=ngmi-b088743456a711f1b5c3ee650bb23af1-web-val-run-repair"
}