{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "127-0-0-1-case-missing-output-schema-v2-2",
  "title": "Local Fixture \u00b7 Query Handler",
  "url": "http://127.0.0.1:4105/case/missing-output-schema-v2",
  "category": "tools",
  "summary": "Accept a POST request with a query string in JSON body and return a response.",
  "seo": {
    "title": "Local Fixture v2 x402 API Endpoint",
    "description": "x402-enabled POST endpoint accepting JSON body with query parameter. Local development fixture for testing x402 payment protocol integration."
  },
  "use_cases": [
    "Test x402 payment flow in local development",
    "Validate JSON schema handling for query inputs"
  ],
  "ideal_buyer": "Developers building x402 client integrations who need a local test endpoint.",
  "example_prompt": "Send a POST request with query 'bitcoin price' to test the x402 payment flow.",
  "example_request_body": {
    "q": "bitcoin price"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.01,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "7EcDhSYGxXyscszYEp35KHN8vvw3svAuLKTzXwCFLtV",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "100",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Fixture v2 endpoint",
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "q"
            ],
            "properties": {
              "q": {
                "type": "string"
              }
            }
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        }
      }
    }
  ],
  "origin": {
    "slug": "127-0-0-1-2",
    "host": "127.0.0.1",
    "url": "http://127.0.0.1:4105"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/127-0-0-1-case-missing-output-schema-v2-2",
    "url": "https://x402all.com/resource/127-0-0-1-case-missing-output-schema-v2-2",
    "name": "Local Fixture \u00b7 Query Handler",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/127-0-0-1-case-missing-output-schema-v2-2",
      "@type": "Offer",
      "price": "0.0001",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.000100",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "solana"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
        }
      ]
    },
    "sameAs": "http://127.0.0.1:4105/case/missing-output-schema-v2",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/127-0-0-1-2",
      "url": "http://127.0.0.1:4105",
      "name": "127.0.0.1",
      "@type": "Organization"
    },
    "identifier": "127-0-0-1-case-missing-output-schema-v2-2",
    "description": "x402-enabled POST endpoint accepting JSON body with query parameter. Local development fixture for testing x402 payment protocol integration.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=127-0-0-1-case-missing-output-schema-v2-2",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "tools"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=127-0-0-1-case-missing-output-schema-v2-2"
}
