{
  "x402Version": 2,
  "id": 13701,
  "slug": "13701",
  "resource": "https://hello-world-x402.vercel.app/greet",
  "description": "Returns personalized greeting - UPDATED SCHEMA v2",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x2a47E248ee3B5f3e680b5F6B5832E5EF1206b7e3",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "age": 35,
            "city": "San Francisco",
            "name": "Bob"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "message": "Hello Bob from San Francisco, you are 35 years old!",
            "timestamp": "2026-01-24T00:00:00Z",
            "version": "v2"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "age": {
                    "description": "Person's age - UPDATED max to 120",
                    "maximum": 120,
                    "minimum": 0,
                    "type": "number"
                  },
                  "city": {
                    "description": "Person's city - NEW FIELD",
                    "maxLength": 100,
                    "type": "string"
                  },
                  "name": {
                    "description": "Person's name - UPDATED",
                    "maxLength": 100,
                    "minLength": 1,
                    "type": "string"
                  }
                },
                "required": [
                  "name",
                  "city"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "message": {
                    "type": "string"
                  },
                  "timestamp": {
                    "type": "string"
                  },
                  "version": {
                    "type": "string"
                  }
                },
                "required": [
                  "message",
                  "timestamp"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "hello-world-x402.vercel.app",
  "lastUpdated": "2026-09-14T20:00:56.087Z",
  "quality": {
    "calls30d": 10,
    "uniquePayers30d": 8,
    "lastCalledAt": "2026-09-14T20:00:55.914Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "hello-world-x402.vercel.app",
    "manifest_name": "hello-world-x402.vercel.app",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}