{
  "openapi": "3.0.0",
  "info": {
    "title": "Orders of Magnitude API",
    "version": "1.0.0",
    "description": "Data and AI services via x402 payment protocol",
    "contact": {
      "email": "orders@ofmagnitude.com"
    }
  },
  "paths": {
    "/finance/crypto/market-cap": {
      "get": {
        "summary": "Crypto market cap + dominance",
        "description": "Returns global cryptocurrency market metrics including total market cap, volume, and BTC/ETH dominance percentages.. Call when an agent needs finance data.",
        "tags": [
          "finance",
          "crypto",
          "market-cap"
        ],
        "x-payment-info": {
          "description": "Access Crypto market cap + dominance via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "total_market_cap": {
                      "type": "string",
                      "description": "total_market_cap"
                    },
                    "total_volume": {
                      "type": "string",
                      "description": "total_volume"
                    },
                    "btc_dominance": {
                      "type": "string",
                      "description": "btc_dominance"
                    },
                    "eth_dominance": {
                      "type": "string",
                      "description": "eth_dominance"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "total_market_cap": {
                                  "type": "string",
                                  "description": "total_market_cap"
                                },
                                "total_volume": {
                                  "type": "string",
                                  "description": "total_volume"
                                },
                                "btc_dominance": {
                                  "type": "string",
                                  "description": "btc_dominance"
                                },
                                "eth_dominance": {
                                  "type": "string",
                                  "description": "eth_dominance"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/finance/defi/tvl": {
      "get": {
        "summary": "DeFi TVL by protocol",
        "description": "Returns total value locked (TVL) metrics for DeFi protocols across multiple chains and categories.. Call when an agent needs finance data.",
        "tags": [
          "finance",
          "defi",
          "tvl"
        ],
        "x-payment-info": {
          "description": "Access DeFi TVL by protocol via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string",
                      "description": "name"
                    },
                    "tvl": {
                      "type": "string",
                      "description": "tvl"
                    },
                    "chain": {
                      "type": "string",
                      "description": "chain"
                    },
                    "category": {
                      "type": "string",
                      "description": "category"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "description": "name"
                                },
                                "tvl": {
                                  "type": "string",
                                  "description": "tvl"
                                },
                                "chain": {
                                  "type": "string",
                                  "description": "chain"
                                },
                                "category": {
                                  "type": "string",
                                  "description": "category"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/economy/macro/indicators": {
      "get": {
        "summary": "Macro indicators — global",
        "description": "Returns global economic indicators from World Bank including GDP, population, development metrics by country.. Call when an agent needs economy data.",
        "tags": [
          "economy",
          "macro",
          "indicators"
        ],
        "x-payment-info": {
          "description": "Access Macro indicators — global via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "country": {
                      "type": "string",
                      "description": "country"
                    },
                    "indicator": {
                      "type": "string",
                      "description": "indicator"
                    },
                    "value": {
                      "type": "string",
                      "description": "value"
                    },
                    "year": {
                      "type": "string",
                      "description": "year"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "country": {
                                  "type": "string",
                                  "description": "country"
                                },
                                "indicator": {
                                  "type": "string",
                                  "description": "indicator"
                                },
                                "value": {
                                  "type": "string",
                                  "description": "value"
                                },
                                "year": {
                                  "type": "string",
                                  "description": "year"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/legal/filings": {
      "get": {
        "summary": "SEC EDGAR filings lookup",
        "description": "Returns SEC EDGAR filings including 10-K, 10-Q, 8-K forms with metadata and document access URLs.. Call when an agent needs legal data.",
        "tags": [
          "legal",
          "filings"
        ],
        "x-payment-info": {
          "description": "Access SEC EDGAR filings lookup via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Search query for filings"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "company": {
                      "type": "string",
                      "description": "company"
                    },
                    "filing_type": {
                      "type": "string",
                      "description": "filing_type"
                    },
                    "filing_date": {
                      "type": "string",
                      "description": "filing_date"
                    },
                    "document_url": {
                      "type": "string",
                      "description": "document_url"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "q": {
                                  "type": "string",
                                  "description": "Search query for filings"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "company": {
                                  "type": "string",
                                  "description": "company"
                                },
                                "filing_type": {
                                  "type": "string",
                                  "description": "filing_type"
                                },
                                "filing_date": {
                                  "type": "string",
                                  "description": "filing_date"
                                },
                                "document_url": {
                                  "type": "string",
                                  "description": "document_url"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/legal/us/company/registry": {
      "get": {
        "summary": "Company registry",
        "description": "Returns company registry data including incorporation details, jurisdiction, and current status from OpenCorporates.. Call when an agent needs legal data.",
        "tags": [
          "legal",
          "us",
          "registry"
        ],
        "x-payment-info": {
          "description": "Access Company registry via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "company_name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Company name to search"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "company_name": {
                      "type": "string",
                      "description": "company_name"
                    },
                    "jurisdiction": {
                      "type": "string",
                      "description": "jurisdiction"
                    },
                    "incorporation_date": {
                      "type": "string",
                      "description": "incorporation_date"
                    },
                    "status": {
                      "type": "string",
                      "description": "status"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "company_name": {
                                  "type": "string",
                                  "description": "Company name to search"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "company_name": {
                                  "type": "string",
                                  "description": "company_name"
                                },
                                "jurisdiction": {
                                  "type": "string",
                                  "description": "jurisdiction"
                                },
                                "incorporation_date": {
                                  "type": "string",
                                  "description": "incorporation_date"
                                },
                                "status": {
                                  "type": "string",
                                  "description": "status"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/legal/sanctions": {
      "get": {
        "summary": "Sanctions screening",
        "description": "Returns sanctions screening results from OFAC SDN list including entity names, sanction types, and program details.. Call when an agent needs legal data.",
        "tags": [
          "legal",
          "sanctions"
        ],
        "x-payment-info": {
          "description": "Access Sanctions screening via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string",
                      "description": "name"
                    },
                    "sanction_type": {
                      "type": "string",
                      "description": "sanction_type"
                    },
                    "list": {
                      "type": "string",
                      "description": "list"
                    },
                    "program": {
                      "type": "string",
                      "description": "program"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "description": "name"
                                },
                                "sanction_type": {
                                  "type": "string",
                                  "description": "sanction_type"
                                },
                                "list": {
                                  "type": "string",
                                  "description": "list"
                                },
                                "program": {
                                  "type": "string",
                                  "description": "program"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/us/trials": {
      "get": {
        "summary": "Clinical trials lookup",
        "description": "Returns clinical trial information from ClinicalTrials.gov including study IDs, status, phase, and conditions.. Call when an agent needs health data.",
        "tags": [
          "health",
          "us",
          "trials"
        ],
        "x-payment-info": {
          "description": "Access Clinical trials lookup via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nct_id": {
                      "type": "string",
                      "description": "nct_id"
                    },
                    "title": {
                      "type": "string",
                      "description": "title"
                    },
                    "status": {
                      "type": "string",
                      "description": "status"
                    },
                    "phase": {
                      "type": "string",
                      "description": "phase"
                    },
                    "conditions": {
                      "type": "string",
                      "description": "conditions"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "nct_id": {
                                  "type": "string",
                                  "description": "nct_id"
                                },
                                "title": {
                                  "type": "string",
                                  "description": "title"
                                },
                                "status": {
                                  "type": "string",
                                  "description": "status"
                                },
                                "phase": {
                                  "type": "string",
                                  "description": "phase"
                                },
                                "conditions": {
                                  "type": "string",
                                  "description": "conditions"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/us/drug/events": {
      "get": {
        "summary": "Drug adverse events",
        "description": "Returns drug adverse event reports from OpenFDA including drug names, reactions, and seriousness indicators.. Call when an agent needs health data.",
        "tags": [
          "health",
          "us",
          "events"
        ],
        "x-payment-info": {
          "description": "Access Drug adverse events via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "drug_name": {
                      "type": "string",
                      "description": "drug_name"
                    },
                    "reaction": {
                      "type": "string",
                      "description": "reaction"
                    },
                    "report_date": {
                      "type": "string",
                      "description": "report_date"
                    },
                    "seriousness": {
                      "type": "string",
                      "description": "seriousness"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "drug_name": {
                                  "type": "string",
                                  "description": "drug_name"
                                },
                                "reaction": {
                                  "type": "string",
                                  "description": "reaction"
                                },
                                "report_date": {
                                  "type": "string",
                                  "description": "report_date"
                                },
                                "seriousness": {
                                  "type": "string",
                                  "description": "seriousness"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/us/recalls": {
      "get": {
        "summary": "FDA recalls",
        "description": "Returns FDA food and drug recall information including product details, recall reasons, and classification.. Call when an agent needs health data.",
        "tags": [
          "health",
          "us",
          "recalls"
        ],
        "x-payment-info": {
          "description": "Access FDA recalls via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "product": {
                      "type": "string",
                      "description": "product"
                    },
                    "recall_reason": {
                      "type": "string",
                      "description": "recall_reason"
                    },
                    "recall_date": {
                      "type": "string",
                      "description": "recall_date"
                    },
                    "classification": {
                      "type": "string",
                      "description": "classification"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "product": {
                                  "type": "string",
                                  "description": "product"
                                },
                                "recall_reason": {
                                  "type": "string",
                                  "description": "recall_reason"
                                },
                                "recall_date": {
                                  "type": "string",
                                  "description": "recall_date"
                                },
                                "classification": {
                                  "type": "string",
                                  "description": "classification"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/security/vulnerabilities": {
      "get": {
        "summary": "CVE vulnerability lookup",
        "description": "Returns CVE vulnerability details from NVD including severity scores, descriptions, and affected products.. Call when an agent needs security data.",
        "tags": [
          "security",
          "vulnerabilities"
        ],
        "x-payment-info": {
          "description": "Access CVE vulnerability lookup via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cve_id": {
                      "type": "string",
                      "description": "cve_id"
                    },
                    "severity": {
                      "type": "string",
                      "description": "severity"
                    },
                    "description": {
                      "type": "string",
                      "description": "description"
                    },
                    "published_date": {
                      "type": "string",
                      "description": "published_date"
                    },
                    "affected_products": {
                      "type": "string",
                      "description": "affected_products"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "cve_id": {
                                  "type": "string",
                                  "description": "cve_id"
                                },
                                "severity": {
                                  "type": "string",
                                  "description": "severity"
                                },
                                "description": {
                                  "type": "string",
                                  "description": "description"
                                },
                                "published_date": {
                                  "type": "string",
                                  "description": "published_date"
                                },
                                "affected_products": {
                                  "type": "string",
                                  "description": "affected_products"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/us/earthquakes": {
      "get": {
        "summary": "Earthquake/seismic data",
        "description": "Returns earthquake and seismic data from USGS including magnitude, location, depth, and timing information.. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "us",
          "earthquakes"
        ],
        "x-payment-info": {
          "description": "Access Earthquake/seismic data via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "magnitude": {
                      "type": "string",
                      "description": "magnitude"
                    },
                    "location": {
                      "type": "string",
                      "description": "location"
                    },
                    "depth": {
                      "type": "string",
                      "description": "depth"
                    },
                    "time": {
                      "type": "string",
                      "description": "time"
                    },
                    "coordinates": {
                      "type": "string",
                      "description": "coordinates"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "magnitude": {
                                  "type": "string",
                                  "description": "magnitude"
                                },
                                "location": {
                                  "type": "string",
                                  "description": "location"
                                },
                                "depth": {
                                  "type": "string",
                                  "description": "depth"
                                },
                                "time": {
                                  "type": "string",
                                  "description": "time"
                                },
                                "coordinates": {
                                  "type": "string",
                                  "description": "coordinates"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/air/quality": {
      "get": {
        "summary": "Air quality index",
        "description": "Returns air quality measurements from Open-Meteo including PM2.5, PM10, O3, NO2 levels by location.. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "air",
          "quality"
        ],
        "x-payment-info": {
          "description": "Access Air quality index via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "location": {
                      "type": "string",
                      "description": "location"
                    },
                    "pm2_5": {
                      "type": "string",
                      "description": "pm2_5"
                    },
                    "pm10": {
                      "type": "string",
                      "description": "pm10"
                    },
                    "o3": {
                      "type": "string",
                      "description": "o3"
                    },
                    "no2": {
                      "type": "string",
                      "description": "no2"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "location": {
                                  "type": "string",
                                  "description": "location"
                                },
                                "pm2_5": {
                                  "type": "string",
                                  "description": "pm2_5"
                                },
                                "pm10": {
                                  "type": "string",
                                  "description": "pm10"
                                },
                                "o3": {
                                  "type": "string",
                                  "description": "o3"
                                },
                                "no2": {
                                  "type": "string",
                                  "description": "no2"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/us/nutrition/database": {
      "get": {
        "summary": "Nutrition database",
        "description": "Returns nutrition data from USDA FoodData Central including macronutrients, micronutrients, and serving information.. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "us",
          "database"
        ],
        "x-payment-info": {
          "description": "Access Nutrition database via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "food_name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Food name to query"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "food_name": {
                      "type": "string",
                      "description": "food_name"
                    },
                    "nutrients": {
                      "type": "string",
                      "description": "nutrients"
                    },
                    "serving_size": {
                      "type": "string",
                      "description": "serving_size"
                    },
                    "calories": {
                      "type": "string",
                      "description": "calories"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "food_name": {
                                  "type": "string",
                                  "description": "Food name to query"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "food_name": {
                                  "type": "string",
                                  "description": "food_name"
                                },
                                "nutrients": {
                                  "type": "string",
                                  "description": "nutrients"
                                },
                                "serving_size": {
                                  "type": "string",
                                  "description": "serving_size"
                                },
                                "calories": {
                                  "type": "string",
                                  "description": "calories"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/geo/geolocation": {
      "get": {
        "summary": "IP geolocation",
        "description": "Returns IP geolocation data including country, city, ISP, and geographic coordinates.. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "geolocation"
        ],
        "x-payment-info": {
          "description": "Access IP geolocation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "IP address to geolocate"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ip": {
                      "type": "string",
                      "description": "ip"
                    },
                    "country": {
                      "type": "string",
                      "description": "country"
                    },
                    "city": {
                      "type": "string",
                      "description": "city"
                    },
                    "isp": {
                      "type": "string",
                      "description": "isp"
                    },
                    "coordinates": {
                      "type": "string",
                      "description": "coordinates"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "ip": {
                                  "type": "string",
                                  "description": "IP address to geolocate"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "ip": {
                                  "type": "string",
                                  "description": "ip"
                                },
                                "country": {
                                  "type": "string",
                                  "description": "country"
                                },
                                "city": {
                                  "type": "string",
                                  "description": "city"
                                },
                                "isp": {
                                  "type": "string",
                                  "description": "isp"
                                },
                                "coordinates": {
                                  "type": "string",
                                  "description": "coordinates"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/media/my/malaysia/news-bahasa": {
      "get": {
        "summary": "Malaysia news — Bahasa",
        "description": "Returns Malaysian news headlines in Bahasa Malaysia from RSS feed aggregation of major news sources.. Call when an agent needs media data.",
        "tags": [
          "media",
          "my",
          "news-bahasa"
        ],
        "x-payment-info": {
          "description": "Access Malaysia news — Bahasa via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "title": {
                      "type": "string",
                      "description": "title"
                    },
                    "source": {
                      "type": "string",
                      "description": "source"
                    },
                    "url": {
                      "type": "string",
                      "description": "url"
                    },
                    "published_date": {
                      "type": "string",
                      "description": "published_date"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "title": {
                                  "type": "string",
                                  "description": "title"
                                },
                                "source": {
                                  "type": "string",
                                  "description": "source"
                                },
                                "url": {
                                  "type": "string",
                                  "description": "url"
                                },
                                "published_date": {
                                  "type": "string",
                                  "description": "published_date"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/economy/pk/economic/data": {
      "get": {
        "summary": "Pakistan economic data",
        "description": "Returns Pakistan economic data from Pakistan Bureau of Statistics including GDP, inflation, and key metrics.. Call when an agent needs economy data.",
        "tags": [
          "economy",
          "pk",
          "data"
        ],
        "x-payment-info": {
          "description": "Access Pakistan economic data via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "indicator",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Economic indicator name"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "indicator": {
                      "type": "string",
                      "description": "indicator"
                    },
                    "value": {
                      "type": "string",
                      "description": "value"
                    },
                    "period": {
                      "type": "string",
                      "description": "period"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "indicator": {
                                  "type": "string",
                                  "description": "Economic indicator name"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "indicator": {
                                  "type": "string",
                                  "description": "indicator"
                                },
                                "value": {
                                  "type": "string",
                                  "description": "value"
                                },
                                "period": {
                                  "type": "string",
                                  "description": "period"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/media/pk/pakistan/news-aggregation": {
      "get": {
        "summary": "Pakistan news aggregation",
        "description": "Returns Pakistani news headlines from RSS feed aggregation of major news sources.. Call when an agent needs media data.",
        "tags": [
          "media",
          "pk",
          "news-aggregation"
        ],
        "x-payment-info": {
          "description": "Access Pakistan news aggregation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "security": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "title": {
                      "type": "string",
                      "description": "title"
                    },
                    "source": {
                      "type": "string",
                      "description": "source"
                    },
                    "url": {
                      "type": "string",
                      "description": "url"
                    },
                    "published_date": {
                      "type": "string",
                      "description": "published_date"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "title": {
                                  "type": "string",
                                  "description": "title"
                                },
                                "source": {
                                  "type": "string",
                                  "description": "source"
                                },
                                "url": {
                                  "type": "string",
                                  "description": "url"
                                },
                                "published_date": {
                                  "type": "string",
                                  "description": "published_date"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/economy/africa/macro": {
      "get": {
        "summary": "Africa macro indicators",
        "description": "Returns African macroeconomic indicators from World Bank filtered for African countries including GDP, population, development metrics.. Call when an agent needs economy data.",
        "tags": [
          "economy",
          "africa",
          "macro"
        ],
        "x-payment-info": {
          "description": "Access Africa macro indicators via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "country": {
                      "type": "string",
                      "description": "country"
                    },
                    "indicator": {
                      "type": "string",
                      "description": "indicator"
                    },
                    "value": {
                      "type": "string",
                      "description": "value"
                    },
                    "year": {
                      "type": "string",
                      "description": "year"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "country": {
                                  "type": "string",
                                  "description": "country"
                                },
                                "indicator": {
                                  "type": "string",
                                  "description": "indicator"
                                },
                                "value": {
                                  "type": "string",
                                  "description": "value"
                                },
                                "year": {
                                  "type": "string",
                                  "description": "year"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/us/contract/risk-analysis": {
      "get": {
        "summary": "Contract risk analysis",
        "description": "Analyzes PDF contracts to generate risk score, identify risk flags, extract key clauses, and provide recommendations using AI.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "us",
          "risk-analysis"
        ],
        "x-payment-info": {
          "description": "Access Contract risk analysis via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.07"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "risk_score": {
                      "type": "string",
                      "description": "risk_score"
                    },
                    "risk_flags": {
                      "type": "string",
                      "description": "risk_flags"
                    },
                    "key_clauses": {
                      "type": "string",
                      "description": "key_clauses"
                    },
                    "recommendations": {
                      "type": "string",
                      "description": "recommendations"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "risk_score": {
                                  "type": "string",
                                  "description": "risk_score"
                                },
                                "risk_flags": {
                                  "type": "string",
                                  "description": "risk_flags"
                                },
                                "key_clauses": {
                                  "type": "string",
                                  "description": "key_clauses"
                                },
                                "recommendations": {
                                  "type": "string",
                                  "description": "recommendations"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/us/earnings/call-intelligence": {
      "get": {
        "summary": "Earnings call intelligence",
        "description": "Processes earnings call transcripts to extract sentiment, key topics, financial signals, and forward outlook using AI.. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "us",
          "call-intelligence"
        ],
        "x-payment-info": {
          "description": "Access Earnings call intelligence via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.07"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "sentiment": {
                      "type": "string",
                      "description": "sentiment"
                    },
                    "key_topics": {
                      "type": "string",
                      "description": "key_topics"
                    },
                    "financial_signals": {
                      "type": "string",
                      "description": "financial_signals"
                    },
                    "outlook": {
                      "type": "string",
                      "description": "outlook"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "sentiment": {
                                  "type": "string",
                                  "description": "sentiment"
                                },
                                "key_topics": {
                                  "type": "string",
                                  "description": "key_topics"
                                },
                                "financial_signals": {
                                  "type": "string",
                                  "description": "financial_signals"
                                },
                                "outlook": {
                                  "type": "string",
                                  "description": "outlook"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/finance/us/market/pattern-analysis": {
      "get": {
        "summary": "Market pattern analysis",
        "description": "Analyzes OHLCV market data to identify market regimes, generate trading signals, and classify pattern types using AI.. Call when an agent needs finance data.",
        "tags": [
          "finance",
          "us",
          "pattern-analysis"
        ],
        "x-payment-info": {
          "description": "Access Market pattern analysis via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.07"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "regime": {
                      "type": "string",
                      "description": "regime"
                    },
                    "signals": {
                      "type": "string",
                      "description": "signals"
                    },
                    "confidence": {
                      "type": "string",
                      "description": "confidence"
                    },
                    "pattern_type": {
                      "type": "string",
                      "description": "pattern_type"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "regime": {
                                  "type": "string",
                                  "description": "regime"
                                },
                                "signals": {
                                  "type": "string",
                                  "description": "signals"
                                },
                                "confidence": {
                                  "type": "string",
                                  "description": "confidence"
                                },
                                "pattern_type": {
                                  "type": "string",
                                  "description": "pattern_type"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/science/us/company/research-brief": {
      "get": {
        "summary": "Company research brief",
        "description": "Generates structured company research brief from ticker input including overview, financials, competitive position, and risks using AI.. Call when an agent needs science data.",
        "tags": [
          "science",
          "us",
          "research-brief"
        ],
        "x-payment-info": {
          "description": "Access Company research brief via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.07"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "overview": {
                      "type": "string",
                      "description": "overview"
                    },
                    "financials": {
                      "type": "string",
                      "description": "financials"
                    },
                    "competitive_position": {
                      "type": "string",
                      "description": "competitive_position"
                    },
                    "risks": {
                      "type": "string",
                      "description": "risks"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "overview": {
                                  "type": "string",
                                  "description": "overview"
                                },
                                "financials": {
                                  "type": "string",
                                  "description": "financials"
                                },
                                "competitive_position": {
                                  "type": "string",
                                  "description": "competitive_position"
                                },
                                "risks": {
                                  "type": "string",
                                  "description": "risks"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/legal/us/regulatory/risk-score": {
      "get": {
        "summary": "Regulatory risk score",
        "description": "Analyzes regulatory filings to generate risk scores, identify regulatory areas, assess compliance status, and provide recommendations using AI.. Call when an agent needs legal data.",
        "tags": [
          "legal",
          "us",
          "risk-score"
        ],
        "x-payment-info": {
          "description": "Access Regulatory risk score via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.07"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "risk_score": {
                      "type": "string",
                      "description": "risk_score"
                    },
                    "regulatory_areas": {
                      "type": "string",
                      "description": "regulatory_areas"
                    },
                    "compliance_status": {
                      "type": "string",
                      "description": "compliance_status"
                    },
                    "recommendations": {
                      "type": "string",
                      "description": "recommendations"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "risk_score": {
                                  "type": "string",
                                  "description": "risk_score"
                                },
                                "regulatory_areas": {
                                  "type": "string",
                                  "description": "regulatory_areas"
                                },
                                "compliance_status": {
                                  "type": "string",
                                  "description": "compliance_status"
                                },
                                "recommendations": {
                                  "type": "string",
                                  "description": "recommendations"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/finance/us/competitive/intelligence-synthesis": {
      "get": {
        "summary": "Competitive intelligence synthesis",
        "description": "Synthesizes competitive intelligence from multiple sources to identify competitors, market position, strengths, and weaknesses using AI.. Call when an agent needs finance data.",
        "tags": [
          "finance",
          "us",
          "intelligence-synthesis"
        ],
        "x-payment-info": {
          "description": "Access Competitive intelligence synthesis via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.07"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "competitors": {
                      "type": "string",
                      "description": "competitors"
                    },
                    "market_position": {
                      "type": "string",
                      "description": "market_position"
                    },
                    "strengths": {
                      "type": "string",
                      "description": "strengths"
                    },
                    "weaknesses": {
                      "type": "string",
                      "description": "weaknesses"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "competitors": {
                                  "type": "string",
                                  "description": "competitors"
                                },
                                "market_position": {
                                  "type": "string",
                                  "description": "market_position"
                                },
                                "strengths": {
                                  "type": "string",
                                  "description": "strengths"
                                },
                                "weaknesses": {
                                  "type": "string",
                                  "description": "weaknesses"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/us/due/diligence-summary": {
      "get": {
        "summary": "Due diligence summary",
        "description": "Processes due diligence documents to generate summary, identify red flags, extract key findings, and provide recommendation using AI.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "us",
          "diligence-summary"
        ],
        "x-payment-info": {
          "description": "Access Due diligence summary via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.07"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "summary": {
                      "type": "string",
                      "description": "summary"
                    },
                    "red_flags": {
                      "type": "string",
                      "description": "red_flags"
                    },
                    "key_findings": {
                      "type": "string",
                      "description": "key_findings"
                    },
                    "recommendation": {
                      "type": "string",
                      "description": "recommendation"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "summary": {
                                  "type": "string",
                                  "description": "summary"
                                },
                                "red_flags": {
                                  "type": "string",
                                  "description": "red_flags"
                                },
                                "key_findings": {
                                  "type": "string",
                                  "description": "key_findings"
                                },
                                "recommendation": {
                                  "type": "string",
                                  "description": "recommendation"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/us/supply/chain-risk-assessment": {
      "get": {
        "summary": "Supply chain risk assessment",
        "description": "Assesses supply chain risks to generate risk scores, identify risk factors, evaluate geographic risks, and suggest mitigation strategies using AI.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "us",
          "chain-risk-assessment"
        ],
        "x-payment-info": {
          "description": "Access Supply chain risk assessment via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.07"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "risk_score": {
                      "type": "string",
                      "description": "risk_score"
                    },
                    "risk_factors": {
                      "type": "string",
                      "description": "risk_factors"
                    },
                    "geographic_risks": {
                      "type": "string",
                      "description": "geographic_risks"
                    },
                    "mitigation_strategies": {
                      "type": "string",
                      "description": "mitigation_strategies"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "risk_score": {
                                  "type": "string",
                                  "description": "risk_score"
                                },
                                "risk_factors": {
                                  "type": "string",
                                  "description": "risk_factors"
                                },
                                "geographic_risks": {
                                  "type": "string",
                                  "description": "geographic_risks"
                                },
                                "mitigation_strategies": {
                                  "type": "string",
                                  "description": "mitigation_strategies"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/us/patent/claim-analysis": {
      "get": {
        "summary": "Patent claim analysis",
        "description": "Analyzes patent documents to assess patentability, identify prior art flags, evaluate claim strength, and assess infringement risk using AI.. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "us",
          "claim-analysis"
        ],
        "x-payment-info": {
          "description": "Access Patent claim analysis via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.07"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "patentability": {
                      "type": "string",
                      "description": "patentability"
                    },
                    "prior_art_flags": {
                      "type": "string",
                      "description": "prior_art_flags"
                    },
                    "claim_strength": {
                      "type": "string",
                      "description": "claim_strength"
                    },
                    "infringement_risk": {
                      "type": "string",
                      "description": "infringement_risk"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "patentability": {
                                  "type": "string",
                                  "description": "patentability"
                                },
                                "prior_art_flags": {
                                  "type": "string",
                                  "description": "prior_art_flags"
                                },
                                "claim_strength": {
                                  "type": "string",
                                  "description": "claim_strength"
                                },
                                "infringement_risk": {
                                  "type": "string",
                                  "description": "infringement_risk"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/us/m-and-a/signal-detection": {
      "get": {
        "summary": "M&A signal detection",
        "description": "Analyzes regulatory filings to detect M&A signals, estimate probability, identify target companies, and provide rationale using AI.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "us",
          "signal-detection"
        ],
        "x-payment-info": {
          "description": "Access M&A signal detection via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.07"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "signals": {
                      "type": "string",
                      "description": "signals"
                    },
                    "probability": {
                      "type": "string",
                      "description": "probability"
                    },
                    "target_companies": {
                      "type": "string",
                      "description": "target_companies"
                    },
                    "rationale": {
                      "type": "string",
                      "description": "rationale"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "signals": {
                                  "type": "string",
                                  "description": "signals"
                                },
                                "probability": {
                                  "type": "string",
                                  "description": "probability"
                                },
                                "target_companies": {
                                  "type": "string",
                                  "description": "target_companies"
                                },
                                "rationale": {
                                  "type": "string",
                                  "description": "rationale"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/media/us/news/synthesis": {
      "get": {
        "summary": "News synthesis",
        "description": "Synthesizes news headlines into summary, extracts key points, analyzes sentiment, and identifies topics using AI.. Call when an agent needs media data.",
        "tags": [
          "media",
          "us",
          "synthesis"
        ],
        "x-payment-info": {
          "description": "Access News synthesis via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.00"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "summary": {
                      "type": "string",
                      "description": "summary"
                    },
                    "key_points": {
                      "type": "string",
                      "description": "key_points"
                    },
                    "sentiment": {
                      "type": "string",
                      "description": "sentiment"
                    },
                    "topics": {
                      "type": "string",
                      "description": "topics"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "summary": {
                                  "type": "string",
                                  "description": "summary"
                                },
                                "key_points": {
                                  "type": "string",
                                  "description": "key_points"
                                },
                                "sentiment": {
                                  "type": "string",
                                  "description": "sentiment"
                                },
                                "topics": {
                                  "type": "string",
                                  "description": "topics"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/media/us/sentiment/analysis": {
      "get": {
        "summary": "Sentiment analysis",
        "description": "Analyzes text to generate sentiment score, label sentiment, provide reasoning, and indicate confidence level using AI.. Call when an agent needs media data.",
        "tags": [
          "media",
          "us",
          "analysis"
        ],
        "x-payment-info": {
          "description": "Access Sentiment analysis via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.00"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "sentiment_score": {
                      "type": "string",
                      "description": "sentiment_score"
                    },
                    "sentiment_label": {
                      "type": "string",
                      "description": "sentiment_label"
                    },
                    "reasoning": {
                      "type": "string",
                      "description": "reasoning"
                    },
                    "confidence": {
                      "type": "string",
                      "description": "confidence"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "sentiment_score": {
                                  "type": "string",
                                  "description": "sentiment_score"
                                },
                                "sentiment_label": {
                                  "type": "string",
                                  "description": "sentiment_label"
                                },
                                "reasoning": {
                                  "type": "string",
                                  "description": "reasoning"
                                },
                                "confidence": {
                                  "type": "string",
                                  "description": "confidence"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/us/financial/ratio-interpretation": {
      "get": {
        "summary": "Financial ratio interpretation",
        "description": "Interprets financial ratios into plain English including context, industry comparison, and trend analysis using AI.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "us",
          "ratio-interpretation"
        ],
        "x-payment-info": {
          "description": "Access Financial ratio interpretation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.00"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "interpretation": {
                      "type": "string",
                      "description": "interpretation"
                    },
                    "context": {
                      "type": "string",
                      "description": "context"
                    },
                    "comparison": {
                      "type": "string",
                      "description": "comparison"
                    },
                    "trend": {
                      "type": "string",
                      "description": "trend"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "interpretation": {
                                  "type": "string",
                                  "description": "interpretation"
                                },
                                "context": {
                                  "type": "string",
                                  "description": "context"
                                },
                                "comparison": {
                                  "type": "string",
                                  "description": "comparison"
                                },
                                "trend": {
                                  "type": "string",
                                  "description": "trend"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/us/job/description-analysis": {
      "get": {
        "summary": "Job description analysis",
        "description": "Analyzes job descriptions to extract required skills, estimate salary range, determine experience level, and classify role type using AI.. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "us",
          "description-analysis"
        ],
        "x-payment-info": {
          "description": "Access Job description analysis via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.00"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "skills": {
                      "type": "string",
                      "description": "skills"
                    },
                    "salary_range": {
                      "type": "string",
                      "description": "salary_range"
                    },
                    "experience_level": {
                      "type": "string",
                      "description": "experience_level"
                    },
                    "role_type": {
                      "type": "string",
                      "description": "role_type"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "skills": {
                                  "type": "string",
                                  "description": "skills"
                                },
                                "salary_range": {
                                  "type": "string",
                                  "description": "salary_range"
                                },
                                "experience_level": {
                                  "type": "string",
                                  "description": "experience_level"
                                },
                                "role_type": {
                                  "type": "string",
                                  "description": "role_type"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/us/product/review-synthesis": {
      "get": {
        "summary": "Product review synthesis",
        "description": "Synthesizes product reviews into verdict, identifies pros and cons, and extracts key themes using AI.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "us",
          "review-synthesis"
        ],
        "x-payment-info": {
          "description": "Access Product review synthesis via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.00"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "verdict": {
                      "type": "string",
                      "description": "verdict"
                    },
                    "pros": {
                      "type": "string",
                      "description": "pros"
                    },
                    "cons": {
                      "type": "string",
                      "description": "cons"
                    },
                    "key_themes": {
                      "type": "string",
                      "description": "key_themes"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "verdict": {
                                  "type": "string",
                                  "description": "verdict"
                                },
                                "pros": {
                                  "type": "string",
                                  "description": "pros"
                                },
                                "cons": {
                                  "type": "string",
                                  "description": "cons"
                                },
                                "key_themes": {
                                  "type": "string",
                                  "description": "key_themes"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/us/regulatory/filing-summary": {
      "get": {
        "summary": "Regulatory filing summary",
        "description": "Summarizes regulatory filings to extract key disclosures, identify material events, and assess impact using AI.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "us",
          "filing-summary"
        ],
        "x-payment-info": {
          "description": "Access Regulatory filing summary via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.00"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "summary": {
                      "type": "string",
                      "description": "summary"
                    },
                    "key_disclosures": {
                      "type": "string",
                      "description": "key_disclosures"
                    },
                    "material_events": {
                      "type": "string",
                      "description": "material_events"
                    },
                    "impact": {
                      "type": "string",
                      "description": "impact"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "summary": {
                                  "type": "string",
                                  "description": "summary"
                                },
                                "key_disclosures": {
                                  "type": "string",
                                  "description": "key_disclosures"
                                },
                                "material_events": {
                                  "type": "string",
                                  "description": "material_events"
                                },
                                "impact": {
                                  "type": "string",
                                  "description": "impact"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/us/clinical/abstract-summary": {
      "get": {
        "summary": "Clinical abstract summary",
        "description": "Summarizes clinical trial abstracts to extract key findings, methodology, conclusions, and assess significance using AI.. Call when an agent needs health data.",
        "tags": [
          "health",
          "us",
          "abstract-summary"
        ],
        "x-payment-info": {
          "description": "Access Clinical abstract summary via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.00"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "key_findings": {
                      "type": "string",
                      "description": "key_findings"
                    },
                    "methodology": {
                      "type": "string",
                      "description": "methodology"
                    },
                    "conclusions": {
                      "type": "string",
                      "description": "conclusions"
                    },
                    "significance": {
                      "type": "string",
                      "description": "significance"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "key_findings": {
                                  "type": "string",
                                  "description": "key_findings"
                                },
                                "methodology": {
                                  "type": "string",
                                  "description": "methodology"
                                },
                                "conclusions": {
                                  "type": "string",
                                  "description": "conclusions"
                                },
                                "significance": {
                                  "type": "string",
                                  "description": "significance"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/us/email/tone-analysis": {
      "get": {
        "summary": "Email tone analysis",
        "description": "Analyzes email tone to classify formality, detect emotion, and provide improvement suggestions using AI.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "us",
          "tone-analysis"
        ],
        "x-payment-info": {
          "description": "Access Email tone analysis via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.00"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "tone": {
                      "type": "string",
                      "description": "tone"
                    },
                    "formality": {
                      "type": "string",
                      "description": "formality"
                    },
                    "emotion": {
                      "type": "string",
                      "description": "emotion"
                    },
                    "suggestions": {
                      "type": "string",
                      "description": "suggestions"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "tone": {
                                  "type": "string",
                                  "description": "tone"
                                },
                                "formality": {
                                  "type": "string",
                                  "description": "formality"
                                },
                                "emotion": {
                                  "type": "string",
                                  "description": "emotion"
                                },
                                "suggestions": {
                                  "type": "string",
                                  "description": "suggestions"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/media/us/social/post-sentiment-batch": {
      "get": {
        "summary": "Social post sentiment batch",
        "description": "Batch analyzes social media posts to generate individual sentiment scores, overall sentiment, and identify trends using AI.. Call when an agent needs media data.",
        "tags": [
          "media",
          "us",
          "post-sentiment-batch"
        ],
        "x-payment-info": {
          "description": "Access Social post sentiment batch via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.00"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "posts": {
                      "type": "string",
                      "description": "posts"
                    },
                    "sentiment_scores": {
                      "type": "string",
                      "description": "sentiment_scores"
                    },
                    "overall_sentiment": {
                      "type": "string",
                      "description": "overall_sentiment"
                    },
                    "trends": {
                      "type": "string",
                      "description": "trends"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "posts": {
                                  "type": "string",
                                  "description": "posts"
                                },
                                "sentiment_scores": {
                                  "type": "string",
                                  "description": "sentiment_scores"
                                },
                                "overall_sentiment": {
                                  "type": "string",
                                  "description": "overall_sentiment"
                                },
                                "trends": {
                                  "type": "string",
                                  "description": "trends"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/us/company/description-standardizer": {
      "get": {
        "summary": "Company description standardizer",
        "description": "Standardizes company descriptions into consistent format, identifies industry, estimates size, and extracts focus areas using AI.. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "us",
          "description-standardizer"
        ],
        "x-payment-info": {
          "description": "Access Company description standardizer via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.00"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "standardized_description": {
                      "type": "string",
                      "description": "standardized_description"
                    },
                    "industry": {
                      "type": "string",
                      "description": "industry"
                    },
                    "size": {
                      "type": "string",
                      "description": "size"
                    },
                    "focus_areas": {
                      "type": "string",
                      "description": "focus_areas"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "standardized_description": {
                                  "type": "string",
                                  "description": "standardized_description"
                                },
                                "industry": {
                                  "type": "string",
                                  "description": "industry"
                                },
                                "size": {
                                  "type": "string",
                                  "description": "size"
                                },
                                "focus_areas": {
                                  "type": "string",
                                  "description": "focus_areas"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/us/nscomp/decompress": {
      "get": {
        "summary": "NSComp decompress",
        "description": "Decompresses data using NS algorithms, returning original size, decompressed size, compression ratio, and output data.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "us",
          "decompress"
        ],
        "x-payment-info": {
          "description": "Access NSComp decompress via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.10"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "original_size": {
                      "type": "string",
                      "description": "original_size"
                    },
                    "decompressed_size": {
                      "type": "string",
                      "description": "decompressed_size"
                    },
                    "compression_ratio": {
                      "type": "string",
                      "description": "compression_ratio"
                    },
                    "output_data": {
                      "type": "string",
                      "description": "output_data"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "original_size": {
                                  "type": "string",
                                  "description": "original_size"
                                },
                                "decompressed_size": {
                                  "type": "string",
                                  "description": "decompressed_size"
                                },
                                "compression_ratio": {
                                  "type": "string",
                                  "description": "compression_ratio"
                                },
                                "output_data": {
                                  "type": "string",
                                  "description": "output_data"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/us/nscomp/compress": {
      "get": {
        "summary": "NSComp compress",
        "description": "Compresses data using NS algorithms, returning original size, compressed size, compression ratio, and output data.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "us",
          "compress"
        ],
        "x-payment-info": {
          "description": "Access NSComp compress via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.15"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "original_size": {
                      "type": "string",
                      "description": "original_size"
                    },
                    "compressed_size": {
                      "type": "string",
                      "description": "compressed_size"
                    },
                    "compression_ratio": {
                      "type": "string",
                      "description": "compression_ratio"
                    },
                    "output_data": {
                      "type": "string",
                      "description": "output_data"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "original_size": {
                                  "type": "string",
                                  "description": "original_size"
                                },
                                "compressed_size": {
                                  "type": "string",
                                  "description": "compressed_size"
                                },
                                "compression_ratio": {
                                  "type": "string",
                                  "description": "compression_ratio"
                                },
                                "output_data": {
                                  "type": "string",
                                  "description": "output_data"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/nsfix/single-message-parse": {
      "get": {
        "summary": "NSFix single message parse",
        "description": "Parses single FIX protocol messages, extracting fields, validating structure, and returning normalized data.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "nsfix",
          "single-message-parse"
        ],
        "x-payment-info": {
          "description": "Access NSFix single message parse via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.05"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "parsed_fields": {
                      "type": "string",
                      "description": "parsed_fields"
                    },
                    "validation_status": {
                      "type": "string",
                      "description": "validation_status"
                    },
                    "errors": {
                      "type": "string",
                      "description": "errors"
                    },
                    "normalized_data": {
                      "type": "string",
                      "description": "normalized_data"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "parsed_fields": {
                                  "type": "string",
                                  "description": "parsed_fields"
                                },
                                "validation_status": {
                                  "type": "string",
                                  "description": "validation_status"
                                },
                                "errors": {
                                  "type": "string",
                                  "description": "errors"
                                },
                                "normalized_data": {
                                  "type": "string",
                                  "description": "normalized_data"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/nsfix/batch-parse": {
      "get": {
        "summary": "NSFix batch parse",
        "description": "Batch parses multiple FIX protocol messages, extracting fields, validating structure, and returning normalized data.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "nsfix",
          "batch-parse"
        ],
        "x-payment-info": {
          "description": "Access NSFix batch parse via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.05"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "parsed_messages": {
                      "type": "string",
                      "description": "parsed_messages"
                    },
                    "validation_status": {
                      "type": "string",
                      "description": "validation_status"
                    },
                    "error_count": {
                      "type": "string",
                      "description": "error_count"
                    },
                    "normalized_data": {
                      "type": "string",
                      "description": "normalized_data"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "parsed_messages": {
                                  "type": "string",
                                  "description": "parsed_messages"
                                },
                                "validation_status": {
                                  "type": "string",
                                  "description": "validation_status"
                                },
                                "error_count": {
                                  "type": "string",
                                  "description": "error_count"
                                },
                                "normalized_data": {
                                  "type": "string",
                                  "description": "normalized_data"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/legal/us/nsfix/validate": {
      "get": {
        "summary": "NSFix validate",
        "description": "Validates FIX protocol messages against specification, returning validation status, errors, warnings, and compliance flags.. Call when an agent needs legal data.",
        "tags": [
          "legal",
          "us",
          "validate"
        ],
        "x-payment-info": {
          "description": "Access NSFix validate via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.05"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "validation_status": {
                      "type": "string",
                      "description": "validation_status"
                    },
                    "errors": {
                      "type": "string",
                      "description": "errors"
                    },
                    "warnings": {
                      "type": "string",
                      "description": "warnings"
                    },
                    "compliance_flags": {
                      "type": "string",
                      "description": "compliance_flags"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "validation_status": {
                                  "type": "string",
                                  "description": "validation_status"
                                },
                                "errors": {
                                  "type": "string",
                                  "description": "errors"
                                },
                                "warnings": {
                                  "type": "string",
                                  "description": "warnings"
                                },
                                "compliance_flags": {
                                  "type": "string",
                                  "description": "compliance_flags"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/us/nshash/batch-dedup": {
      "get": {
        "summary": "NSHash batch dedup",
        "description": "Performs batch deduplication using NS hashing, returning original count, deduped count, duplicates removed, and unique items.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "us",
          "batch-dedup"
        ],
        "x-payment-info": {
          "description": "Access NSHash batch dedup via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "original_count": {
                      "type": "string",
                      "description": "original_count"
                    },
                    "deduped_count": {
                      "type": "string",
                      "description": "deduped_count"
                    },
                    "duplicates_removed": {
                      "type": "string",
                      "description": "duplicates_removed"
                    },
                    "unique_items": {
                      "type": "string",
                      "description": "unique_items"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "original_count": {
                                  "type": "string",
                                  "description": "original_count"
                                },
                                "deduped_count": {
                                  "type": "string",
                                  "description": "deduped_count"
                                },
                                "duplicates_removed": {
                                  "type": "string",
                                  "description": "duplicates_removed"
                                },
                                "unique_items": {
                                  "type": "string",
                                  "description": "unique_items"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/us/nshash/stream-dedup": {
      "get": {
        "summary": "NSHash stream dedup",
        "description": "Performs streaming deduplication using NS hashing, returning processed count, deduped count, duplicates removed, and stream statistics.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "us",
          "stream-dedup"
        ],
        "x-payment-info": {
          "description": "Access NSHash stream dedup via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "processed_count": {
                      "type": "string",
                      "description": "processed_count"
                    },
                    "deduped_count": {
                      "type": "string",
                      "description": "deduped_count"
                    },
                    "duplicates_removed": {
                      "type": "string",
                      "description": "duplicates_removed"
                    },
                    "stream_stats": {
                      "type": "string",
                      "description": "stream_stats"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "processed_count": {
                                  "type": "string",
                                  "description": "processed_count"
                                },
                                "deduped_count": {
                                  "type": "string",
                                  "description": "deduped_count"
                                },
                                "duplicates_removed": {
                                  "type": "string",
                                  "description": "duplicates_removed"
                                },
                                "stream_stats": {
                                  "type": "string",
                                  "description": "stream_stats"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/nsindex/build": {
      "get": {
        "summary": "NSIndex build",
        "description": "Builds NS index from dataset, returning index ID, indexed count, build time, and index size for subsequent queries.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "nsindex",
          "build"
        ],
        "x-payment-info": {
          "description": "Access NSIndex build via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.25"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "index_id": {
                      "type": "string",
                      "description": "index_id"
                    },
                    "indexed_count": {
                      "type": "string",
                      "description": "indexed_count"
                    },
                    "build_time": {
                      "type": "string",
                      "description": "build_time"
                    },
                    "index_size": {
                      "type": "string",
                      "description": "index_size"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "index_id": {
                                  "type": "string",
                                  "description": "index_id"
                                },
                                "indexed_count": {
                                  "type": "string",
                                  "description": "indexed_count"
                                },
                                "build_time": {
                                  "type": "string",
                                  "description": "build_time"
                                },
                                "index_size": {
                                  "type": "string",
                                  "description": "index_size"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/us/nsindex/query": {
      "get": {
        "summary": "NSIndex query",
        "description": "Queries previously built NS index, returning results, query time, match count, and relevance scores.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "us",
          "query"
        ],
        "x-payment-info": {
          "description": "Access NSIndex query via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.00"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "results": {
                      "type": "string",
                      "description": "results"
                    },
                    "query_time": {
                      "type": "string",
                      "description": "query_time"
                    },
                    "match_count": {
                      "type": "string",
                      "description": "match_count"
                    },
                    "relevance_scores": {
                      "type": "string",
                      "description": "relevance_scores"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "results": {
                                  "type": "string",
                                  "description": "results"
                                },
                                "query_time": {
                                  "type": "string",
                                  "description": "query_time"
                                },
                                "match_count": {
                                  "type": "string",
                                  "description": "match_count"
                                },
                                "relevance_scores": {
                                  "type": "string",
                                  "description": "relevance_scores"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/nscomp/streaming": {
      "get": {
        "summary": "NSComp streaming",
        "description": "Performs chunked streaming compression for large files, returning chunk ID, compressed size, compression ratio, and stream position.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "nscomp",
          "streaming"
        ],
        "x-payment-info": {
          "description": "Access NSComp streaming via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "chunk_id": {
                      "type": "string",
                      "description": "chunk_id"
                    },
                    "compressed_size": {
                      "type": "string",
                      "description": "compressed_size"
                    },
                    "compression_ratio": {
                      "type": "string",
                      "description": "compression_ratio"
                    },
                    "stream_position": {
                      "type": "string",
                      "description": "stream_position"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "chunk_id": {
                                  "type": "string",
                                  "description": "chunk_id"
                                },
                                "compressed_size": {
                                  "type": "string",
                                  "description": "compressed_size"
                                },
                                "compression_ratio": {
                                  "type": "string",
                                  "description": "compression_ratio"
                                },
                                "stream_position": {
                                  "type": "string",
                                  "description": "stream_position"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/nshash/similarity-scoring": {
      "get": {
        "summary": "NSHash with similarity scoring",
        "description": "Performs fuzzy deduplication with similarity scoring, returning original count, similar count, similarity threshold, and similarity groups.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "nshash",
          "similarity-scoring"
        ],
        "x-payment-info": {
          "description": "Access NSHash with similarity scoring via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.10"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "original_count": {
                      "type": "string",
                      "description": "original_count"
                    },
                    "similar_count": {
                      "type": "string",
                      "description": "similar_count"
                    },
                    "similarity_threshold": {
                      "type": "string",
                      "description": "similarity_threshold"
                    },
                    "similarity_groups": {
                      "type": "string",
                      "description": "similarity_groups"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "original_count": {
                                  "type": "string",
                                  "description": "original_count"
                                },
                                "similar_count": {
                                  "type": "string",
                                  "description": "similar_count"
                                },
                                "similarity_threshold": {
                                  "type": "string",
                                  "description": "similarity_threshold"
                                },
                                "similarity_groups": {
                                  "type": "string",
                                  "description": "similarity_groups"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/us/nsindex/multi-key": {
      "get": {
        "summary": "NSIndex multi-key",
        "description": "Performs compound index queries on multiple keys, returning results, query time, match count, and key combinations used.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "us",
          "multi-key"
        ],
        "x-payment-info": {
          "description": "Access NSIndex multi-key via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.10"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "results": {
                      "type": "string",
                      "description": "results"
                    },
                    "query_time": {
                      "type": "string",
                      "description": "query_time"
                    },
                    "match_count": {
                      "type": "string",
                      "description": "match_count"
                    },
                    "key_combinations": {
                      "type": "string",
                      "description": "key_combinations"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "results": {
                                  "type": "string",
                                  "description": "results"
                                },
                                "query_time": {
                                  "type": "string",
                                  "description": "query_time"
                                },
                                "match_count": {
                                  "type": "string",
                                  "description": "match_count"
                                },
                                "key_combinations": {
                                  "type": "string",
                                  "description": "key_combinations"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/nsfix/session-aware": {
      "get": {
        "summary": "NSFix session-aware",
        "description": "Handles stateful FIX session processing, returning session ID, message sequence, session state, and parsed data.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "nsfix",
          "session-aware"
        ],
        "x-payment-info": {
          "description": "Access NSFix session-aware via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.10"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "session_id": {
                      "type": "string",
                      "description": "session_id"
                    },
                    "message_sequence": {
                      "type": "string",
                      "description": "message_sequence"
                    },
                    "session_state": {
                      "type": "string",
                      "description": "session_state"
                    },
                    "parsed_data": {
                      "type": "string",
                      "description": "parsed_data"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "session_id": {
                                  "type": "string",
                                  "description": "session_id"
                                },
                                "message_sequence": {
                                  "type": "string",
                                  "description": "message_sequence"
                                },
                                "session_state": {
                                  "type": "string",
                                  "description": "session_state"
                                },
                                "parsed_data": {
                                  "type": "string",
                                  "description": "parsed_data"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/legal/nsbvh/scene-query": {
      "get": {
        "summary": "NSBVH scene query",
        "description": "Queries NSBVH spatial index for objects within scene bounds, returning objects found, query bounds, intersection data, and query time.. Call when an agent needs legal data.",
        "tags": [
          "legal",
          "nsbvh",
          "scene-query"
        ],
        "x-payment-info": {
          "description": "Access NSBVH scene query via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.15"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "objects_found": {
                      "type": "string",
                      "description": "objects_found"
                    },
                    "query_bounds": {
                      "type": "string",
                      "description": "query_bounds"
                    },
                    "intersection_data": {
                      "type": "string",
                      "description": "intersection_data"
                    },
                    "query_time": {
                      "type": "string",
                      "description": "query_time"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "objects_found": {
                                  "type": "string",
                                  "description": "objects_found"
                                },
                                "query_bounds": {
                                  "type": "string",
                                  "description": "query_bounds"
                                },
                                "intersection_data": {
                                  "type": "string",
                                  "description": "intersection_data"
                                },
                                "query_time": {
                                  "type": "string",
                                  "description": "query_time"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/legal/nsbvh/ray-cast": {
      "get": {
        "summary": "NSBVH ray cast",
        "description": "Performs ray casting against NSBVH structure, returning intersections, ray origin, ray direction, and hit distances.. Call when an agent needs legal data.",
        "tags": [
          "legal",
          "nsbvh",
          "ray-cast"
        ],
        "x-payment-info": {
          "description": "Access NSBVH ray cast via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.20"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "intersections": {
                      "type": "string",
                      "description": "intersections"
                    },
                    "ray_origin": {
                      "type": "string",
                      "description": "ray_origin"
                    },
                    "ray_direction": {
                      "type": "string",
                      "description": "ray_direction"
                    },
                    "hit_distances": {
                      "type": "string",
                      "description": "hit_distances"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "intersections": {
                                  "type": "string",
                                  "description": "intersections"
                                },
                                "ray_origin": {
                                  "type": "string",
                                  "description": "ray_origin"
                                },
                                "ray_direction": {
                                  "type": "string",
                                  "description": "ray_direction"
                                },
                                "hit_distances": {
                                  "type": "string",
                                  "description": "hit_distances"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/us/nsbvh/collision-detect": {
      "get": {
        "summary": "NSBVH collision detect",
        "description": "Detects collisions using NSBVH structure, returning collisions, collision pairs, penetration depths, and collision time.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "us",
          "collision-detect"
        ],
        "x-payment-info": {
          "description": "Access NSBVH collision detect via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.25"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "collisions": {
                      "type": "string",
                      "description": "collisions"
                    },
                    "collision_pairs": {
                      "type": "string",
                      "description": "collision_pairs"
                    },
                    "penetration_depths": {
                      "type": "string",
                      "description": "penetration_depths"
                    },
                    "collision_time": {
                      "type": "string",
                      "description": "collision_time"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "collisions": {
                                  "type": "string",
                                  "description": "collisions"
                                },
                                "collision_pairs": {
                                  "type": "string",
                                  "description": "collision_pairs"
                                },
                                "penetration_depths": {
                                  "type": "string",
                                  "description": "penetration_depths"
                                },
                                "collision_time": {
                                  "type": "string",
                                  "description": "collision_time"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/us/nsbvh/broadphase": {
      "get": {
        "summary": "NSBVH broadphase",
        "description": "Performs broadphase collision detection using NSBVH, returning potential collisions, broadphase time, pairs tested, and culling efficiency.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "us",
          "broadphase"
        ],
        "x-payment-info": {
          "description": "Access NSBVH broadphase via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.30"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "potential_collisions": {
                      "type": "string",
                      "description": "potential_collisions"
                    },
                    "broadphase_time": {
                      "type": "string",
                      "description": "broadphase_time"
                    },
                    "pairs_tested": {
                      "type": "string",
                      "description": "pairs_tested"
                    },
                    "culling_efficiency": {
                      "type": "string",
                      "description": "culling_efficiency"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "potential_collisions": {
                                  "type": "string",
                                  "description": "potential_collisions"
                                },
                                "broadphase_time": {
                                  "type": "string",
                                  "description": "broadphase_time"
                                },
                                "pairs_tested": {
                                  "type": "string",
                                  "description": "pairs_tested"
                                },
                                "culling_efficiency": {
                                  "type": "string",
                                  "description": "culling_efficiency"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/nsbvh/spatial-index": {
      "get": {
        "summary": "NSBVH spatial index",
        "description": "Builds NSBVH spatial index from geometry data, returning index ID, node count, tree depth, and build time.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "nsbvh",
          "spatial-index"
        ],
        "x-payment-info": {
          "description": "Access NSBVH spatial index via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.50"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "index_id": {
                      "type": "string",
                      "description": "index_id"
                    },
                    "node_count": {
                      "type": "string",
                      "description": "node_count"
                    },
                    "tree_depth": {
                      "type": "string",
                      "description": "tree_depth"
                    },
                    "build_time": {
                      "type": "string",
                      "description": "build_time"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "index_id": {
                                  "type": "string",
                                  "description": "index_id"
                                },
                                "node_count": {
                                  "type": "string",
                                  "description": "node_count"
                                },
                                "tree_depth": {
                                  "type": "string",
                                  "description": "tree_depth"
                                },
                                "build_time": {
                                  "type": "string",
                                  "description": "build_time"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/nsmatrix/multiply": {
      "get": {
        "summary": "NSMatrix multiply",
        "description": "Block-diagonal sparse matrix multiplication. 2.49x Eigen at B=1000. Input: two matrices as JSON arrays.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "nsmatrix",
          "multiply"
        ],
        "x-payment-info": {
          "description": "Access NSMatrix multiply via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "result": {
                      "type": "string",
                      "description": "result"
                    },
                    "dimensions": {
                      "type": "string",
                      "description": "dimensions"
                    },
                    "operation_time": {
                      "type": "string",
                      "description": "operation_time"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "result": {
                                  "type": "string",
                                  "description": "result"
                                },
                                "dimensions": {
                                  "type": "string",
                                  "description": "dimensions"
                                },
                                "operation_time": {
                                  "type": "string",
                                  "description": "operation_time"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/nscache/lookup": {
      "get": {
        "summary": "NSCache lookup",
        "description": "CLOCK-based hot/cold cache. 5.67x LRU random workloads. Input: key-value pairs as JSON.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "nscache",
          "lookup"
        ],
        "x-payment-info": {
          "description": "Access NSCache lookup via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "value": {
                      "type": "string",
                      "description": "value"
                    },
                    "cache_hit": {
                      "type": "string",
                      "description": "cache_hit"
                    },
                    "lookup_time": {
                      "type": "string",
                      "description": "lookup_time"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "value": {
                                  "type": "string",
                                  "description": "value"
                                },
                                "cache_hit": {
                                  "type": "string",
                                  "description": "cache_hit"
                                },
                                "lookup_time": {
                                  "type": "string",
                                  "description": "lookup_time"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/rest/countries/currency/:currency": {
      "get": {
        "summary": "REST Countries /currency/{currency}",
        "description": "GEOGRAPHY - REST Countries. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "rest",
          ":currency"
        ],
        "x-payment-info": {
          "description": "Access REST Countries /currency/{currency} via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "currency",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "currency": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/rest/countries/capital/:capital": {
      "get": {
        "summary": "REST Countries /capital/{capital}",
        "description": "GEOGRAPHY - REST Countries. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "rest",
          ":capital"
        ],
        "x-payment-info": {
          "description": "Access REST Countries /capital/{capital} via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "capital",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "capital": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/rest/countries/region/:region": {
      "get": {
        "summary": "REST Countries /region/{region}",
        "description": "GEOGRAPHY - REST Countries. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "rest",
          ":region"
        ],
        "x-payment-info": {
          "description": "Access REST Countries /region/{region} via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "region",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "region": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/rest/countries/subregion/:subregion": {
      "get": {
        "summary": "REST Countries /subregion/{subregion}",
        "description": "GEOGRAPHY - REST Countries. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "rest",
          ":subregion"
        ],
        "x-payment-info": {
          "description": "Access REST Countries /subregion/{subregion} via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "subregion",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "subregion": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/rest/countries/lang/:language": {
      "get": {
        "summary": "REST Countries /lang/{language}",
        "description": "GEOGRAPHY - REST Countries. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "rest",
          ":language"
        ],
        "x-payment-info": {
          "description": "Access REST Countries /lang/{language} via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "language",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "language": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/rest/countries/translation/:translation": {
      "get": {
        "summary": "REST Countries /translation/{translation}",
        "description": "GEOGRAPHY - REST Countries. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "rest",
          ":translation"
        ],
        "x-payment-info": {
          "description": "Access REST Countries /translation/{translation} via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "translation",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "translation": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/api/:query": {
      "get": {
        "summary": "IP-API /{query}",
        "description": "GEOGRAPHY - IP-API. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "api",
          ":query"
        ],
        "x-payment-info": {
          "description": "Access IP-API /{query} via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "query",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "query": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/us/api/:query": {
      "get": {
        "summary": "IP-API /{query}?fields=status,message,query,country,city",
        "description": "GEOGRAPHY - IP-API. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "us",
          ":query"
        ],
        "x-payment-info": {
          "description": "Access IP-API /{query}?fields=status,message,query,country,city via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "query",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "query": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/nagerdate/holidays/availablecountries": {
      "get": {
        "summary": "Nager.Date Holidays /AvailableCountries",
        "description": "GEOGRAPHY - Nager.Date Holidays. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "nagerdate",
          "availablecountries"
        ],
        "x-payment-info": {
          "description": "Access Nager.Date Holidays /AvailableCountries via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/coins/categories": {
      "get": {
        "summary": "CoinGecko /coins/categories",
        "description": "FINANCE - CoinGecko. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "coins",
          "categories"
        ],
        "x-payment-info": {
          "description": "Access CoinGecko /coins/categories via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/search/trending": {
      "get": {
        "summary": "CoinGecko /search/trending",
        "description": "FINANCE - CoinGecko. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "search",
          "trending"
        ],
        "x-payment-info": {
          "description": "Access CoinGecko /search/trending via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/global": {
      "get": {
        "summary": "CoinGecko /global",
        "description": "FINANCE - CoinGecko. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "global"
        ],
        "x-payment-info": {
          "description": "Access CoinGecko /global via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/exchange_rates": {
      "get": {
        "summary": "CoinGecko /exchange_rates",
        "description": "FINANCE - CoinGecko. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "exchange_rates"
        ],
        "x-payment-info": {
          "description": "Access CoinGecko /exchange_rates via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/coinpaprika/tickers": {
      "get": {
        "summary": "CoinPaprika /tickers",
        "description": "FINANCE - CoinPaprika. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "coinpaprika",
          "tickers"
        ],
        "x-payment-info": {
          "description": "Access CoinPaprika /tickers via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/coinpaprika/coins": {
      "get": {
        "summary": "CoinPaprika /coins",
        "description": "FINANCE - CoinPaprika. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "coinpaprika",
          "coins"
        ],
        "x-payment-info": {
          "description": "Access CoinPaprika /coins via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/coinpaprika/exchanges": {
      "get": {
        "summary": "CoinPaprika /exchanges",
        "description": "FINANCE - CoinPaprika. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "coinpaprika",
          "exchanges"
        ],
        "x-payment-info": {
          "description": "Access CoinPaprika /exchanges via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/coinpaprika/global": {
      "get": {
        "summary": "CoinPaprika /global",
        "description": "FINANCE - CoinPaprika. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "coinpaprika",
          "global"
        ],
        "x-payment-info": {
          "description": "Access CoinPaprika /global via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/us/treasury/fiscal-data/v1/accounting/od/rates_of_exchange": {
      "get": {
        "summary": "US Treasury Fiscal Data /v1/accounting/od/rates_of_exchange",
        "description": "FINANCE - US Treasury Fiscal Data. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "us",
          "rates_of_exchange"
        ],
        "x-payment-info": {
          "description": "Access US Treasury Fiscal Data /v1/accounting/od/rates_of_exchange via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/us/treasury/fiscal-data/v2/accounting/od/avg_interest_rates": {
      "get": {
        "summary": "US Treasury Fiscal Data /v2/accounting/od/avg_interest_rates",
        "description": "FINANCE - US Treasury Fiscal Data. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "us",
          "avg_interest_rates"
        ],
        "x-payment-info": {
          "description": "Access US Treasury Fiscal Data /v2/accounting/od/avg_interest_rates via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/world/bank/country/all/indicator/:indicator": {
      "get": {
        "summary": "World Bank /country/all/indicator/{indicator}",
        "description": "FINANCE - World Bank. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "world",
          ":indicator"
        ],
        "x-payment-info": {
          "description": "Access World Bank /country/all/indicator/{indicator} via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "indicator",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "indicator": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/world/bank/indicator": {
      "get": {
        "summary": "World Bank /indicator",
        "description": "FINANCE - World Bank. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "world",
          "indicator"
        ],
        "x-payment-info": {
          "description": "Access World Bank /indicator via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/world/bank/country": {
      "get": {
        "summary": "World Bank /country",
        "description": "FINANCE - World Bank. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "world",
          "country"
        ],
        "x-payment-info": {
          "description": "Access World Bank /country via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/us/earthquakes/query": {
      "get": {
        "summary": "USGS Earthquakes /query",
        "description": "SCIENCE/SPACE - USGS Earthquakes. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "us",
          "query"
        ],
        "x-payment-info": {
          "description": "Access USGS Earthquakes /query via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/open/meteo/forecast": {
      "get": {
        "summary": "Open-Meteo /forecast",
        "description": "SCIENCE/SPACE - Open-Meteo. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "open",
          "forecast"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo /forecast via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/crossref/works": {
      "get": {
        "summary": "Crossref /works",
        "description": "SCIENCE/SPACE - Crossref. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "crossref",
          "works"
        ],
        "x-payment-info": {
          "description": "Access Crossref /works via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/crossref/journals": {
      "get": {
        "summary": "Crossref /journals",
        "description": "SCIENCE/SPACE - Crossref. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "crossref",
          "journals"
        ],
        "x-payment-info": {
          "description": "Access Crossref /journals via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/crossref/members": {
      "get": {
        "summary": "Crossref /members",
        "description": "SCIENCE/SPACE - Crossref. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "crossref",
          "members"
        ],
        "x-payment-info": {
          "description": "Access Crossref /members via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/crossref/types": {
      "get": {
        "summary": "Crossref /types",
        "description": "SCIENCE/SPACE - Crossref. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "crossref",
          "types"
        ],
        "x-payment-info": {
          "description": "Access Crossref /types via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/science/query": {
      "get": {
        "summary": "arXiv /query?search_query=all:{term}",
        "description": "SCIENCE/SPACE - arXiv. Call when an agent needs science data.",
        "tags": [
          "science",
          "query"
        ],
        "x-payment-info": {
          "description": "Access arXiv /query?search_query=all:{term} via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/drug/labeljson": {
      "get": {
        "summary": "OpenFDA Drug /label.json",
        "description": "HEALTH/GOVERNMENT - OpenFDA Drug. Call when an agent needs health data.",
        "tags": [
          "health",
          "drug",
          "labeljson"
        ],
        "x-payment-info": {
          "description": "Access OpenFDA Drug /label.json via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/drug/enforcementjson": {
      "get": {
        "summary": "OpenFDA Drug /enforcement.json",
        "description": "HEALTH/GOVERNMENT - OpenFDA Drug. Call when an agent needs health data.",
        "tags": [
          "health",
          "drug",
          "enforcementjson"
        ],
        "x-payment-info": {
          "description": "Access OpenFDA Drug /enforcement.json via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/clinicaltrialsgov/studies": {
      "get": {
        "summary": "ClinicalTrials.gov /studies",
        "description": "HEALTH/GOVERNMENT - ClinicalTrials.gov. Call when an agent needs health data.",
        "tags": [
          "health",
          "clinicaltrialsgov",
          "studies"
        ],
        "x-payment-info": {
          "description": "Access ClinicalTrials.gov /studies via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/clinicaltrialsgov/studies/metadata": {
      "get": {
        "summary": "ClinicalTrials.gov /studies/metadata",
        "description": "HEALTH/GOVERNMENT - ClinicalTrials.gov. Call when an agent needs health data.",
        "tags": [
          "health",
          "clinicaltrialsgov",
          "metadata"
        ],
        "x-payment-info": {
          "description": "Access ClinicalTrials.gov /studies/metadata via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/clinicaltrialsgov/studies/search-areas": {
      "get": {
        "summary": "ClinicalTrials.gov /studies/search-areas",
        "description": "HEALTH/GOVERNMENT - ClinicalTrials.gov. Call when an agent needs health data.",
        "tags": [
          "health",
          "clinicaltrialsgov",
          "search-areas"
        ],
        "x-payment-info": {
          "description": "Access ClinicalTrials.gov /studies/search-areas via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/clinicaltrialsgov/stats/size": {
      "get": {
        "summary": "ClinicalTrials.gov /stats/size",
        "description": "HEALTH/GOVERNMENT - ClinicalTrials.gov. Call when an agent needs health data.",
        "tags": [
          "health",
          "clinicaltrialsgov",
          "size"
        ],
        "x-payment-info": {
          "description": "Access ClinicalTrials.gov /stats/size via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/open/library/api/books": {
      "get": {
        "summary": "Open Library /api/books",
        "description": "REFERENCE/KNOWLEDGE - Open Library. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "open",
          "books"
        ],
        "x-payment-info": {
          "description": "Access Open Library /api/books via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/open/library/searchjson": {
      "get": {
        "summary": "Open Library /search.json",
        "description": "REFERENCE/KNOWLEDGE - Open Library. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "open",
          "searchjson"
        ],
        "x-payment-info": {
          "description": "Access Open Library /search.json via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/hacker/news-algolia/search": {
      "get": {
        "summary": "Hacker News Algolia /search",
        "description": "REFERENCE/KNOWLEDGE - Hacker News Algolia. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "hacker",
          "search"
        ],
        "x-payment-info": {
          "description": "Access Hacker News Algolia /search via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/hacker/news-algolia/search_by_date": {
      "get": {
        "summary": "Hacker News Algolia /search_by_date",
        "description": "REFERENCE/KNOWLEDGE - Hacker News Algolia. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "hacker",
          "search_by_date"
        ],
        "x-payment-info": {
          "description": "Access Hacker News Algolia /search_by_date via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/open/food-facts/api/v2/product/:code": {
      "get": {
        "summary": "Open Food Facts /api/v2/product/{code}",
        "description": "REFERENCE/KNOWLEDGE - Open Food Facts. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "open",
          ":code"
        ],
        "x-payment-info": {
          "description": "Access Open Food Facts /api/v2/product/{code} via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "code",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "code": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/open/brewery/breweries": {
      "get": {
        "summary": "Open Brewery DB /breweries",
        "description": "REFERENCE/KNOWLEDGE - Open Brewery DB. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "open",
          "breweries"
        ],
        "x-payment-info": {
          "description": "Access Open Brewery DB /breweries via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/open/brewery/breweries/:id": {
      "get": {
        "summary": "Open Brewery DB /breweries/{id}",
        "description": "REFERENCE/KNOWLEDGE - Open Brewery DB. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "open",
          ":id"
        ],
        "x-payment-info": {
          "description": "Access Open Brewery DB /breweries/{id} via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/open/brewery/breweries/random": {
      "get": {
        "summary": "Open Brewery DB /breweries/random",
        "description": "REFERENCE/KNOWLEDGE - Open Brewery DB. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "open",
          "random"
        ],
        "x-payment-info": {
          "description": "Access Open Brewery DB /breweries/random via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/open/brewery/breweries/search": {
      "get": {
        "summary": "Open Brewery DB /breweries/search?query={query}",
        "description": "REFERENCE/KNOWLEDGE - Open Brewery DB. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "open",
          "search"
        ],
        "x-payment-info": {
          "description": "Access Open Brewery DB /breweries/search?query={query} via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/pokapi/pokemon": {
      "get": {
        "summary": "PokéAPI /pokemon",
        "description": "REFERENCE/KNOWLEDGE - PokéAPI. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "pokapi",
          "pokemon"
        ],
        "x-payment-info": {
          "description": "Access PokéAPI /pokemon via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/open/trivia/apiphp": {
      "get": {
        "summary": "Open Trivia DB /api.php",
        "description": "REFERENCE/KNOWLEDGE - Open Trivia DB. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "open",
          "apiphp"
        ],
        "x-payment-info": {
          "description": "Access Open Trivia DB /api.php via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/open/trivia/api_categoryphp": {
      "get": {
        "summary": "Open Trivia DB /api_category.php",
        "description": "REFERENCE/KNOWLEDGE - Open Trivia DB. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "open",
          "api_categoryphp"
        ],
        "x-payment-info": {
          "description": "Access Open Trivia DB /api_category.php via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/open/trivia/api_countphp": {
      "get": {
        "summary": "Open Trivia DB /api_count.php",
        "description": "REFERENCE/KNOWLEDGE - Open Trivia DB. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "open",
          "api_countphp"
        ],
        "x-payment-info": {
          "description": "Access Open Trivia DB /api_count.php via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/numbers/api/:number": {
      "get": {
        "summary": "Numbers API /{number}",
        "description": "REFERENCE/KNOWLEDGE - Numbers API. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "numbers",
          ":number"
        ],
        "x-payment-info": {
          "description": "Access Numbers API /{number} via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "number",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "number": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/numbers/api/:number/trivia": {
      "get": {
        "summary": "Numbers API /{number}/trivia",
        "description": "REFERENCE/KNOWLEDGE - Numbers API. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "numbers",
          "trivia"
        ],
        "x-payment-info": {
          "description": "Access Numbers API /{number}/trivia via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "number",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "number": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/numbers/api/:number/math": {
      "get": {
        "summary": "Numbers API /{number}/math",
        "description": "REFERENCE/KNOWLEDGE - Numbers API. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "numbers",
          "math"
        ],
        "x-payment-info": {
          "description": "Access Numbers API /{number}/math via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "number",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "number": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/numbers/api/:number/year": {
      "get": {
        "summary": "Numbers API /{number}/year",
        "description": "REFERENCE/KNOWLEDGE - Numbers API. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "numbers",
          "year"
        ],
        "x-payment-info": {
          "description": "Access Numbers API /{number}/year via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "number",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "number": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/numbers/api/:month/:day/date": {
      "get": {
        "summary": "Numbers API /{month}/{day}/date",
        "description": "REFERENCE/KNOWLEDGE - Numbers API. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "numbers",
          "date"
        ],
        "x-payment-info": {
          "description": "Access Numbers API /{month}/{day}/date via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "month",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          },
          {
            "name": "day",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "month": {
                                  "type": "string"
                                },
                                "day": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/numbers/api/random": {
      "get": {
        "summary": "Numbers API /random",
        "description": "REFERENCE/KNOWLEDGE - Numbers API. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "numbers",
          "random"
        ],
        "x-payment-info": {
          "description": "Access Numbers API /random via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/numbers/api/random/trivia": {
      "get": {
        "summary": "Numbers API /random/trivia",
        "description": "REFERENCE/KNOWLEDGE - Numbers API. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "numbers",
          "trivia"
        ],
        "x-payment-info": {
          "description": "Access Numbers API /random/trivia via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/numbers/api/random/math": {
      "get": {
        "summary": "Numbers API /random/math",
        "description": "REFERENCE/KNOWLEDGE - Numbers API. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "numbers",
          "math"
        ],
        "x-payment-info": {
          "description": "Access Numbers API /random/math via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/agify": {
      "get": {
        "summary": "Agify /?name={name}",
        "description": "REFERENCE/KNOWLEDGE - Agify. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "agify"
        ],
        "x-payment-info": {
          "description": "Access Agify /?name={name} via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Name to analyze"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "description": "Name to analyze"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/knowledge/genderize": {
      "get": {
        "summary": "Genderize /?name={name}",
        "description": "REFERENCE/KNOWLEDGE - Genderize. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "genderize"
        ],
        "x-payment-info": {
          "description": "Access Genderize /?name={name} via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Name to analyze"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "description": "Name to analyze"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/compute/us/random/user-generator": {
      "get": {
        "summary": "Random User Generator /?results=10",
        "description": "UTILITY/DEV - Random User Generator. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "us",
          "user-generator"
        ],
        "x-payment-info": {
          "description": "Access Random User Generator /?results=10 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "results",
            "in": "query",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "Number of results"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "results": {
                                  "type": "string",
                                  "description": "Number of results"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/compute/jsonplaceholder/posts": {
      "get": {
        "summary": "JSONPlaceholder /posts",
        "description": "UTILITY/DEV - JSONPlaceholder. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "jsonplaceholder",
          "posts"
        ],
        "x-payment-info": {
          "description": "Access JSONPlaceholder /posts via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/jsonplaceholder/posts/:id/comments": {
      "get": {
        "summary": "JSONPlaceholder /posts/{id}/comments",
        "description": "UTILITY/DEV - JSONPlaceholder. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "jsonplaceholder",
          "comments"
        ],
        "x-payment-info": {
          "description": "Access JSONPlaceholder /posts/{id}/comments via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/jsonplaceholder/comments": {
      "get": {
        "summary": "JSONPlaceholder /comments",
        "description": "UTILITY/DEV - JSONPlaceholder. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "jsonplaceholder",
          "comments"
        ],
        "x-payment-info": {
          "description": "Access JSONPlaceholder /comments via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/jsonplaceholder/albums": {
      "get": {
        "summary": "JSONPlaceholder /albums",
        "description": "UTILITY/DEV - JSONPlaceholder. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "jsonplaceholder",
          "albums"
        ],
        "x-payment-info": {
          "description": "Access JSONPlaceholder /albums via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/jsonplaceholder/photos": {
      "get": {
        "summary": "JSONPlaceholder /photos",
        "description": "UTILITY/DEV - JSONPlaceholder. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "jsonplaceholder",
          "photos"
        ],
        "x-payment-info": {
          "description": "Access JSONPlaceholder /photos via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/jsonplaceholder/todos": {
      "get": {
        "summary": "JSONPlaceholder /todos",
        "description": "UTILITY/DEV - JSONPlaceholder. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "jsonplaceholder",
          "todos"
        ],
        "x-payment-info": {
          "description": "Access JSONPlaceholder /todos via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/us/jsonplaceholder/users": {
      "get": {
        "summary": "JSONPlaceholder /users",
        "description": "UTILITY/DEV - JSONPlaceholder. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "us",
          "users"
        ],
        "x-payment-info": {
          "description": "Access JSONPlaceholder /users via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/dog/ceo-api/breeds/list/all": {
      "get": {
        "summary": "Dog CEO API /breeds/list/all",
        "description": "UTILITY/DEV - Dog CEO API. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "dog",
          "all"
        ],
        "x-payment-info": {
          "description": "Access Dog CEO API /breeds/list/all via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/dog/ceo-api/breeds/image/random": {
      "get": {
        "summary": "Dog CEO API /breeds/image/random",
        "description": "UTILITY/DEV - Dog CEO API. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "dog",
          "random"
        ],
        "x-payment-info": {
          "description": "Access Dog CEO API /breeds/image/random via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/dog/ceo-api/breeds/image/random/:count": {
      "get": {
        "summary": "Dog CEO API /breeds/image/random/{count}",
        "description": "UTILITY/DEV - Dog CEO API. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "dog",
          ":count"
        ],
        "x-payment-info": {
          "description": "Access Dog CEO API /breeds/image/random/{count} via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "count",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "count": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/themealdb/searchphp": {
      "get": {
        "summary": "TheMealDB /search.php?s={name}",
        "description": "UTILITY/DEV - TheMealDB. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "themealdb",
          "searchphp"
        ],
        "x-payment-info": {
          "description": "Access TheMealDB /search.php?s={name} via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/themealdb/lookupphp": {
      "get": {
        "summary": "TheMealDB /lookup.php?i={id}",
        "description": "UTILITY/DEV - TheMealDB. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "themealdb",
          "lookupphp"
        ],
        "x-payment-info": {
          "description": "Access TheMealDB /lookup.php?i={id} via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/themealdb/randomphp": {
      "get": {
        "summary": "TheMealDB /random.php",
        "description": "UTILITY/DEV - TheMealDB. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "themealdb",
          "randomphp"
        ],
        "x-payment-info": {
          "description": "Access TheMealDB /random.php via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/themealdb/categoriesphp": {
      "get": {
        "summary": "TheMealDB /categories.php",
        "description": "UTILITY/DEV - TheMealDB. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "themealdb",
          "categoriesphp"
        ],
        "x-payment-info": {
          "description": "Access TheMealDB /categories.php via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/themealdb/listphp": {
      "get": {
        "summary": "TheMealDB /list.php?c=list",
        "description": "UTILITY/DEV - TheMealDB. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "themealdb",
          "listphp"
        ],
        "x-payment-info": {
          "description": "Access TheMealDB /list.php?c=list via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/themealdb/filterphp": {
      "get": {
        "summary": "TheMealDB /filter.php?i={ingredient}",
        "description": "UTILITY/DEV - TheMealDB. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "themealdb",
          "filterphp"
        ],
        "x-payment-info": {
          "description": "Access TheMealDB /filter.php?i={ingredient} via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/thecocktaildb/searchphp": {
      "get": {
        "summary": "TheCocktailDB /search.php?s={name}",
        "description": "UTILITY/DEV - TheCocktailDB. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "thecocktaildb",
          "searchphp"
        ],
        "x-payment-info": {
          "description": "Access TheCocktailDB /search.php?s={name} via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/thecocktaildb/lookupphp": {
      "get": {
        "summary": "TheCocktailDB /lookup.php?i={id}",
        "description": "UTILITY/DEV - TheCocktailDB. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "thecocktaildb",
          "lookupphp"
        ],
        "x-payment-info": {
          "description": "Access TheCocktailDB /lookup.php?i={id} via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/thecocktaildb/randomphp": {
      "get": {
        "summary": "TheCocktailDB /random.php",
        "description": "UTILITY/DEV - TheCocktailDB. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "thecocktaildb",
          "randomphp"
        ],
        "x-payment-info": {
          "description": "Access TheCocktailDB /random.php via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/thecocktaildb/filterphp": {
      "get": {
        "summary": "TheCocktailDB /filter.php?i={ingredient}",
        "description": "UTILITY/DEV - TheCocktailDB. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "thecocktaildb",
          "filterphp"
        ],
        "x-payment-info": {
          "description": "Access TheCocktailDB /filter.php?i={ingredient} via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/thecocktaildb/listphp": {
      "get": {
        "summary": "TheCocktailDB /list.php?c=list",
        "description": "UTILITY/DEV - TheCocktailDB. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "thecocktaildb",
          "listphp"
        ],
        "x-payment-info": {
          "description": "Access TheCocktailDB /list.php?c=list via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/nationalize": {
      "get": {
        "summary": "Nationalize /?name={name}",
        "description": "UTILITY/DEV - Nationalize. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "nationalize"
        ],
        "x-payment-info": {
          "description": "Access Nationalize /?name={name} via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Name to analyze"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "description": "Name to analyze"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/compute/wttrin/:location": {
      "get": {
        "summary": "wttr.in /{location}",
        "description": "UTILITY/DEV - wttr.in. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "wttrin",
          ":location"
        ],
        "x-payment-info": {
          "description": "Access wttr.in /{location} via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "location",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "location": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/city/casey-owned-trees": {
      "get": {
        "summary": "city-of-casey-owned-trees",
        "description": "The location of the City of Casey owned Trees, fields will describe the Family, Botanic and Common names, Age, Health, Height, Diameter, etc.. Call when an agent needs health data.",
        "tags": [
          "health",
          "city",
          "casey-owned-trees"
        ],
        "x-payment-info": {
          "description": "Access city-of-casey-owned-trees via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/playgroup/locations-casey": {
      "get": {
        "summary": "playgroup-locations-in-casey",
        "description": "The locations of playgroups within City of Casey. Also included is information on the number of sessions per week for each location as well as contact details and geographic locations.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "playgroup",
          "locations-casey"
        ],
        "x-payment-info": {
          "description": "Access playgroup-locations-in-casey via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/finance/us/bushfire/place-last-resort-area": {
      "get": {
        "summary": "bushfire-place-last-resort-area",
        "description": "The location and boundaries of the Bushfire Places of Last Resort as defined in the Casey Fire Management Plan, in accordance with the Country Fire Authority Act 1958, the Emergency Management Act 1986 and the documented requirements under Emergency Management Victoria. These are last resort locations that people can use to attempt to escape a bushfire when all other options have failed.. Call when an agent needs finance data.",
        "tags": [
          "finance",
          "us",
          "place-last-resort-area"
        ],
        "x-payment-info": {
          "description": "Access bushfire-place-last-resort-area via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/us/waste/collection-days": {
      "get": {
        "summary": "waste-collection-days",
        "description": "The next collection date for properties that receive waste and/or recycling services in the City of Ballarat.\n\nData source: City of Ballarat\n\nData update frequency: daily\n\nDataset owner: City of Ballarat\n\nData granularity: by street address\n\nReliability: Data does not include or is updated for irregular rubbish collections due to disruption of service or public holidays. For this information please check notifications at https://www.ballarat.vic.gov.au/\n\nDisclaimer: Although all due care has been taken to ensure that these data are correct, no warranty is expressed or implied by the City of Ballarat in their use.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "us",
          "collection-days"
        ],
        "x-payment-info": {
          "description": "Access waste-collection-days via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/enabled/device-counts-from-nov-2020": {
      "get": {
        "summary": "wi-fi-enabled-device-counts-from-nov-2020",
        "description": "Great for understanding crowd sizes and estimated pedestrian counts. Based on the counting of Wi-Fi enabled devices in a specified zone, The data reports the number of Wi-Fi connected devices that entered a zone, left a zone and the average “dwell-time” of all devices present. It can also measure devices in stationary vehicles, on cyclists and behind walls.\n\nThis data has been generated by Meshed nCounter sensors and Cisco Meraki infrastructure, and mobile devices are non-identifiable.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "enabled",
          "device-counts-from-nov-2020"
        ],
        "x-payment-info": {
          "description": "Access wi-fi-enabled-device-counts-from-nov-2020 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/activity/centres-city-casey": {
      "get": {
        "summary": "activity-centres-in-city-of-casey",
        "description": "The Activity Centres located within the City of Casey from the Activity Centre Strategy adopted by Council in 2020.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "activity",
          "centres-city-casey"
        ],
        "x-payment-info": {
          "description": "Access activity-centres-in-city-of-casey via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/locations/dog-friendly-spaces": {
      "get": {
        "summary": "locations-of-dog-friendly-spaces",
        "description": "Locations of existing dog friendly spaces within the City of\nCasey. This dataset includes polygons outlining the zones and sizes of areas\navailable for letting dogs off leash.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "locations",
          "dog-friendly-spaces"
        ],
        "x-payment-info": {
          "description": "Access locations-of-dog-friendly-spaces via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/trees/removed": {
      "get": {
        "summary": "trees-removed",
        "description": "This dataset provides a list of trees which were removed by Council. \n\nData in this dashboard can be visualised on the Urban Forestry dashboard, which also highlights the number of trees planted by the Council.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "trees",
          "removed"
        ],
        "x-payment-info": {
          "description": "Access trees-removed via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/us/solar/radiation-observations": {
      "get": {
        "summary": "solar-radiation-observations",
        "description": "This dataset describes observations made of solar radiation by sensors distributed in Ballarat.\n\nThe information was collected in real time by the sensors.\n\nThe intended use of the information is to inform the public of the historical measured observations of solar radiation in Ballarat.\n\nThe dataset is typically updated every 15 minutes.\n\nThe City of Ballarat is not an official source of weather information. These observations are provided to the public for informative purposes only. Use other channels for official meteorological observations and forecasts.. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "us",
          "radiation-observations"
        ],
        "x-payment-info": {
          "description": "Access solar-radiation-observations via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/pedestrian/count-hourly": {
      "get": {
        "summary": "pedestrian-count-hourly",
        "description": "Displays the Hourly pedestrian count automatically recorded by IoT sensors since 12th Aug 2021, which are installed at few locations in City of Casey.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "pedestrian",
          "count-hourly"
        ],
        "x-payment-info": {
          "description": "Access pedestrian-count-hourly via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/us/ytus/gpas": {
      "get": {
        "summary": "ytus-gpas",
        "description": "This point dataset shows the locations of Water Fittings in the Australian Capital Territory. These assets are either owned or managed by City Services, City and Environment Directorate (CED). Assets managed and / or owned privately, by other ACT Government Directorates or by the Federal Government may not be included.Attributes include location description, suburb, ownership, maintained by, asset sub type (Stand Pipe, Tap), material, make and model and quantity.These assets are captured and maintained in the asset database through the works as executed (WAE) handover process or field audits.For additional information, please see the relevant municipal infrastructure standard (https://www.cityservices.act.gov.au/plan-and-build/standards-codes-and-guidelines/municipal-infrastructure-design-standards-mis).. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "us",
          "gpas"
        ],
        "x-payment-info": {
          "description": "Access ytus-gpas via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/legal/yntp/rvcu": {
      "get": {
        "summary": "yntp-rvcu",
        "description": "Under the Environment Protection Act 1997 (Section 41A), it is a requirement that certain activities that pose environmental risk call for an Environmental Authorisation. Environmental Authorisations are one of the most important regulatory tools available to the EPA, as they set out conditions for activities carrying with them the greatest environmental risk. Each authorisation can be individually tailored for the activity it authorises, and can impose specific conditions on the conduct of the activity.. Call when an agent needs legal data.",
        "tags": [
          "legal",
          "yntp",
          "rvcu"
        ],
        "x-payment-info": {
          "description": "Access yntp-rvcu via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/ym5g/sisa": {
      "get": {
        "summary": "ym5g-sisa",
        "description": "ACT ESA (Fire, RFS, SES) vehicle locations, 201510 201511. This is one of a suite of datasets showing ACT ESA vehicle locations between 2004 and 2016.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "ym5g",
          "sisa"
        ],
        "x-payment-info": {
          "description": "Access ym5g-sisa via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/yjyt/758v": {
      "get": {
        "summary": "yjyt-758v",
        "description": "This dataset gives you current Register of ACT Veterinary Practitioners\n\nhttps://www.cityservices.act.gov.au/pets-and-wildlife/veterinary-practitioners-board/register-of-veterinary-practitioners-and-veterinary-premises. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "yjyt",
          "758v"
        ],
        "x-payment-info": {
          "description": "Access yjyt-758v via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/yjpk/an5u": {
      "get": {
        "summary": "yjpk-an5u",
        "description": "A list of arts facilities in the ACT.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "yjpk",
          "an5u"
        ],
        "x-payment-info": {
          "description": "Access yjpk-an5u via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/security/us/yh5m/n9q2": {
      "get": {
        "summary": "yh5m-n9q2",
        "description": "Nature Conservation Act 2014\n\nThis list brings together species listed under the Nature Conservation Act 2014 that receive additional protection in the Australian Capital Territory, including species on the Threatened Native Species List and the Protected Native Species List.\n\nThe Threatened Native Species List identifies native plants and animals at risk of extinction or significant decline in the ACT. Species on this list have Special Protection Status, which triggers statutory planning, licensing and compliance requirements, and may require the preparation of Conservation Advice and Action Plans based on scientific assessment and recommendation by the ACT Scientific Committee.\n\nThe Protected Native Species List identifies non‑threatened native species that nevertheless require additional protection due to factors such as rarity within the ACT, data deficiency, vulnerability to trade or collection, or risk in other jurisdictions. Species are included in defined categories such as restricted trade, rare, and data deficient, using criteria based solely on scientific matters and developed in consultation with the Scientific Committee.\n\nNgunnawal species names are included where available, provided in consultation with the Winanggaay Ngunnawal Language Aboriginal Corporation.\n\nNature Conservation Act 2014: https://www.legislation.act.gov.au/a/2014-59/\nThreatened Antive Species List: https://www.legislation.act.gov.au/ni/2025-299/\nProtected Native Species List: https://www.legislation.act.gov.au/ni/2025-679/\n\nNgunnawal species names nominated or endorsed by the Winnagaay Ngunnawal Language Aboriginal Corporation.\n© Australian Capital Territory \n© Winanggaay Ngunnawal Language Aboriginal Corporation. Call when an agent needs security data.",
        "tags": [
          "security",
          "us",
          "n9q2"
        ],
        "x-payment-info": {
          "description": "Access yh5m-n9q2 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/finance/us/yh3p/8mx9": {
      "get": {
        "summary": "yh3p-8mx9",
        "description": "This data set provides the average travel time (in mins) of selected measures. This data is obtained from individuals sampled in obtaining data for the ACT Household Travel Survey.\n\nA trip is defined as the travel between two main activities, where a stop may constitute a change in transport mode. As an example: driving from home to a park and ride facility, then catching a bus to an interchange, then walking to a shop to purchase an item and finally walking to work is comprised of 4 ‘stops’, two ‘trips’ and one ‘journey’.. Call when an agent needs finance data.",
        "tags": [
          "finance",
          "us",
          "8mx9"
        ],
        "x-payment-info": {
          "description": "Access yh3p-8mx9 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/legal/yh26/d6mg": {
      "get": {
        "summary": "yh26-d6mg",
        "description": "Faecal Enterococci results and compliance. Call when an agent needs legal data.",
        "tags": [
          "legal",
          "yh26",
          "d6mg"
        ],
        "x-payment-info": {
          "description": "Access yh26-d6mg via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/ygqg/8p9w": {
      "get": {
        "summary": "ygqg-8p9w",
        "description": "ACT ESA (Fire, RFS, SES) vehicle locations,200702 200703. This is one of a suite of datasets showing ACT ESA vehicle locations between 2004 and 2016.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "ygqg",
          "8p9w"
        ],
        "x-payment-info": {
          "description": "Access ygqg-8p9w via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/yg3r/apa2": {
      "get": {
        "summary": "yg3r-apa2",
        "description": "A list of hospitals in the ACT detailed in the Health Services Directory (HSD).. Call when an agent needs health data.",
        "tags": [
          "health",
          "yg3r",
          "apa2"
        ],
        "x-payment-info": {
          "description": "Access yg3r-apa2 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/us/yfxr/ys8c": {
      "get": {
        "summary": "yfxr-ys8c",
        "description": "This polyline dataset shows the locations of Overhead and Underground Streetlight Cables in the Australian Capital Territory. These assets are either owned or managed by City Services, City and Environment Directorate (CED). Assets managed and / or owned privately, by other ACT Government Directorates or by the Federal Government may not be included.The streetlight cables are overhead or buried underground and carry the electrical load to power the streetlight network. There are different types of cables based on the load required to power each streetlight thus higher voltage cables are generally encased in a thicker conduit. The cables are connected to a circuit which is controlled at a controller box. The dataset includes streetlight cables from ActewAGL’s database as of June 30th 2017 in addition to new cables that have been handed over to the ACT Government since then. Attributes include location description, suburb, ownership, maintained by, asset sub type (Overhead Cable, Underground Cable), cable type and conduit, voltage (LOW or HIGH), the status of the cable (ABANDONED or IN SERVICE), when it was installed and the reference information for the source of the data. The cable length is based off the spatial geometry of each feature. These assets are captured and maintained in the CED asset database through the works as executed (WAE) handover process or field audits. The information available in this dataset may be incomplete and should not be solely relied upon as a search. Cable locations / alignments generally represent indicative routes rather than being survey accurate. No warranty is given in relation to the data (including accuracy, reliability, completeness or suitability) and no liability accepted (including without limitation, liability in negligence) for any loss damage or costs (including consequential damage) relating to any use of the data. Minor to substantial delays may occur in updating the source data to reflect as-constructed information. This data is generally used for the Dial Before You Dig (DBYD) service and should be used as a guide only.For additional information, please see the relevant municipal infrastructure standard (https://www.cityservices.act.gov.au/plan-and-build/standards-codes-and-guidelines/municipal-infrastructure-design-standards-mis).. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "us",
          "ys8c"
        ],
        "x-payment-info": {
          "description": "Access yfxr-ys8c via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/us/yde5/uddr": {
      "get": {
        "summary": "yde5-uddr",
        "description": "This point dataset shows the locations of Playground Structures in the Australian Capital Territory.These assets are either owned or managed by City Services, City and Environment Directorate (CED) and Parks and Conservation Service, City and Environment Directorate (CED). Assets managed and / or owned privately, by other ACT Government Directorates or by the Federal Government may not be included.Attributes include location description, suburb, ownership, maintained by, asset sub type (Balance Element, Balance Log With Rope, Bridge, Chin Up/Turn Over Bars, Climber, Combination Unit (Huge), Combination Unit (Junior), Combination Unit (Large), Combination Unit (Medium), Combination Unit (Small), Cubby House, Digging Pit, Exercise Element, Flying Fox, Fort/Platform, Goals, Maze, Monkey Bars, Musical Instrument, Natural Arch, Natural Balance Log, Natural Base Area, Natural Dry Creek, Natural Grass Mound, Natural Maze, Natural Platform, Natural Play Rock, Natural Posts, Natural Rill Log, Natural Sandstone Log, Natural Stepping Log, Natural Stepping Stone, Natural Storage Area, Natural Totem Poles, Natural Tunnel, Panel (Activity), Play Art Elements, Rocker, Rotating Element, Rubber Mound, Rubber Play Mound, Running Track, Sand Pit, Sand Play Item, Sculpture, Slide, Sound Element, Spinning Rocker, Swing (Whirl-Around), Swing Frame (Double), Swing Frame (Multiple I.e. Gt 4), Swing Frame (Pentagonal), Swing Frame (Quadruple), Swing Frame (Single), Swing Frame (Triple), Track Glide, Trampoline, Water Play Feature, Weave Poles), Material (e.g. Steel, Timber), and Make and Model where available.These assets are captured and maintained in the asset database through the works as executed (WAE) handover process or field audits.For additional information, please see the relevant municipal infrastructure standard (https://www.cityservices.act.gov.au/plan-and-build/standards-codes-and-guidelines/municipal-infrastructure-design-standards-mis).. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "us",
          "uddr"
        ],
        "x-payment-info": {
          "description": "Access yde5-uddr via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/us/yawy/tagv": {
      "get": {
        "summary": "yawy-tagv",
        "description": "The data contained in this dataset is based on the Cause Of Death Unit Record File (CODURF) provided by the Australian Coordinating Registry (ACR), the data has been aggregated based on either a single or grouped ICD-10* classification.\n\nMortality statistics are based on the Cause Of Death Unit Record File (CODURF) provided by the Australian Coordinating Registry (ACR) and are reported by year of occurrence. There can be lags in the registration of deaths with the state or territory registries. Consequently, not all deaths are registered in the year that they occur. In addition, a coroner may investigate a death if the death is unexpected or violent (such as a homicide and suicide), when the identity is unknown, cause of death is not known or if the person is in care or custody. The coronial process can take several years, particularly where an inquest is held, or complex investigations are being undertaken. Therefore, there is a delay in reporting deaths through this process.\n\nDeaths for 2022 and 2023 are preliminary and are subject to change.\n\nThe ACT deaths data is collected and maintained by the ACT registrar of Births, Deaths and Marriages (ACT RBDM), which records all medical conditions that directly caused or contributed to the death and were applicable, ie the circumstances surrounding a death (eg. motor vehicle accident).\n\nThe National Coronial Information System (NCIS) records and stores information relating to coroner certified deaths for the purposes of retrieval, analysis, interpretation and dissemination to allow for informed death and injury prevention activities.\n\nThe Australian Coordinating Registry (ACR) is an agency appointed by state and territory RBDMs and coroners to coordinate and manage approval of coded deaths data.\n\n*The International Statistical Classification of Diseases and Related Health Problems Tenth Revision\n\nThe data is presented by the ACT Government for the purpose of disseminating information for the benefit of the public. The ACT Government has taken great care to ensure the information in this report is as correct and accurate as possible. Whilst the information is considered to be true and correct at the date of publication, changes in circumstances after the time of publication may impact on the accuracy of the information. Differences in statistical methods and calculations, data updates and guidelines may result in the information contained in this report varying from previously published information. Call when an agent needs health data.",
        "tags": [
          "health",
          "us",
          "tagv"
        ],
        "x-payment-info": {
          "description": "Access yawy-tagv via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/yanr/2yzd": {
      "get": {
        "summary": "yanr-2yzd",
        "description": "Dataset of ACT Government 2019-2020 budget capital works program containing savings to the budget. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "yanr",
          "2yzd"
        ],
        "x-payment-info": {
          "description": "Access yanr-2yzd via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/economy/us/y42x/4jcy": {
      "get": {
        "summary": "y42x-4jcy",
        "description": "Provides the average number of passenger boardings per trip by service type by month on the Transport Canberra network for 2016-17.\n\nThe service types in the current public transport network include:\n\nRapid services - Public transport corridors for all day, high speed travel across the city along dense corridors. Currently includes the Blue and Red Rapid services.\n\nFrequent Local services – Local services in areas of current or future denser development, including some group centres. This type of service will connect to rapid services at bus stations and town centre nodes for longer trips. Currently includes the Green, Gold and Weston Line routes.\n\nPeak Express services – Direct service from residential or Park and Ride facility to major employment destinations. This type of service is supplementary and does not compete with Rapid services. Currently includes the Xpresso routes.\n\nCoverage services – Local and feeder services in lower density areas away from the 'Frequent Network'. These services are provided for reasons of inclusion rather than patronage.\n\nThe 'Frequent Network' comprises of Rapid and Frequent Local services.. Call when an agent needs economy data.",
        "tags": [
          "economy",
          "us",
          "4jcy"
        ],
        "x-payment-info": {
          "description": "Access y42x-4jcy via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/finance/us/y224/dq5i": {
      "get": {
        "summary": "y224-dq5i",
        "description": "This data set provides the average trip distance (in km) categorised by the method of transport used and the time of day. This data is obtained from individuals sampled in obtaining data for the ACT Household Travel Survey. \n\nA trip is defined as the travel between two main activities, where a stop may constitute a change in transport mode. As an example: driving from home to a park and ride facility, then catching a bus to an interchange, then walking to a shop to purchase an item and finally walking to work is comprised of 4 ‘stops’ and two ‘trips’. \n\nNote: This data represents travel and activity on an average weekday. The main method of travel across a trip is used to classify trip types. The time of day is based on the mid-point of the start and arrival time of the trip. \nAM Peak: 8-9AM, PM Peak: 5-6PM. Call when an agent needs finance data.",
        "tags": [
          "finance",
          "us",
          "dq5i"
        ],
        "x-payment-info": {
          "description": "Access y224-dq5i via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/science/xvid/q4du": {
      "get": {
        "summary": "xvid-q4du",
        "description": "Note: Transport Canberra is working with its service provider to restore public transport data reports on the ACT Open Data portal, with preliminary data now appearing as systems are reconnected. As a result, data remains unverified.\n\nThis dataset contains Light Rail Patronage for every 15 mins starting from interval (00 to 00) to interval (23 to 23). This includes both MyWay boardings and paper ticket boardings. This dataset can be aggregated to provide daily Light Rail (LR) patronage number that is published at https://www.data.act.gov.au/Transport/Light-Rail-Patronage/x7dn-77he\n\nNote: Due to delays in data processing, final number may take up to three days to accurately report on all passenger boardings. Call when an agent needs science data.",
        "tags": [
          "science",
          "xvid",
          "q4du"
        ],
        "x-payment-info": {
          "description": "Access xvid-q4du via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/us/xtw3/yn39": {
      "get": {
        "summary": "xtw3-yn39",
        "description": "This data set provides a count and percentage of main activity of individuals sampled in obtaining data for the ACT Household Travel Survey.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "us",
          "yn39"
        ],
        "x-payment-info": {
          "description": "Access xtw3-yn39 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/us/xpwt/d638": {
      "get": {
        "summary": "xpwt-d638",
        "description": "This point dataset shows the locations of Stormwater Headwalls and Endwalls in the Australian Capital Territory. These assets are either owned or managed by City Services, City and Environment Directorate (CED). Assets managed and / or owned privately, by other ACT Government Directorates or by the Federal Government may not be included.Attributes include location description, suburb, ownership, maintained by, asset sub type (Drop Structure, Endwall, Special Outlet Structure, Standard Headwall), surface and invert level, height, material, apron and construction type.These assets are captured and maintained in the asset database through the works as executed (WAE) handover process or field audits.For additional information, please see the relevant municipal infrastructure standard (https://www.cityservices.act.gov.au/plan-and-build/standards-codes-and-guidelines/municipal-infrastructure-design-standards-mis).. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "us",
          "d638"
        ],
        "x-payment-info": {
          "description": "Access xpwt-d638 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/us/xm7i/5vqp": {
      "get": {
        "summary": "xm7i-5vqp",
        "description": "ACT component of the Australian Secondary Students' Alcohol and Drug survey (ASSAD). The data is presented by the ACT Government for the purpose of disseminating information for the benefit of the public. The ACT Government has taken great care to ensure the information in this report is as correct and accurate as possible. While the information is considered to be true and correct at the date of publication, changes in circumstances after the time of publication may impact on the accuracy of the information. Differences in statistical methods and calculations, data updates and guidelines may result in the information contained in this report varying from previously published information.. Call when an agent needs health data.",
        "tags": [
          "health",
          "us",
          "5vqp"
        ],
        "x-payment-info": {
          "description": "Access xm7i-5vqp via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/finance/us/xhd3/fbj9": {
      "get": {
        "summary": "xhd3-fbj9",
        "description": "This data set provides the distance travelled (in km) and percentage contribution of travel categorised by method of transport. This data is obtained from individuals sampled in obtaining data for the ACT Household Travel Survey.\n\nA trip is defined as the travel between two main activities, where a stop may constitute a change in transport mode. As an example: driving from home to a park and ride facility, then catching a bus to an interchange, then walking to a shop to purchase an item and finally walking to work is comprised of 4 ‘stops’ and two ‘trips’. \n\nNote: This data represents travel and activity on an average weekday.. Call when an agent needs finance data.",
        "tags": [
          "finance",
          "us",
          "fbj9"
        ],
        "x-payment-info": {
          "description": "Access xhd3-fbj9 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/us/xfiz/thuk": {
      "get": {
        "summary": "xfiz-thuk",
        "description": "This point dataset shows the locations of Drinking Fountains in the Australian Capital Territory. These assets are either owned or managed by City Services, City and Environment Directorate (CED) and Parks and Conservation Service, City and Environment Directorate (CED). Assets managed and / or owned privately, by other ACT Government Directorates or by the Federal Government may not be included.Attributes include location description, suburb, asset sub type (Drinking Fountain With Dog Bowl, Refill Station, Standard Drinking Fountain), material (e.g. metal, plastic), dog bowl presence and disabled access.These assets are captured and maintained in the asset database through the works as executed (WAE) handover process or field audits.For additional information, please see the relevant municipal infrastructure standard (https://www.cityservices.act.gov.au/plan-and-build/standards-codes-and-guidelines/municipal-infrastructure-design-standards-mis).. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "us",
          "thuk"
        ],
        "x-payment-info": {
          "description": "Access xfiz-thuk via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/xbyf/jcqz": {
      "get": {
        "summary": "xbyf-jcqz",
        "description": "ACT ESA (Fire, RFS, SES) vehicle locations, 201608 201609. This is one of a suite of datasets showing ACT ESA vehicle locations between 2004 and 2016.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "xbyf",
          "jcqz"
        ],
        "x-payment-info": {
          "description": "Access xbyf-jcqz via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/science/us/x7dn/77he": {
      "get": {
        "summary": "x7dn-77he",
        "description": "Note: Transport Canberra is working with its service provider to restore public transport data reports on the ACT Open Data portal, with preliminary data now appearing as systems are reconnected. As a result, data remains unverified.\n\nThis dataset contains information relating to the daily patronage figure (number of boardings) on the Light Rail Network in Canberra. The dataset contains patronage data since light rail operations commenced with the first fiscal week beginning on Monday 22nd of April 2019. This dataset contains boardings calculated using MyWay Card and Paper Tickets.\n\nNote: Due to delays in data processing, final number may take up to three days to accurately report on all passenger boardings. Call when an agent needs science data.",
        "tags": [
          "science",
          "us",
          "77he"
        ],
        "x-payment-info": {
          "description": "Access x7dn-77he via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/us/x4hp/vihn": {
      "get": {
        "summary": "x4hp-vihn",
        "description": "This dataset provides the total numbers of vehicles registered in the ACT as at the first day of each month by their motive power. Motive power in this case indicates the fuel source of the vehicle. These data are used to track the uptake of Zero Emissions Vehicles in the ACT.\n\nThe following changes have been made:\na) Heavy and light vehicles without motive power was reclassified in May 2023 under the vehicle category of 'Trailers'.\nb) The vehicle category ‘Trailers’ was refined in May 2024 with the creation of the Heavy and Light Trailers vehicle categories.\nc) The dataset was corrected and re-uploaded on 22 July 2025.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "us",
          "vihn"
        ],
        "x-payment-info": {
          "description": "Access x4hp-vihn via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/x3uk/2eb4": {
      "get": {
        "summary": "x3uk-2eb4",
        "description": "ACT ESA (Fire, RFS, SES) vehicle locations, 2007-10 through 2008-03. This is one of a suite of datasets showing ACT ESA vehicle locations between 2004 and 2016.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "x3uk",
          "2eb4"
        ],
        "x-payment-info": {
          "description": "Access x3uk-2eb4 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/x3bb/pzan": {
      "get": {
        "summary": "x3bb-pzan",
        "description": "No description available.. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "x3bb",
          "pzan"
        ],
        "x-payment-info": {
          "description": "Access x3bb-pzan via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/wzex/waq5": {
      "get": {
        "summary": "wzex-waq5",
        "description": "A dataset detailing the number of students in the ACT receiving home education. There are a total of 17 part-time students and 178 full-time students in home education.\nThis is a historical snapshot dataset from 2013 and no new data will be added.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "wzex",
          "waq5"
        ],
        "x-payment-info": {
          "description": "Access wzex-waq5 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/finance/us/wxpy/bzb5": {
      "get": {
        "summary": "wxpy-bzb5",
        "description": "This data set provides a rate of 'trips' taken by individuals sampled in obtaining data for the ACT Household Travel Survey. The data is categorised hourly aside from 1AM – 4AM which is a single category. \nA trip is defined as the travel between two main activities, where a stop may constitute a change in transport mode. As an example: driving from home to a park and ride facility, then catching a bus to an interchange, then walking to a shop to purchase an item and finally walking to work is comprised of 4 ‘stops’ and two ‘trips’. \nNote: This data represents travel and activity on an average weekday.. Call when an agent needs finance data.",
        "tags": [
          "finance",
          "us",
          "bzb5"
        ],
        "x-payment-info": {
          "description": "Access wxpy-bzb5 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/wvsd/jxgc": {
      "get": {
        "summary": "wvsd-jxgc",
        "description": "This map displays the operating area and parking locations for the ACT Government Bike Share trial. Bicycles can be ridden outside the trial zone area, however once a bicycle has been stationary outside the trail zone for an extended duration the bicycle will be relocated back to within the trial zone.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "wvsd",
          "jxgc"
        ],
        "x-payment-info": {
          "description": "Access wvsd-jxgc via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/us/wtey/c2u3": {
      "get": {
        "summary": "wtey-c2u3",
        "description": "This polyline dataset shows the locations of Fence / Boundary Features in the Australian Capital Territory. These assets are either owned or managed by City Services, City and Environment Directorate (CED) and Parks and Conservation Service, City and Environment Directorate (CED). Assets managed and / or owned privately, by other ACT Government Directorates or by the Federal Government may not be included.Attributes include location description, suburb, ownership, maintained by, asset sub type (Agricultural (Netting, Ringlock, Plain), Bollard (Vertical), Bollard With Chain, Boom, Cave Enclosure, Decorative Fence, Handrail, High Standard Enclosure Fencing, Lake Fence, Log Barrier, No Fence - Reference Only, Paling, Pipe Fencing, Pool Style Fencing (Play And Recreation), Pool Style Fencing (Playgrounds), Portable Fence, Post And Rail, Rock Boulder), length and height, materials and purpose.These assets are captured and maintained in the asset database through the works as executed (WAE) handover process or field audits.For additional information, please see the relevant municipal infrastructure standard (https://www.cityservices.act.gov.au/plan-and-build/standards-codes-and-guidelines/municipal-infrastructure-design-standards-mis).. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "us",
          "c2u3"
        ],
        "x-payment-info": {
          "description": "Access wtey-c2u3 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/wt85/2h3g": {
      "get": {
        "summary": "wt85-2h3g",
        "description": "No description available.. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "wt85",
          "2h3g"
        ],
        "x-payment-info": {
          "description": "Access wt85-2h3g via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/wrt4/si8c": {
      "get": {
        "summary": "wrt4-si8c",
        "description": "Passenger boardings by Route on the ACTION network for weekends only.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "wrt4",
          "si8c"
        ],
        "x-payment-info": {
          "description": "Access wrt4-si8c via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/us/wret/g63c": {
      "get": {
        "summary": "wret-g63c",
        "description": "This point dataset shows the locations of Smart Parking Sensors in the Australian Capital Territory. These assets are either owned or managed by City Services, City and Environment Directorate (CED). Assets managed and / or owned privately, by other ACT Government Directorates or by the Federal Government may not be included.Attributes include location description, suburb, ownership, maintained by, asset sub type (Smart Parking Sensor), sensor type (e.g. overhead, underground) and battery voltage.These assets are captured and maintained in the asset database through the works as executed (WAE) handover process or field audits.For additional information, please see the relevant municipal infrastructure standard (https://www.cityservices.act.gov.au/plan-and-build/standards-codes-and-guidelines/municipal-infrastructure-design-standards-mis).. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "us",
          "g63c"
        ],
        "x-payment-info": {
          "description": "Access wret-g63c via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/us/wpfn/nze5": {
      "get": {
        "summary": "wpfn-nze5",
        "description": "Burden of disease analysis is a technique that is used as a measure of population health. It is used to compare the impact of different diseases, conditions, injuries and risk factors on a population. This impact is a combination of the fatal (years of life lost due to premature death, YLL) and non-fatal (years lived in ill health or with disability, YLD) burden, they are then combined into a summary measure of health called Disability-Adjusted Life Years, or DALY. A DALY combines the impact of dying early and living with illness. \n\n\n\n\nIn 2018 the disease groups with the highest age standardised Disability Adjusted Life Years (DALY) rates for the ACT were cancer (27.5 per 1,000 population), mental and substance use disorders (26.4 per 1,000 population), musculoskeletal conditions (26.4 per 1,000) and cardiovascular diseases (20.5 per 1,000 population).. Call when an agent needs health data.",
        "tags": [
          "health",
          "us",
          "nze5"
        ],
        "x-payment-info": {
          "description": "Access wpfn-nze5 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/legal/us/wp9g/3hg8": {
      "get": {
        "summary": "wp9g-3hg8",
        "description": "About the Contracts Register\nThe ACT Government Contracts Register records contracts with suppliers of goods, services and works, with a value of $25,000 or more. Contract amendments are also published if they change the scope or nature of the contract, or if they increase the value of the contract by 10% or $25,000. Contracts awarded prior to 1 July 2016 are available on the previous contracts register.\n\nContracts which contain confidential text are subject to Clause 35 of the Government Procurement Act 2001. Confidential text which may be removed from the public copy of the contract may include personal information, trade secrets, individual item pricing that have a commercial value, information which may impact on public safety, or text that is subject to a legal contract requiring confidentiality. For more information please refer to the Act.\n\nFor more information about the ACT Government Contracts Register please email CMTEDDContracts@act.gov.au or phone 02 6205 4301. For information about specific contracts on the register, please contact the relevant directorate or entity.. Call when an agent needs legal data.",
        "tags": [
          "legal",
          "us",
          "3hg8"
        ],
        "x-payment-info": {
          "description": "Access wp9g-3hg8 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/wjk9/amg5": {
      "get": {
        "summary": "wjk9-amg5",
        "description": "This data set is a record of planned footpath closures within the ACT based on the submission of Temporary Traffic Management (TTM) plans. This data contains all information recorded since the implementation of an ESRI Survey 123 solution to handle TTM Applications.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "wjk9",
          "amg5"
        ],
        "x-payment-info": {
          "description": "Access wjk9-amg5 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/us/wfzq/y7rp": {
      "get": {
        "summary": "wfzq-y7rp",
        "description": "This point dataset shows the locations of Water Service Offtakes in the Australian Capital Territory. \n\nThese assets are either owned or managed by City Services, Transport Canberra and City Services Directorate (TCCS). Assets managed and / or owned privately, by other ACT Government Directorates or by the Federal Government may not be included.\n\nAttributes include location description, suburb, ownership, maintained by, asset sub type (45 Degree Junction, Concentric Reducer, Tee Offtake), tee and offtake pipe diameters, surface level and depth, and if it has a concentric reducer.\n\nThese assets are captured and maintained in the asset database through the works as executed (WAE) handover process or field audits.\n\nFor additional information, please see the relevant municipal infrastructure standard (https://www.cityservices.act.gov.au/plan-and-build/standards-codes-and-guidelines/municipal-infrastructure-design-standards-mis).. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "us",
          "y7rp"
        ],
        "x-payment-info": {
          "description": "Access wfzq-y7rp via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/wd2k/5xmn": {
      "get": {
        "summary": "wd2k-5xmn",
        "description": "This page provides emergency department (ED) activity data displayed in the ACT Health Service Data Dashboard (HSDD).\n\nFor detailed information on data caveats and methodologies, please refer to the 'About the data' section within each measure report in the ACT HSDD dashboard:\n\nhttps://www.act.gov.au/directorates-and-agencies/act-health/data-statistics-and-surveys/act-health-service-data-dashboard/emergency-department-activity. Call when an agent needs health data.",
        "tags": [
          "health",
          "wd2k",
          "5xmn"
        ],
        "x-payment-info": {
          "description": "Access wd2k-5xmn via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/economy/us/w7dh/fw9m": {
      "get": {
        "summary": "w7dh-fw9m",
        "description": "The projections are based upon actual values obtained in 2015, and estimates obtained for 2016. A full list of all projections, including historical projections, can be found at http://apps.treasury.act.gov.au/demography/projections/act.\nThese population projections are not intended to present predictions of the demographic future to any degree of reliability or precision.\nThe population projections contained here are the projected population resulting from certain assumptions about future trends in fertility, mortality and migration trends. \n\nFuture population trends are influenced by a variety of social, economic and political factors, with significant fluctuation in short-term population growth rates as well as in the underlying social, economic and political influencers. Numerous behavioural assumptions are required to be made for each age cohort and sex. Many of these assumptions will be swamped by the random impacts on the future movements of individuals through births, deaths, and relocation.\nNeither the authors nor the ACT Government give warranty in relation to these projections, and no liability is accepted by the authors or the Government or any other person who assisted in the preparation of the publication, for errors and omissions, loss or damage suffered as a result of any person acting in reliance thereon.. Call when an agent needs economy data.",
        "tags": [
          "economy",
          "us",
          "fw9m"
        ],
        "x-payment-info": {
          "description": "Access w7dh-fw9m via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/w3me/b75k": {
      "get": {
        "summary": "w3me-b75k",
        "description": "This dataset contains a list of all ACT registrations of entities engaged under the Automatic Mutual Recognition (AMR) scheme administered by Access Canberra. \n\nData Quality\n\nData within this dataset reflects that provided by interstate registrants at the time of application. The quality and accuracy of fields may be affected by the operation of the Commonwealth legislation. To confirm accuracy of home-state licences, it's recommended that the home state public register is consulted.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "w3me",
          "b75k"
        ],
        "x-payment-info": {
          "description": "Access w3me-b75k via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/us/w365/dkdh": {
      "get": {
        "summary": "w365-dkdh",
        "description": "AUSRIVAS (Australian River Assessment System) is a river condition monitoring program that uses the environmental sensitivity of aquatic macroinvertebrates to assess the condition of waterways. AUSRIVAS predicts the macroinvertebrate fauna expected to occur at a site with specific environmental characteristics, in the absence of environmental stress. The fauna observed (O) at a site can then be compared to fauna expected (E), with the deviation between the two providing an indication of biological condition. A site displaying no biological impairment should have an O/E taxa score close to one. The O/E taxa score will decrease as the macroinvertebrate assemblage and richness are adversely affected.\nACT Government maintains 13 AUSRIVAS monitoring locations across the ACT. Sampling is undertaken twice per year (spring and autumn). Site details are provided in another dataset. The O/E taxa score (Score) is provided in this dataset, along with the siteID, Site Name, Season in which the survey was undertaken, and the Year in which the survey was undertaken.. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "us",
          "dkdh"
        ],
        "x-payment-info": {
          "description": "Access w365-dkdh via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/us/vvwh/arih": {
      "get": {
        "summary": "vvwh-arih",
        "description": "A map of the Canberra Centenary Trail, a 145 kilometre selfguided loop trail for walkers and touring cyclists. The trail showcases Canberra and takes users on a\njourney between urban and rural environments.. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "us",
          "arih"
        ],
        "x-payment-info": {
          "description": "Access vvwh-arih via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/us/vk2f/ky5t": {
      "get": {
        "summary": "vk2f-ky5t",
        "description": "As part of the Jobs for Canberrans Fund, announced in 2020, an audit occurred of bike paths and footpaths in Canberra. The audit was primarily focused on asset performance data to inform future asset management activities. To supplement the asset performance information, the audit also captured potential defects for further investigation by a suitably qualified officer. The findings from this audit represent a snapshot in time and don’t reflect the current situation.\n\nThis dataset identifies potential defects requiring further investigation by a qualified officer. Community path defects are managed in an ongoing manner through the Transport Canberra and City Services Asset Management System.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "us",
          "ky5t"
        ],
        "x-payment-info": {
          "description": "Access vk2f-ky5t via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/vipz/tu66": {
      "get": {
        "summary": "vipz-tu66",
        "description": "No description available.. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "vipz",
          "tu66"
        ],
        "x-payment-info": {
          "description": "Access vipz-tu66 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/legal/us/vg7r/hyxk": {
      "get": {
        "summary": "vg7r-hyxk",
        "description": "Diversity in the ACTPS workforce from June 2012\n\nThe ACTPS continues to encourage voluntary disclosure by employees. Diversity percentages are based on total ACTPS headcount which assumes that all respondents do not identify as one or more of the diversity groups, which is likely to result in under-reporting of the actual proportion of diversity groups in the ACTPS.\nDiversity statistics are also provided in Annual Reports and monitored through the ACTPS Respect, Equity and Diversity Framework. Workforce data in this section has been presented in a way that protects the identity of individual employees. \n\nNote on Averages: Salary averages here are inclusive of part-time and casual employees. \n\nPlease see the attached document for additional notes.\n\n[State of the Service 2012]. Call when an agent needs legal data.",
        "tags": [
          "legal",
          "us",
          "hyxk"
        ],
        "x-payment-info": {
          "description": "Access vg7r-hyxk via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/us/vfff/rg6q": {
      "get": {
        "summary": "vfff-rg6q",
        "description": "This point dataset shows the locations of Traffic Signal Sites in the Australian Capital Territory. These assets are either owned or managed by City Services, City and Environment Directorate (CED). Assets managed and / or owned privately, by other ACT Government Directorates or by the Federal Government may not be included.Attributes include location description, suburb, ownership, maintained by, asset sub type (Cross, Part Time, Pedestrian, Tee) and commissioning, connection, modification and replacement dates.These assets are captured and maintained in the asset database through the works as executed (WAE) handover process or field audits.For additional information, please see the relevant municipal infrastructure standard (https://www.cityservices.act.gov.au/plan-and-build/standards-codes-and-guidelines/municipal-infrastructure-design-standards-mis).. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "us",
          "rg6q"
        ],
        "x-payment-info": {
          "description": "Access vfff-rg6q via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/vcfc/swxe": {
      "get": {
        "summary": "vcfc-swxe",
        "description": "This data set contains historical archive of Register of ACT Veterinary Premises. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "vcfc",
          "swxe"
        ],
        "x-payment-info": {
          "description": "Access vcfc-swxe via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/v8ud/i92q": {
      "get": {
        "summary": "v8ud-i92q",
        "description": "Line data representing the spatial location of On-Road cycling within the ACT, as of July 2017.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "v8ud",
          "i92q"
        ],
        "x-payment-info": {
          "description": "Access v8ud-i92q via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/us/v776/bje6": {
      "get": {
        "summary": "v776-bje6",
        "description": "This data set provides a count and percentage of gross weekly income ranges of households sampled in obtaining data for the ACT Household Travel Survey.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "us",
          "bje6"
        ],
        "x-payment-info": {
          "description": "Access v776-bje6 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/uzei/dhv7": {
      "get": {
        "summary": "uzei-dhv7",
        "description": "ACT ESA (Fire, RFS, SES) Vehicle locations 2010-04 through 2010-09. This is one of a suite of datasets showing ACT ESA vehicle locations between 2004 and 2016.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "uzei",
          "dhv7"
        ],
        "x-payment-info": {
          "description": "Access uzei-dhv7 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/uzaz/dbkr": {
      "get": {
        "summary": "uzaz-dbkr",
        "description": "Access Canberra maintains an Historic marriage index that provides limited information relating to marriages that were registered in the ACT more than 75 years ago.\n\nThe index contains: the registration number; both parties’ surnames and given names; and, the date of the marriage.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "uzaz",
          "dbkr"
        ],
        "x-payment-info": {
          "description": "Access uzaz-dbkr via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/security/utqj/bz6f": {
      "get": {
        "summary": "utqj-bz6f",
        "description": "This dataset contains a count the number of interstate vehicles transferred to the ACT by month and year. \n\nData security\n\nSmall counts (less than or equal to 5) of vehicles transferred by state have been omitted. Very few records are affected by this omission.. Call when an agent needs security data.",
        "tags": [
          "security",
          "utqj",
          "bz6f"
        ],
        "x-payment-info": {
          "description": "Access utqj-bz6f via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/urej/vanz": {
      "get": {
        "summary": "urej-vanz",
        "description": "This dataset provides records of active vehicle inspection stations that are authorised to conduct vehicle roadworthy inspections under the Road Transport (Vehicle Registration) Regulation 2000.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "urej",
          "vanz"
        ],
        "x-payment-info": {
          "description": "Access urej-vanz via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/us/ur4g/8tsk": {
      "get": {
        "summary": "ur4g-8tsk",
        "description": "The data is presented by the ACT Government for the purpose of disseminating information for the benefit of the public. The ACT Government has taken great care to ensure the information in this report is as correct and accurate as possible. While the information is considered to be true and correct at the date of publication, changes in circumstances after the time of publication may impact on the accuracy of the information. Differences in statistical methods and calculations, data updates and guidelines may result in the information contained in this report varying from previously published information.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "us",
          "8tsk"
        ],
        "x-payment-info": {
          "description": "Access ur4g-8tsk via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/us/umik/dsg6": {
      "get": {
        "summary": "umik-dsg6",
        "description": "This polyline dataset shows the locations of Stormwater Culverts in the Australian Capital Territory. These assets are either owned or managed by City Services, City and Environment Directorate (CED). Assets managed and / or owned privately, by other ACT Government Directorates or by the Federal Government may not be included.Attributes include location description, suburb, ownership, maintained by, asset sub type (Corrugated Galvanised Steel: Multi Plate Pipe, Culvert Linked To Head And End Wall, Culvert Linked To Sump And End Wall, Culvert With Surcharge Sump And Gpt End, Precast Concrete: Crown + Base Culvert, Precast Concrete: Link Slab Culvert, Reinforced Concrete: Cast Insitu Culvert), material, length, width, height, grade, up and down invert levels and number of cells.These assets are captured and maintained in the asset database through the works as executed (WAE) handover process or field audits.For additional information, please see the relevant municipal infrastructure standard (https://www.cityservices.act.gov.au/plan-and-build/standards-codes-and-guidelines/municipal-infrastructure-design-standards-mis).. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "us",
          "dsg6"
        ],
        "x-payment-info": {
          "description": "Access umik-dsg6 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/uj26/qyjc": {
      "get": {
        "summary": "uj26-qyjc",
        "description": "This dataset contains the spatial locations of MyWay retail agents within Canberra. \n\nhttps://www.transport.act.gov.au/tickets-and-myway/get-myway/recharge-agents. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "uj26",
          "qyjc"
        ],
        "x-payment-info": {
          "description": "Access uj26-qyjc via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/ufvu/jybu": {
      "get": {
        "summary": "ufvu-jybu",
        "description": "PM10 and PM2.5 1 hour and 24 hour rolling average from air monitoring stations.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "ufvu",
          "jybu"
        ],
        "x-payment-info": {
          "description": "Access ufvu-jybu via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/us/ubv7/re48": {
      "get": {
        "summary": "ubv7-re48",
        "description": "This point dataset shows the locations of Stormwater Manholes in the Australian Capital Territory. These assets are either owned or managed by City Services, City and Environment Directorate (CED). Assets managed and / or owned privately, by other ACT Government Directorates or by the Federal Government may not be included.Attributes include location description, suburb, ownership, maintained by, asset sub type (Inspection Pit, Large Manhole, Special Chambered Manhole, Special Structure, Standard Manhole) and pit type, lid material and type, cover type, surface and invert levels and depth.These assets are captured and maintained in the asset database through the works as executed (WAE) handover process or field audits.For additional information, please see the relevant municipal infrastructure standard (https://www.cityservices.act.gov.au/plan-and-build/standards-codes-and-guidelines/municipal-infrastructure-design-standards-mis).. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "us",
          "re48"
        ],
        "x-payment-info": {
          "description": "Access ubv7-re48 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/economy/us/u88i/kmq5": {
      "get": {
        "summary": "u88i-kmq5",
        "description": "This page is no longer used to publish Contractor Central data. Please refer to Tenders ACT using the following link for the most current data.\n\nhttps://www.tenders.act.gov.au/contract/view?id=204817 \n\nContractor Central is the program established for the engagement of contingent labour workers for ACT Government. This contract is leveraged off the NSW Contingent Workforce Scheme SCM0007. Contingent Labour is defined as a person who works for a buyer (in this case an ACT Government agency) but is paid by a supplier (a recruitment agency). This data provides information related to Chief Minister, Treasury and Economic Development Directorate (CMTEDD) purchase of contingent labour hire through recruitment agencies.. Call when an agent needs economy data.",
        "tags": [
          "economy",
          "us",
          "kmq5"
        ],
        "x-payment-info": {
          "description": "Access u88i-kmq5 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/us/u5zp/knpv": {
      "get": {
        "summary": "u5zp-knpv",
        "description": "This point dataset shows the locations of Stormwater Sumps in the Australian Capital Territory. \n\nThese assets are either owned or managed by City Services, Transport Canberra and City Services Directorate (TCCS). Assets managed and / or owned privately, by other ACT Government Directorates or by the Federal Government may not be included.\n\nAttributes include location description, suburb, ownership, maintained by, asset sub type (Concealed Sump, Drop Inlet Structure, Grated Sump, Inspection Pit, Kerb Inlet Sump, Lintel Sump, Median Gully Pit, Pd Sump, Plantation Sump, Ps Sump, Qd Sump, Qs Sump, R Sump, Special Inlet Structure, Surcharge Sump, Table Drain Gully Pit), pit type, lid material, type and size, cover type, surface and invert levels and depth.\n\nThese assets are captured and maintained in the asset database through the works as executed (WAE) handover process or field audits.\n\nFor additional information, please see the relevant municipal infrastructure standard (https://www.cityservices.act.gov.au/plan-and-build/standards-codes-and-guidelines/municipal-infrastructure-design-standards-mis).. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "us",
          "knpv"
        ],
        "x-payment-info": {
          "description": "Access u5zp-knpv via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/finance/us/tyup/ehxd": {
      "get": {
        "summary": "tyup-ehxd",
        "description": "This data set provides the number of trips per person taken by individuals sampled in obtaining data for the ACT Household Travel Survey. The data is categorised based on the purpose of the trip. \n\nA trip is defined as the travel between two main activities, where a stop may constitute a change in transport mode. As an example: driving from home to a park and ride facility, then catching a bus to an interchange, then walking to a shop to purchase an item and finally walking to work is comprised of 4 ‘stops’ and two ‘trips’. \n\nNote: This data represents travel and activity on an average weekday. The time of day is based on the mid-point of the start and arrival time of the trip. \nAM Peak: 8-9AM, PM Peak: 5-6PM. Call when an agent needs finance data.",
        "tags": [
          "finance",
          "us",
          "ehxd"
        ],
        "x-payment-info": {
          "description": "Access tyup-ehxd via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/tw3d/ugn8": {
      "get": {
        "summary": "tw3d-ugn8",
        "description": "Surveyors Registered In The ACT. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "tw3d",
          "ugn8"
        ],
        "x-payment-info": {
          "description": "Access tw3d-ugn8 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/finance/tuip/8329": {
      "get": {
        "summary": "tuip-8329",
        "description": "Tender Responses received in alphabetical order from January 2020 until December 2020. Call when an agent needs finance data.",
        "tags": [
          "finance",
          "tuip",
          "8329"
        ],
        "x-payment-info": {
          "description": "Access tuip-8329 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/us/tknv/9cr8": {
      "get": {
        "summary": "tknv-9cr8",
        "description": "This polyline dataset shows the locations of Walls in the Australian Capital Territory. \n\nThese assets are either owned or managed by City Services, Transport Canberra and City Services Directorate (TCCS). Assets managed and / or owned privately, by other ACT Government Directorates or by the Federal Government may not be included.\n\nAttributes include location description, suburb, ownership, maintained by, asset sub type (Free Standing Wall, Retaining Wall), purpose, material, dimensions, it's slope from vertical, if it has a railing or not, if it is painted or not and it's boundary type.\n\nThese assets are captured and maintained in the asset database through the works as executed (WAE) handover process or field audits.\n\nFor additional information, please see the relevant municipal infrastructure standard (https://www.cityservices.act.gov.au/plan-and-build/standards-codes-and-guidelines/municipal-infrastructure-design-standards-mis).. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "us",
          "9cr8"
        ],
        "x-payment-info": {
          "description": "Access tknv-9cr8 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/us/tf84/r9vc": {
      "get": {
        "summary": "tf84-r9vc",
        "description": "This point dataset shows the locations of Water Meters in the Australian Capital Territory. \n\nThese assets are either owned or managed by City Services, Transport Canberra and City Services Directorate (TCCS) and Parks and Conservation Service, Environment, Planning and Sustainable Development Directorate (EPSDD). Assets managed and / or owned privately, by other ACT Government Directorates or by the Federal Government may not be included.\n\nAttributes include location description, suburb, ownership, maintained by, asset sub type (Barbeque Tap, Drinking Fountain, Flow Meter, Non Potable Irrigation From Waterways, Stream Gauge, Supply From Service Lines, Supply To Facility Or Building, Supply To Irrigation System, Water Data Logger), meter number and make and model where available.\n\nThese assets are captured and maintained in the asset database through the works as executed (WAE) handover process or field audits.\n\nFor additional information, please see the relevant municipal infrastructure standard (https://www.cityservices.act.gov.au/plan-and-build/standards-codes-and-guidelines/municipal-infrastructure-design-standards-mis).. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "us",
          "r9vc"
        ],
        "x-payment-info": {
          "description": "Access tf84-r9vc via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/us/t9ag/jb3f": {
      "get": {
        "summary": "t9ag-jb3f",
        "description": "A map of the Canberra Centenary Trail, a 145 kilometre selfguided loop trail for walkers and touring cyclists. The trail showcases Canberra and takes users on a\njourney between urban and rural environments.. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "us",
          "jb3f"
        ],
        "x-payment-info": {
          "description": "Access t9ag-jb3f via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/t6hf/u79n": {
      "get": {
        "summary": "t6hf-u79n",
        "description": "List of police station locations in the ACT.. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "t6hf",
          "u79n"
        ],
        "x-payment-info": {
          "description": "Access t6hf-u79n via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/syzw/3bqz": {
      "get": {
        "summary": "syzw-3bqz",
        "description": "Terms of office of ACT Chief Ministers. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "syzw",
          "3bqz"
        ],
        "x-payment-info": {
          "description": "Access syzw-3bqz via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/us/sx8p/sw69": {
      "get": {
        "summary": "sx8p-sw69",
        "description": "A map of the Canberra Centenary Trail, a 145 kilometre selfguided loop trail for walkers and touring cyclists. The trail showcases Canberra and takes users on a\njourney between urban and rural environments.. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "us",
          "sw69"
        ],
        "x-payment-info": {
          "description": "Access sx8p-sw69 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/mathjs/22b3": {
      "get": {
        "summary": "MathJS 2%2B3",
        "description": "Compute: Compute Mathjs 22b3. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "mathjs",
          "22b3"
        ],
        "x-payment-info": {
          "description": "Access MathJS 2%2B3 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/mathjs/sqrt": {
      "get": {
        "summary": "MathJS sqrt",
        "description": "Compute: Compute Mathjs Sqrt. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "mathjs",
          "sqrt"
        ],
        "x-payment-info": {
          "description": "Access MathJS sqrt via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/mathjs/factorial": {
      "get": {
        "summary": "MathJS factorial",
        "description": "Compute: Compute Mathjs Factorial. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "mathjs",
          "factorial"
        ],
        "x-payment-info": {
          "description": "Access MathJS factorial via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/mathjs/log": {
      "get": {
        "summary": "MathJS log",
        "description": "Compute: Compute Mathjs Log. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "mathjs",
          "log"
        ],
        "x-payment-info": {
          "description": "Access MathJS log via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/mathjs/cos": {
      "get": {
        "summary": "MathJS cos",
        "description": "Compute: Compute Mathjs Cos. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "mathjs",
          "cos"
        ],
        "x-payment-info": {
          "description": "Access MathJS cos via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/mathjs/sin": {
      "get": {
        "summary": "MathJS sin",
        "description": "Compute: Compute Mathjs Sin. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "mathjs",
          "sin"
        ],
        "x-payment-info": {
          "description": "Access MathJS sin via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/mathjs/tan": {
      "get": {
        "summary": "MathJS tan",
        "description": "Compute: Compute Mathjs Tan. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "mathjs",
          "tan"
        ],
        "x-payment-info": {
          "description": "Access MathJS tan via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/mathjs/abs": {
      "get": {
        "summary": "MathJS abs",
        "description": "Compute: Compute Mathjs Abs. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "mathjs",
          "abs"
        ],
        "x-payment-info": {
          "description": "Access MathJS abs via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/mathjs/floor": {
      "get": {
        "summary": "MathJS floor",
        "description": "Compute: Compute Mathjs Floor. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "mathjs",
          "floor"
        ],
        "x-payment-info": {
          "description": "Access MathJS floor via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/mathjs/pow": {
      "get": {
        "summary": "MathJS pow",
        "description": "Compute: Compute Mathjs Pow. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "mathjs",
          "pow"
        ],
        "x-payment-info": {
          "description": "Access MathJS pow via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/mathjs/round": {
      "get": {
        "summary": "MathJS round",
        "description": "Compute: Compute Mathjs Round. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "mathjs",
          "round"
        ],
        "x-payment-info": {
          "description": "Access MathJS round via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/math/exp1": {
      "get": {
        "summary": "MathJS exp",
        "description": "Compute: Compute Math Exp1. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "math",
          "exp1"
        ],
        "x-payment-info": {
          "description": "Access MathJS exp via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/mathjs/ceil": {
      "get": {
        "summary": "MathJS ceil",
        "description": "Compute: Compute Mathjs Ceil. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "mathjs",
          "ceil"
        ],
        "x-payment-info": {
          "description": "Access MathJS ceil via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/mathjs/log10": {
      "get": {
        "summary": "MathJS log10",
        "description": "Compute: Compute Mathjs Log10. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "mathjs",
          "log10"
        ],
        "x-payment-info": {
          "description": "Access MathJS log10 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/mathjs/sqrt2bsqrt": {
      "get": {
        "summary": "MathJS sqrt%2Bsqrt",
        "description": "Compute: Compute Mathjs Sqrt2bsqrt. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "mathjs",
          "sqrt2bsqrt"
        ],
        "x-payment-info": {
          "description": "Access MathJS sqrt%2Bsqrt via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/math/pi": {
      "get": {
        "summary": "MathJS pi",
        "description": "Compute: Compute Math Pi. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "math",
          "pi"
        ],
        "x-payment-info": {
          "description": "Access MathJS pi via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/mathjs/random": {
      "get": {
        "summary": "MathJS random",
        "description": "Compute: Compute Mathjs Random. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "mathjs",
          "random"
        ],
        "x-payment-info": {
          "description": "Access MathJS random via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/math/e": {
      "get": {
        "summary": "MathJS e",
        "description": "Compute: Compute Math E. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "math",
          "e"
        ],
        "x-payment-info": {
          "description": "Access MathJS e via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/mathjs/max": {
      "get": {
        "summary": "MathJS max",
        "description": "Compute: Compute Mathjs Max. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "mathjs",
          "max"
        ],
        "x-payment-info": {
          "description": "Access MathJS max via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/mathjs/min": {
      "get": {
        "summary": "MathJS min",
        "description": "Compute: Compute Mathjs Min. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "mathjs",
          "min"
        ],
        "x-payment-info": {
          "description": "Access MathJS min via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/mathjs/sum": {
      "get": {
        "summary": "MathJS sum",
        "description": "Compute: Compute Mathjs Sum. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "mathjs",
          "sum"
        ],
        "x-payment-info": {
          "description": "Access MathJS sum via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/mathjs/mean": {
      "get": {
        "summary": "MathJS mean",
        "description": "Compute: Compute Mathjs Mean. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "mathjs",
          "mean"
        ],
        "x-payment-info": {
          "description": "Access MathJS mean via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/media/mathjs/median": {
      "get": {
        "summary": "MathJS median",
        "description": "Compute: Media Mathjs Median. Call when an agent needs media data.",
        "tags": [
          "media",
          "mathjs",
          "median"
        ],
        "x-payment-info": {
          "description": "Access MathJS median via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/mathjs/std": {
      "get": {
        "summary": "MathJS std",
        "description": "Compute: Compute Mathjs Std. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "mathjs",
          "std"
        ],
        "x-payment-info": {
          "description": "Access MathJS std via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/server/world": {
      "get": {
        "summary": "QR Server world",
        "description": "Compute: Compute Server World. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "server",
          "world"
        ],
        "x-payment-info": {
          "description": "Access QR Server world via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/server/2024": {
      "get": {
        "summary": "QR Server 2024",
        "description": "Compute: Compute Server 2024. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "server",
          "2024"
        ],
        "x-payment-info": {
          "description": "Access QR Server 2024 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/server/json": {
      "get": {
        "summary": "QR Server json",
        "description": "Compute: Compute Server Json. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "server",
          "json"
        ],
        "x-payment-info": {
          "description": "Access QR Server json via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/server/example": {
      "get": {
        "summary": "QR Server example",
        "description": "Compute: Compute Server Example. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "server",
          "example"
        ],
        "x-payment-info": {
          "description": "Access QR Server example via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/server/hello": {
      "get": {
        "summary": "QR Server hello",
        "description": "Compute: Compute Server Hello. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "server",
          "hello"
        ],
        "x-payment-info": {
          "description": "Access QR Server hello via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/server/crawler": {
      "get": {
        "summary": "QR Server crawler",
        "description": "Compute: Compute Server Crawler. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "server",
          "crawler"
        ],
        "x-payment-info": {
          "description": "Access QR Server crawler via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/server/https": {
      "get": {
        "summary": "QR Server https",
        "description": "Compute: Compute Server Https. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "server",
          "https"
        ],
        "x-payment-info": {
          "description": "Access QR Server https via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/server/test": {
      "get": {
        "summary": "QR Server test",
        "description": "Compute: Compute Server Test. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "server",
          "test"
        ],
        "x-payment-info": {
          "description": "Access QR Server test via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/server/api": {
      "get": {
        "summary": "QR Server api",
        "description": "Compute: Compute Server. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "server",
          "api"
        ],
        "x-payment-info": {
          "description": "Access QR Server api via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/server/data": {
      "get": {
        "summary": "QR Server data",
        "description": "Compute: Compute Server. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "server",
          "data"
        ],
        "x-payment-info": {
          "description": "Access QR Server data via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/finance/solana/detail": {
      "get": {
        "summary": "CoinGecko solana detail",
        "description": "Financial: Finance Solana Detail. Call when an agent needs finance data.",
        "tags": [
          "finance",
          "solana",
          "detail"
        ],
        "x-payment-info": {
          "description": "Access CoinGecko solana detail via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/finance/solana/tickers": {
      "get": {
        "summary": "CoinGecko solana tickers",
        "description": "Financial: Finance Solana Tickers. Call when an agent needs finance data.",
        "tags": [
          "finance",
          "solana",
          "tickers"
        ],
        "x-payment-info": {
          "description": "Access CoinGecko solana tickers via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/finance/ethereum/detail": {
      "get": {
        "summary": "CoinGecko ethereum detail",
        "description": "Financial: Finance Ethereum Detail. Call when an agent needs finance data.",
        "tags": [
          "finance",
          "ethereum",
          "detail"
        ],
        "x-payment-info": {
          "description": "Access CoinGecko ethereum detail via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/finance/bitcoin/detail": {
      "get": {
        "summary": "CoinGecko bitcoin detail",
        "description": "Financial: Finance Bitcoin Detail. Call when an agent needs finance data.",
        "tags": [
          "finance",
          "bitcoin",
          "detail"
        ],
        "x-payment-info": {
          "description": "Access CoinGecko bitcoin detail via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/finance/coinpaprika/xrp-xrp": {
      "get": {
        "summary": "Coinpaprika xrp-xrp",
        "description": "Financial: Finance Coinpaprika Xrp Xrp. Call when an agent needs finance data.",
        "tags": [
          "finance",
          "coinpaprika",
          "xrp-xrp"
        ],
        "x-payment-info": {
          "description": "Access Coinpaprika xrp-xrp via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/finance/coinpaprika/sol-solana": {
      "get": {
        "summary": "Coinpaprika sol-solana",
        "description": "Financial: Finance Coinpaprika Sol Solana. Call when an agent needs finance data.",
        "tags": [
          "finance",
          "coinpaprika",
          "sol-solana"
        ],
        "x-payment-info": {
          "description": "Access Coinpaprika sol-solana via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/finance/us/coinpaprika/usdc-usd-coin": {
      "get": {
        "summary": "Coinpaprika usdc-usd-coin",
        "description": "Financial: Finance US Coinpaprika Usdc Usd Coin. Call when an agent needs finance data.",
        "tags": [
          "finance",
          "us",
          "usdc-usd-coin"
        ],
        "x-payment-info": {
          "description": "Access Coinpaprika usdc-usd-coin via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/finance/coinpaprika/avax-avalanche": {
      "get": {
        "summary": "Coinpaprika avax-avalanche",
        "description": "Financial: Finance Coinpaprika Avax Avalanche. Call when an agent needs finance data.",
        "tags": [
          "finance",
          "coinpaprika",
          "avax-avalanche"
        ],
        "x-payment-info": {
          "description": "Access Coinpaprika avax-avalanche via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/finance/coinpaprika/eth-ethereum": {
      "get": {
        "summary": "Coinpaprika eth-ethereum",
        "description": "Financial: Finance Coinpaprika Eth Ethereum. Call when an agent needs finance data.",
        "tags": [
          "finance",
          "coinpaprika",
          "eth-ethereum"
        ],
        "x-payment-info": {
          "description": "Access Coinpaprika eth-ethereum via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/finance/us/coinpaprika/usdt-tether": {
      "get": {
        "summary": "Coinpaprika usdt-tether",
        "description": "Media: Media Openlibrary Pratchett. Call when an agent needs finance data.",
        "tags": [
          "finance",
          "us",
          "usdt-tether"
        ],
        "x-payment-info": {
          "description": "Access Coinpaprika usdt-tether via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/media/openlibrary/pratchett": {
      "get": {
        "summary": "OpenLibrary Pratchett",
        "description": "Media: Media Openlibrary Pratchett. Call when an agent needs media data.",
        "tags": [
          "media",
          "openlibrary",
          "pratchett"
        ],
        "x-payment-info": {
          "description": "Access OpenLibrary Pratchett via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/holidays/2023/:country": {
      "get": {
        "summary": "Nager Date LK 2023",
        "description": "Geographic: Compute Holidays 2023. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "holidays",
          ":country"
        ],
        "x-payment-info": {
          "description": "Access Nager Date LK 2023 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "country",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "country": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/holidays/2024/:country": {
      "get": {
        "summary": "Nager Date LK 2024",
        "description": "Geographic: Compute Holidays 2024. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "holidays",
          ":country"
        ],
        "x-payment-info": {
          "description": "Access Nager Date LK 2024 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "country",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "country": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/us/zippopotamus/manchester": {
      "get": {
        "summary": "ZipPopotamus Manchester",
        "description": "Geographic: Geo US Zippopotamus Manchester. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "us",
          "manchester"
        ],
        "x-payment-info": {
          "description": "Access ZipPopotamus Manchester via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/us/zippopotamus/toronto": {
      "get": {
        "summary": "ZipPopotamus Toronto",
        "description": "Geographic: Geo US Zippopotamus Toronto. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "us",
          "toronto"
        ],
        "x-payment-info": {
          "description": "Access ZipPopotamus Toronto via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/us/zippopotamus/birmingham": {
      "get": {
        "summary": "ZipPopotamus Birmingham",
        "description": "Geographic: Geo US Zippopotamus Birmingham. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "us",
          "birmingham"
        ],
        "x-payment-info": {
          "description": "Access ZipPopotamus Birmingham via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/us/zippopotamus/beverly-hills": {
      "get": {
        "summary": "ZipPopotamus Beverly Hills",
        "description": "Geographic: Geo US Zippopotamus Beverly Hills. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "us",
          "beverly-hills"
        ],
        "x-payment-info": {
          "description": "Access ZipPopotamus Beverly Hills via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/us/zippopotamus/new-york": {
      "get": {
        "summary": "ZipPopotamus New York",
        "description": "Geographic: Geo US Zippopotamus New York. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "us",
          "new-york"
        ],
        "x-payment-info": {
          "description": "Access ZipPopotamus New York via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/us/zippopotamus/miami": {
      "get": {
        "summary": "ZipPopotamus Miami",
        "description": "Geographic: Geo US Zippopotamus Miami. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "us",
          "miami"
        ],
        "x-payment-info": {
          "description": "Access ZipPopotamus Miami via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/us/zippopotamus/berlin": {
      "get": {
        "summary": "ZipPopotamus Berlin",
        "description": "Geographic: Geo US Zippopotamus Berlin. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "us",
          "berlin"
        ],
        "x-payment-info": {
          "description": "Access ZipPopotamus Berlin via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/us/zippopotamus/sydney": {
      "get": {
        "summary": "ZipPopotamus Sydney",
        "description": "Geographic: Geo US Zippopotamus Sydney. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "us",
          "sydney"
        ],
        "x-payment-info": {
          "description": "Access ZipPopotamus Sydney via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/us/zippopotamus/chicago": {
      "get": {
        "summary": "ZipPopotamus Chicago",
        "description": "Geographic: Geo US Zippopotamus Chicago. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "us",
          "chicago"
        ],
        "x-payment-info": {
          "description": "Access ZipPopotamus Chicago via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/us/zippopotamus/london-sw1a": {
      "get": {
        "summary": "ZipPopotamus London SW1A",
        "description": "Geographic: Geo US Zippopotamus London Sw1a. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "us",
          "london-sw1a"
        ],
        "x-payment-info": {
          "description": "Access ZipPopotamus London SW1A via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/countries/:code": {
      "get": {
        "summary": "RestCountries polynesia",
        "description": "Economic: Economy Worldbank. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "countries",
          ":code"
        ],
        "x-payment-info": {
          "description": "Access RestCountries polynesia via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "code",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "code": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/economy/worldbank/:indicator/:country": {
      "get": {
        "summary": "WorldBank Regions",
        "description": "Economic: Economy Worldbank. Call when an agent needs economy data.",
        "tags": [
          "economy",
          "worldbank",
          ":country"
        ],
        "x-payment-info": {
          "description": "Access WorldBank Regions via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "indicator",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          },
          {
            "name": "country",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "indicator": {
                                  "type": "string"
                                },
                                "country": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/alzheimer": {
      "get": {
        "summary": "ClinicalTrials alzheimer",
        "description": "Health Alzheimer. Call when an agent needs health data.",
        "tags": [
          "health",
          "alzheimer"
        ],
        "x-payment-info": {
          "description": "Access ClinicalTrials alzheimer via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/diabetes": {
      "get": {
        "summary": "ClinicalTrials diabetes",
        "description": "Health Diabetes. Call when an agent needs health data.",
        "tags": [
          "health",
          "diabetes"
        ],
        "x-payment-info": {
          "description": "Access ClinicalTrials diabetes via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/parkinson": {
      "get": {
        "summary": "ClinicalTrials parkinson",
        "description": "Health Parkinson. Call when an agent needs health data.",
        "tags": [
          "health",
          "parkinson"
        ],
        "x-payment-info": {
          "description": "Access ClinicalTrials parkinson via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/autism": {
      "get": {
        "summary": "ClinicalTrials autism",
        "description": "Health Autism. Call when an agent needs health data.",
        "tags": [
          "health",
          "autism"
        ],
        "x-payment-info": {
          "description": "Access ClinicalTrials autism via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/hypertension": {
      "get": {
        "summary": "ClinicalTrials hypertension",
        "description": "Health Hypertension. Call when an agent needs health data.",
        "tags": [
          "health",
          "hypertension"
        ],
        "x-payment-info": {
          "description": "Access ClinicalTrials hypertension via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/obesity": {
      "get": {
        "summary": "ClinicalTrials obesity",
        "description": "Health Obesity. Call when an agent needs health data.",
        "tags": [
          "health",
          "obesity"
        ],
        "x-payment-info": {
          "description": "Access ClinicalTrials obesity via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/asthma": {
      "get": {
        "summary": "ClinicalTrials asthma",
        "description": "Health Asthma. Call when an agent needs health data.",
        "tags": [
          "health",
          "asthma"
        ],
        "x-payment-info": {
          "description": "Access ClinicalTrials asthma via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/stroke": {
      "get": {
        "summary": "ClinicalTrials stroke",
        "description": "Health Stroke. Call when an agent needs health data.",
        "tags": [
          "health",
          "stroke"
        ],
        "x-payment-info": {
          "description": "Access ClinicalTrials stroke via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/depression": {
      "get": {
        "summary": "ClinicalTrials depression",
        "description": "Health Depression. Call when an agent needs health data.",
        "tags": [
          "health",
          "depression"
        ],
        "x-payment-info": {
          "description": "Access ClinicalTrials depression via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/anxiety": {
      "get": {
        "summary": "ClinicalTrials anxiety",
        "description": "Health Anxiety. Call when an agent needs health data.",
        "tags": [
          "health",
          "anxiety"
        ],
        "x-payment-info": {
          "description": "Access ClinicalTrials anxiety via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/heartdisease": {
      "get": {
        "summary": "ClinicalTrials heart+disease",
        "description": "Health Heartdisease. Call when an agent needs health data.",
        "tags": [
          "health",
          "heartdisease"
        ],
        "x-payment-info": {
          "description": "Access ClinicalTrials heart+disease via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/copd": {
      "get": {
        "summary": "ClinicalTrials copd",
        "description": "Health Copd. Call when an agent needs health data.",
        "tags": [
          "health",
          "copd"
        ],
        "x-payment-info": {
          "description": "Access ClinicalTrials copd via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/hepatitis": {
      "get": {
        "summary": "ClinicalTrials hepatitis",
        "description": "Health Hepatitis. Call when an agent needs health data.",
        "tags": [
          "health",
          "hepatitis"
        ],
        "x-payment-info": {
          "description": "Access ClinicalTrials hepatitis via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/multiplesclerosis": {
      "get": {
        "summary": "ClinicalTrials multiple+sclerosis",
        "description": "Health Multiplesclerosis. Call when an agent needs health data.",
        "tags": [
          "health",
          "multiplesclerosis"
        ],
        "x-payment-info": {
          "description": "Access ClinicalTrials multiple+sclerosis via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/hiv": {
      "get": {
        "summary": "ClinicalTrials hiv",
        "description": "Health Hiv. Call when an agent needs health data.",
        "tags": [
          "health",
          "hiv"
        ],
        "x-payment-info": {
          "description": "Access ClinicalTrials hiv via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/crohndisease": {
      "get": {
        "summary": "ClinicalTrials crohn+disease",
        "description": "Health Crohndisease. Call when an agent needs health data.",
        "tags": [
          "health",
          "crohndisease"
        ],
        "x-payment-info": {
          "description": "Access ClinicalTrials crohn+disease via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/pubmed/search-diabetes": {
      "get": {
        "summary": "PubMed search diabetes",
        "description": "Health Pubmed Search Diabetes. Call when an agent needs health data.",
        "tags": [
          "health",
          "pubmed",
          "search-diabetes"
        ],
        "x-payment-info": {
          "description": "Access PubMed search diabetes via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/epilepsy": {
      "get": {
        "summary": "ClinicalTrials epilepsy",
        "description": "Health Epilepsy. Call when an agent needs health data.",
        "tags": [
          "health",
          "epilepsy"
        ],
        "x-payment-info": {
          "description": "Access ClinicalTrials epilepsy via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/arthritis": {
      "get": {
        "summary": "ClinicalTrials arthritis",
        "description": "Health Arthritis. Call when an agent needs health data.",
        "tags": [
          "health",
          "arthritis"
        ],
        "x-payment-info": {
          "description": "Access ClinicalTrials arthritis via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/who/gho-regions": {
      "get": {
        "summary": "WHO GHO Regions",
        "description": "Health Who Gho Regions. Call when an agent needs health data.",
        "tags": [
          "health",
          "who",
          "gho-regions"
        ],
        "x-payment-info": {
          "description": "Access WHO GHO Regions via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/migraine": {
      "get": {
        "summary": "ClinicalTrials migraine",
        "description": "Health Migraine. Call when an agent needs health data.",
        "tags": [
          "health",
          "migraine"
        ],
        "x-payment-info": {
          "description": "Access ClinicalTrials migraine via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/cancer": {
      "get": {
        "summary": "ClinicalTrials cancer",
        "description": "Health Cancer. Call when an agent needs health data.",
        "tags": [
          "health",
          "cancer"
        ],
        "x-payment-info": {
          "description": "Access ClinicalTrials cancer via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/who/gho-indicators": {
      "get": {
        "summary": "WHO GHO Indicators",
        "description": "Health Who Gho Indicators. Call when an agent needs health data.",
        "tags": [
          "health",
          "who",
          "gho-indicators"
        ],
        "x-payment-info": {
          "description": "Access WHO GHO Indicators via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/pubmed/search-alzheimer": {
      "get": {
        "summary": "PubMed search alzheimer",
        "description": "Health Pubmed Search Alzheimer. Call when an agent needs health data.",
        "tags": [
          "health",
          "pubmed",
          "search-alzheimer"
        ],
        "x-payment-info": {
          "description": "Access PubMed search alzheimer via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/pubmed/search-heartdisease": {
      "get": {
        "summary": "PubMed search heart+disease",
        "description": "Health Pubmed Search Heartdisease. Call when an agent needs health data.",
        "tags": [
          "health",
          "pubmed",
          "search-heartdisease"
        ],
        "x-payment-info": {
          "description": "Access PubMed search heart+disease via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/drug/enforcement": {
      "get": {
        "summary": "OpenFDA drug enforcement",
        "description": "Health Drug Enforcement. Call when an agent needs health data.",
        "tags": [
          "health",
          "drug",
          "enforcement"
        ],
        "x-payment-info": {
          "description": "Access OpenFDA drug enforcement via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/device/recall": {
      "get": {
        "summary": "OpenFDA device recall",
        "description": "Health Device Recall. Call when an agent needs health data.",
        "tags": [
          "health",
          "device",
          "recall"
        ],
        "x-payment-info": {
          "description": "Access OpenFDA device recall via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/device/enforcement": {
      "get": {
        "summary": "OpenFDA device enforcement",
        "description": "Health Device Enforcement. Call when an agent needs health data.",
        "tags": [
          "health",
          "device",
          "enforcement"
        ],
        "x-payment-info": {
          "description": "Access OpenFDA device enforcement via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/health/drug/label": {
      "get": {
        "summary": "OpenFDA drug label",
        "description": "Health Drug Label. Call when an agent needs health data.",
        "tags": [
          "health",
          "drug",
          "label"
        ],
        "x-payment-info": {
          "description": "Access OpenFDA drug label via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/themealdb/vegan": {
      "get": {
        "summary": "TheMealDB Vegan",
        "description": "Reference data: Knowledge Themealdb Vegan. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "themealdb",
          "vegan"
        ],
        "x-payment-info": {
          "description": "Access TheMealDB Vegan via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/themealdb/vegetarian": {
      "get": {
        "summary": "TheMealDB Vegetarian",
        "description": "Reference data: Knowledge Themealdb Vegetarian. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "themealdb",
          "vegetarian"
        ],
        "x-payment-info": {
          "description": "Access TheMealDB Vegetarian via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/science/crossref/journal-0036-8075": {
      "get": {
        "summary": "CrossRef journal 0036-8075",
        "description": "science_research API endpoint. Call when an agent needs science data.",
        "tags": [
          "science",
          "crossref",
          "journal-0036-8075"
        ],
        "x-payment-info": {
          "description": "Access CrossRef journal 0036-8075 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/science/crossref/journal-0028-0836": {
      "get": {
        "summary": "CrossRef journal 0028-0836",
        "description": "science_research API endpoint. Call when an agent needs science data.",
        "tags": [
          "science",
          "crossref",
          "journal-0028-0836"
        ],
        "x-payment-info": {
          "description": "Access CrossRef journal 0028-0836 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/science/crossref/journal-0140-6736": {
      "get": {
        "summary": "CrossRef journal 0140-6736",
        "description": "science_research API endpoint. Call when an agent needs science data.",
        "tags": [
          "science",
          "crossref",
          "journal-0140-6736"
        ],
        "x-payment-info": {
          "description": "Access CrossRef journal 0140-6736 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/science/crossref/journal-0003-6951": {
      "get": {
        "summary": "CrossRef journal 0003-6951",
        "description": "science_research API endpoint. Call when an agent needs science data.",
        "tags": [
          "science",
          "crossref",
          "journal-0003-6951"
        ],
        "x-payment-info": {
          "description": "Access CrossRef journal 0003-6951 via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/science/pubmed/obesity": {
      "get": {
        "summary": "PubMed obesity",
        "description": "science_research API endpoint. Call when an agent needs science data.",
        "tags": [
          "science",
          "pubmed",
          "obesity"
        ],
        "x-payment-info": {
          "description": "Access PubMed obesity via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/science/pubmed/depression": {
      "get": {
        "summary": "PubMed depression",
        "description": "science_research API endpoint. Call when an agent needs science data.",
        "tags": [
          "science",
          "pubmed",
          "depression"
        ],
        "x-payment-info": {
          "description": "Access PubMed depression via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/science/pubmed/diabetes": {
      "get": {
        "summary": "PubMed diabetes",
        "description": "science_research API endpoint. Call when an agent needs science data.",
        "tags": [
          "science",
          "pubmed",
          "diabetes"
        ],
        "x-payment-info": {
          "description": "Access PubMed diabetes via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/ask/date": {
      "get": {
        "summary": "HN Ask HN by date",
        "description": "Compute Ask Date. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "ask",
          "date"
        ],
        "x-payment-info": {
          "description": "Access HN Ask HN by date via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/javascript/stories": {
      "get": {
        "summary": "HN JavaScript stories",
        "description": "Geo Javascript Stories. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "javascript",
          "stories"
        ],
        "x-payment-info": {
          "description": "Access HN JavaScript stories via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/front/page-date": {
      "get": {
        "summary": "HN Front Page by date",
        "description": "Compute Front Page Date. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "front",
          "page-date"
        ],
        "x-payment-info": {
          "description": "Access HN Front Page by date via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/us/rust/stories": {
      "get": {
        "summary": "HN Rust stories",
        "description": "Compute US Rust Stories. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "us",
          "stories"
        ],
        "x-payment-info": {
          "description": "Access HN Rust stories via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/webdev/stories": {
      "get": {
        "summary": "HN WebDev stories",
        "description": "Compute Webdev Stories. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "webdev",
          "stories"
        ],
        "x-payment-info": {
          "description": "Access HN WebDev stories via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/programming/stories": {
      "get": {
        "summary": "HN Programming stories",
        "description": "Compute Programming Stories. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "programming",
          "stories"
        ],
        "x-payment-info": {
          "description": "Access HN Programming stories via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/stories/very-high-points": {
      "get": {
        "summary": "HN AI stories very high points",
        "description": "Compute Stories Very High Points. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "stories",
          "very-high-points"
        ],
        "x-payment-info": {
          "description": "Access HN AI stories very high points via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/show/date": {
      "get": {
        "summary": "HN Show HN by date",
        "description": "Compute Espn Liga Scoreboard. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "show",
          "date"
        ],
        "x-payment-info": {
          "description": "Access HN Show HN by date via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/knowledge/database/stories": {
      "get": {
        "summary": "HN Database stories",
        "description": "Compute Espn Epl Scoreboard. Call when an agent needs knowledge data.",
        "tags": [
          "knowledge",
          "database",
          "stories"
        ],
        "x-payment-info": {
          "description": "Access HN Database stories via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/python/stories": {
      "get": {
        "summary": "HN Python stories",
        "description": "Compute Espn College Basketball Scoreboard. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "python",
          "stories"
        ],
        "x-payment-info": {
          "description": "Access HN Python stories via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/launch/date": {
      "get": {
        "summary": "HN Launch HN by date",
        "description": "Compute Espn Mlb Scoreboard. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "launch",
          "date"
        ],
        "x-payment-info": {
          "description": "Access HN Launch HN by date via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/startup/stories-high-points": {
      "get": {
        "summary": "HN Startup stories high points",
        "description": "Compute Espn Pga Golf Scoreboard. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "startup",
          "stories-high-points"
        ],
        "x-payment-info": {
          "description": "Access HN Startup stories high points via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/stories": {
      "get": {
        "summary": "HN Go stories",
        "description": "Compute Espn Nfl Scoreboard. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "stories"
        ],
        "x-payment-info": {
          "description": "Access HN Go stories via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/security/security/stories": {
      "get": {
        "summary": "HN Security stories",
        "description": "Compute Espn Bundesliga Scoreboard. Call when an agent needs security data.",
        "tags": [
          "security",
          "security",
          "stories"
        ],
        "x-payment-info": {
          "description": "Access HN Security stories via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/espn/liga-scoreboard": {
      "get": {
        "summary": "ESPN La Liga Scoreboard",
        "description": "Compute Espn Liga Scoreboard. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "espn",
          "liga-scoreboard"
        ],
        "x-payment-info": {
          "description": "Access ESPN La Liga Scoreboard via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/espn/epl-scoreboard": {
      "get": {
        "summary": "ESPN EPL Scoreboard",
        "description": "Compute Espn Epl Scoreboard. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "espn",
          "epl-scoreboard"
        ],
        "x-payment-info": {
          "description": "Access ESPN EPL Scoreboard via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/espn/college-basketball-scoreboard": {
      "get": {
        "summary": "ESPN College Basketball Scoreboard",
        "description": "Compute Espn College Basketball Scoreboard. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "espn",
          "college-basketball-scoreboard"
        ],
        "x-payment-info": {
          "description": "Access ESPN College Basketball Scoreboard via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/espn/mlb-scoreboard": {
      "get": {
        "summary": "ESPN MLB Scoreboard",
        "description": "Compute Espn Mlb Scoreboard. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "espn",
          "mlb-scoreboard"
        ],
        "x-payment-info": {
          "description": "Access ESPN MLB Scoreboard via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/espn/pga-golf-scoreboard": {
      "get": {
        "summary": "ESPN PGA Golf Scoreboard",
        "description": "Compute Espn Pga Golf Scoreboard. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "espn",
          "pga-golf-scoreboard"
        ],
        "x-payment-info": {
          "description": "Access ESPN PGA Golf Scoreboard via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/espn/nfl-scoreboard": {
      "get": {
        "summary": "ESPN NFL Scoreboard",
        "description": "Compute Espn Nfl Scoreboard. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "espn",
          "nfl-scoreboard"
        ],
        "x-payment-info": {
          "description": "Access ESPN NFL Scoreboard via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/espn/bundesliga-scoreboard": {
      "get": {
        "summary": "ESPN Bundesliga Scoreboard",
        "description": "Compute Espn Bundesliga Scoreboard. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "espn",
          "bundesliga-scoreboard"
        ],
        "x-payment-info": {
          "description": "Access ESPN Bundesliga Scoreboard via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/espn/college-football-scoreboard": {
      "get": {
        "summary": "ESPN College Football Scoreboard",
        "description": "Compute Espn College Football Scoreboard. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "espn",
          "college-football-scoreboard"
        ],
        "x-payment-info": {
          "description": "Access ESPN College Football Scoreboard via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/espn/nba-scoreboard": {
      "get": {
        "summary": "ESPN NBA Scoreboard",
        "description": "Compute Espn Nba Scoreboard. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "espn",
          "nba-scoreboard"
        ],
        "x-payment-info": {
          "description": "Access ESPN NBA Scoreboard via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/espn/nhl-teams": {
      "get": {
        "summary": "ESPN NHL Teams",
        "description": "Compute Espn Nhl Teams. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "espn",
          "nhl-teams"
        ],
        "x-payment-info": {
          "description": "Access ESPN NHL Teams via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/espn/ligue-scoreboard": {
      "get": {
        "summary": "ESPN Ligue 1 Scoreboard",
        "description": "Compute Espn Ligue Scoreboard. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "espn",
          "ligue-scoreboard"
        ],
        "x-payment-info": {
          "description": "Access ESPN Ligue 1 Scoreboard via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/espn/scoreboard": {
      "get": {
        "summary": "ESPN F1 Scoreboard",
        "description": "Weather: Environment Meteo Los Angeles Daily Max. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "espn",
          "scoreboard"
        ],
        "x-payment-info": {
          "description": "Access ESPN F1 Scoreboard via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/espn/ufc-scoreboard": {
      "get": {
        "summary": "ESPN UFC Scoreboard",
        "description": "Weather: Environment Meteo Los Angeles Current. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "espn",
          "ufc-scoreboard"
        ],
        "x-payment-info": {
          "description": "Access ESPN UFC Scoreboard via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/espn/serie-scoreboard": {
      "get": {
        "summary": "ESPN Serie A Scoreboard",
        "description": "Weather: Environment Meteo San Francisco Daily Max. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "espn",
          "serie-scoreboard"
        ],
        "x-payment-info": {
          "description": "Access ESPN Serie A Scoreboard via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/espn/mlb-teams": {
      "get": {
        "summary": "ESPN MLB Teams",
        "description": "Weather: Environment Meteo Rome Daily Max. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "espn",
          "mlb-teams"
        ],
        "x-payment-info": {
          "description": "Access ESPN MLB Teams via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/espn/nfl-teams": {
      "get": {
        "summary": "ESPN NFL Teams",
        "description": "Weather: Environment Meteo San Francisco Hourly Temp. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "espn",
          "nfl-teams"
        ],
        "x-payment-info": {
          "description": "Access ESPN NFL Teams via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/espn/ligue-teams": {
      "get": {
        "summary": "ESPN Ligue 1 Teams",
        "description": "Weather: Environment Meteo Rome Current. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "espn",
          "ligue-teams"
        ],
        "x-payment-info": {
          "description": "Access ESPN Ligue 1 Teams via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/espn/nba-teams": {
      "get": {
        "summary": "ESPN NBA Teams",
        "description": "Weather: Environment Meteo San Francisco Current. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "espn",
          "nba-teams"
        ],
        "x-payment-info": {
          "description": "Access ESPN NBA Teams via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/espn/liga-teams": {
      "get": {
        "summary": "ESPN La Liga Teams",
        "description": "Weather: Environment Meteo Sao Paulo Current. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "espn",
          "liga-teams"
        ],
        "x-payment-info": {
          "description": "Access ESPN La Liga Teams via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/espn/bundesliga-teams": {
      "get": {
        "summary": "ESPN Bundesliga Teams",
        "description": "Weather: Environment Meteo Delhi Current. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "espn",
          "bundesliga-teams"
        ],
        "x-payment-info": {
          "description": "Access ESPN Bundesliga Teams via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/espn/epl-teams": {
      "get": {
        "summary": "ESPN EPL Teams",
        "description": "Weather: Environment Meteo Delhi Daily Max. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "espn",
          "epl-teams"
        ],
        "x-payment-info": {
          "description": "Access ESPN EPL Teams via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/espn/serie-teams": {
      "get": {
        "summary": "ESPN Serie A Teams",
        "description": "Weather: Environment Sea Meteo Singapore Current. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "espn",
          "serie-teams"
        ],
        "x-payment-info": {
          "description": "Access ESPN Serie A Teams via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-los-angeles-daily-max": {
      "get": {
        "summary": "Open-Meteo Los Angeles daily max",
        "description": "Weather: Environment Meteo Los Angeles Daily Max. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-los-angeles-daily-max"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Los Angeles daily max via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-los-angeles-current": {
      "get": {
        "summary": "Open-Meteo Los Angeles current",
        "description": "Weather: Environment Meteo Los Angeles Current. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-los-angeles-current"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Los Angeles current via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-san-francisco-daily-max": {
      "get": {
        "summary": "Open-Meteo San Francisco daily max",
        "description": "Weather: Environment Meteo San Francisco Daily Max. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-san-francisco-daily-max"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo San Francisco daily max via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-rome-daily-max": {
      "get": {
        "summary": "Open-Meteo Rome daily max",
        "description": "Weather: Environment Meteo Rome Daily Max. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-rome-daily-max"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Rome daily max via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-san-francisco-hourly-temp": {
      "get": {
        "summary": "Open-Meteo San Francisco hourly temp",
        "description": "Weather: Environment Meteo San Francisco Hourly Temp. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-san-francisco-hourly-temp"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo San Francisco hourly temp via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-rome-current": {
      "get": {
        "summary": "Open-Meteo Rome current",
        "description": "Weather: Environment Meteo Rome Current. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-rome-current"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Rome current via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-san-francisco-current": {
      "get": {
        "summary": "Open-Meteo San Francisco current",
        "description": "Weather: Environment Meteo San Francisco Current. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-san-francisco-current"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo San Francisco current via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-sao-paulo-current": {
      "get": {
        "summary": "Open-Meteo Sao Paulo current",
        "description": "Weather: Environment Meteo Sao Paulo Current. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-sao-paulo-current"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Sao Paulo current via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-delhi-current": {
      "get": {
        "summary": "Open-Meteo Delhi current",
        "description": "Weather: Environment Meteo Delhi Current. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-delhi-current"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Delhi current via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-delhi-daily-max": {
      "get": {
        "summary": "Open-Meteo Delhi daily max",
        "description": "Weather: Environment Meteo Delhi Daily Max. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-delhi-daily-max"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Delhi daily max via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/sea/open/meteo-singapore-current": {
      "get": {
        "summary": "Open-Meteo Singapore current",
        "description": "Weather: Environment Sea Meteo Singapore Current. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "sea",
          "meteo-singapore-current"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Singapore current via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/sea/open/meteo-singapore-hourly-temp": {
      "get": {
        "summary": "Open-Meteo Singapore hourly temp",
        "description": "Weather: Environment Sea Meteo Singapore Hourly Temp. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "sea",
          "meteo-singapore-hourly-temp"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Singapore hourly temp via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/sea/open/meteo-singapore-daily-max": {
      "get": {
        "summary": "Open-Meteo Singapore daily max",
        "description": "Weather: Environment Sea Meteo Singapore Daily Max. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "sea",
          "meteo-singapore-daily-max"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Singapore daily max via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-dubai-hourly-temp": {
      "get": {
        "summary": "Open-Meteo Dubai hourly temp",
        "description": "Weather: Environment Meteo Dubai Hourly Temp. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-dubai-hourly-temp"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Dubai hourly temp via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-berlin-current": {
      "get": {
        "summary": "Open-Meteo Berlin current",
        "description": "Weather: Environment Meteo Berlin Current. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-berlin-current"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Berlin current via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-sao-paulo-daily-max": {
      "get": {
        "summary": "Open-Meteo Sao Paulo daily max",
        "description": "Weather: Environment Meteo Sao Paulo Daily Max. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-sao-paulo-daily-max"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Sao Paulo daily max via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-paris-current": {
      "get": {
        "summary": "Open-Meteo Paris current",
        "description": "Weather: Environment Meteo Paris Current. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-paris-current"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Paris current via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-tokyo-current": {
      "get": {
        "summary": "Open-Meteo Tokyo current",
        "description": "Weather: Environment Meteo Tokyo Current. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-tokyo-current"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Tokyo current via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-tokyo-hourly-temp": {
      "get": {
        "summary": "Open-Meteo Tokyo hourly temp",
        "description": "Weather: Environment Meteo Tokyo Hourly Temp. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-tokyo-hourly-temp"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Tokyo hourly temp via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-paris-daily-max": {
      "get": {
        "summary": "Open-Meteo Paris daily max",
        "description": "Weather: Environment Meteo Paris Daily Max. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-paris-daily-max"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Paris daily max via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-berlin-daily-max": {
      "get": {
        "summary": "Open-Meteo Berlin daily max",
        "description": "Weather: Environment Meteo Berlin Daily Max. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-berlin-daily-max"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Berlin daily max via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-new-york-daily-max": {
      "get": {
        "summary": "Open-Meteo New York daily max",
        "description": "Weather: Environment Meteo New York Daily Max. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-new-york-daily-max"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo New York daily max via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-paris-hourly-temp": {
      "get": {
        "summary": "Open-Meteo Paris hourly temp",
        "description": "Weather: Environment Meteo Paris Hourly Temp. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-paris-hourly-temp"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Paris hourly temp via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/us/m4/earthquakes": {
      "get": {
        "summary": "USGS M4+ earthquakes",
        "description": "Weather: Environment US M4 Earthquakes. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "us",
          "earthquakes"
        ],
        "x-payment-info": {
          "description": "Access USGS M4+ earthquakes via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-berlin-hourly-temp": {
      "get": {
        "summary": "Open-Meteo Berlin hourly temp",
        "description": "Weather: Environment Meteo Berlin Hourly Temp. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-berlin-hourly-temp"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Berlin hourly temp via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-beijing-current": {
      "get": {
        "summary": "Open-Meteo Beijing current",
        "description": "Weather: Environment Meteo Beijing Current. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-beijing-current"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Beijing current via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/us/m6/earthquakes": {
      "get": {
        "summary": "USGS M6+ earthquakes",
        "description": "Weather: Environment US M6 Earthquakes. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "us",
          "earthquakes"
        ],
        "x-payment-info": {
          "description": "Access USGS M6+ earthquakes via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-moscow-hourly-temp": {
      "get": {
        "summary": "Open-Meteo Moscow hourly temp",
        "description": "Weather: Environment Meteo Moscow Hourly Temp. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-moscow-hourly-temp"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Moscow hourly temp via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-tokyo-daily-max": {
      "get": {
        "summary": "Open-Meteo Tokyo daily max",
        "description": "Weather: Environment Meteo Tokyo Daily Max. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-tokyo-daily-max"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Tokyo daily max via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-sao-paulo-hourly-temp": {
      "get": {
        "summary": "Open-Meteo Sao Paulo hourly temp",
        "description": "Weather: Environment Meteo Sao Paulo Hourly Temp. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-sao-paulo-hourly-temp"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Sao Paulo hourly temp via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-bangkok-hourly-temp": {
      "get": {
        "summary": "Open-Meteo Bangkok hourly temp",
        "description": "Weather: Environment Meteo Bangkok Hourly Temp. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-bangkok-hourly-temp"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Bangkok hourly temp via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-cairo-hourly-temp": {
      "get": {
        "summary": "Open-Meteo Cairo hourly temp",
        "description": "Weather: Environment Meteo Cairo Hourly Temp. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-cairo-hourly-temp"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Cairo hourly temp via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/us/open/meteo-mexico-city-hourly-temp": {
      "get": {
        "summary": "Open-Meteo Mexico City hourly temp",
        "description": "Weather: Environment US Meteo Mexico City Hourly Temp. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "us",
          "meteo-mexico-city-hourly-temp"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Mexico City hourly temp via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-new-york-hourly-temp": {
      "get": {
        "summary": "Open-Meteo New York hourly temp",
        "description": "Weather: Environment Meteo New York Hourly Temp. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-new-york-hourly-temp"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo New York hourly temp via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-delhi-hourly-temp": {
      "get": {
        "summary": "Open-Meteo Delhi hourly temp",
        "description": "Weather: Environment Meteo Delhi Hourly Temp. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-delhi-hourly-temp"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Delhi hourly temp via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-bangkok-current": {
      "get": {
        "summary": "Open-Meteo Bangkok current",
        "description": "Weather: Environment Meteo Bangkok Current. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-bangkok-current"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Bangkok current via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-london-hourly-temp": {
      "get": {
        "summary": "Open-Meteo London hourly temp",
        "description": "Weather: Environment Meteo London Hourly Temp. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-london-hourly-temp"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo London hourly temp via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-new-york-current": {
      "get": {
        "summary": "Open-Meteo New York current",
        "description": "Weather: Environment Meteo New York Current. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-new-york-current"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo New York current via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-beijing-hourly-temp": {
      "get": {
        "summary": "Open-Meteo Beijing hourly temp",
        "description": "Weather: Environment Meteo Beijing Hourly Temp. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-beijing-hourly-temp"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Beijing hourly temp via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-madrid-current": {
      "get": {
        "summary": "Open-Meteo Madrid current",
        "description": "Weather: Environment Meteo Madrid Current. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-madrid-current"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Madrid current via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-bangkok-daily-max": {
      "get": {
        "summary": "Open-Meteo Bangkok daily max",
        "description": "Weather: Environment Meteo Bangkok Daily Max. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-bangkok-daily-max"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Bangkok daily max via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-beijing-daily-max": {
      "get": {
        "summary": "Open-Meteo Beijing daily max",
        "description": "Weather: Environment Meteo Beijing Daily Max. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-beijing-daily-max"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Beijing daily max via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-madrid-hourly-temp": {
      "get": {
        "summary": "Open-Meteo Madrid hourly temp",
        "description": "Weather: Environment Meteo Madrid Hourly Temp. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-madrid-hourly-temp"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Madrid hourly temp via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-madrid-daily-max": {
      "get": {
        "summary": "Open-Meteo Madrid daily max",
        "description": "Weather: Environment Meteo Madrid Daily Max. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-madrid-daily-max"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Madrid daily max via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-moscow-current": {
      "get": {
        "summary": "Open-Meteo Moscow current",
        "description": "Weather: Environment Meteo Moscow Current. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-moscow-current"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Moscow current via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-rome-hourly-temp": {
      "get": {
        "summary": "Open-Meteo Rome hourly temp",
        "description": "Weather: Environment Meteo Rome Hourly Temp. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-rome-hourly-temp"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Rome hourly temp via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-los-angeles-hourly-temp": {
      "get": {
        "summary": "Open-Meteo Los Angeles hourly temp",
        "description": "Weather: Environment Meteo Los Angeles Hourly Temp. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-los-angeles-hourly-temp"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Los Angeles hourly temp via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-london-current": {
      "get": {
        "summary": "Open-Meteo London current",
        "description": "Weather: Environment Meteo London Current. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-london-current"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo London current via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-moscow-daily-max": {
      "get": {
        "summary": "Open-Meteo Moscow daily max",
        "description": "Weather: Environment Meteo Moscow Daily Max. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-moscow-daily-max"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Moscow daily max via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-dubai-daily-max": {
      "get": {
        "summary": "Open-Meteo Dubai daily max",
        "description": "Weather: Environment Meteo Dubai Daily Max. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-dubai-daily-max"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Dubai daily max via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-cairo-daily-max": {
      "get": {
        "summary": "Open-Meteo Cairo daily max",
        "description": "Weather: Environment Meteo Cairo Daily Max. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-cairo-daily-max"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Cairo daily max via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-buenos-aires-hourly-temp": {
      "get": {
        "summary": "Open-Meteo Buenos Aires hourly temp",
        "description": "Weather: Environment Meteo Buenos Aires Hourly Temp. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-buenos-aires-hourly-temp"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Buenos Aires hourly temp via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/us/open/meteo-mexico-city-current": {
      "get": {
        "summary": "Open-Meteo Mexico City current",
        "description": "Weather: Environment US Meteo Mexico City Current. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "us",
          "meteo-mexico-city-current"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Mexico City current via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-buenos-aires-daily-max": {
      "get": {
        "summary": "Open-Meteo Buenos Aires daily max",
        "description": "Weather: Environment Meteo Buenos Aires Daily Max. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-buenos-aires-daily-max"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Buenos Aires daily max via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-cairo-current": {
      "get": {
        "summary": "Open-Meteo Cairo current",
        "description": "Weather: Environment Meteo Cairo Current. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-cairo-current"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Cairo current via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-dubai-current": {
      "get": {
        "summary": "Open-Meteo Dubai current",
        "description": "Weather: Environment Meteo Dubai Current. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-dubai-current"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Dubai current via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-buenos-aires-current": {
      "get": {
        "summary": "Open-Meteo Buenos Aires current",
        "description": "Weather: Environment Meteo Buenos Aires Current. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-buenos-aires-current"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Buenos Aires current via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/us/open/meteo-mexico-city-daily-max": {
      "get": {
        "summary": "Open-Meteo Mexico City daily max",
        "description": "Weather: Environment US Meteo Mexico City Daily Max. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "us",
          "meteo-mexico-city-daily-max"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Mexico City daily max via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-sydney-daily-max": {
      "get": {
        "summary": "Open-Meteo Sydney daily max",
        "description": "Weather: Environment Meteo Sydney Daily Max. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-sydney-daily-max"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Sydney daily max via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-sydney-current": {
      "get": {
        "summary": "Open-Meteo Sydney current",
        "description": "Weather: Environment Meteo Sydney Current. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-sydney-current"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Sydney current via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-sydney-hourly-temp": {
      "get": {
        "summary": "Open-Meteo Sydney hourly temp",
        "description": "Weather: Environment Meteo Sydney Hourly Temp. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-sydney-hourly-temp"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo Sydney hourly temp via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/open/meteo-london-daily-max": {
      "get": {
        "summary": "Open-Meteo London daily max",
        "description": "Weather: Environment Meteo London Daily Max. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "open",
          "meteo-london-daily-max"
        ],
        "x-payment-info": {
          "description": "Access Open-Meteo London daily max via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/wttrin/london": {
      "get": {
        "summary": "Wttr.in London",
        "description": "Weather: Environment Wttrin London. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "wttrin",
          "london"
        ],
        "x-payment-info": {
          "description": "Access Wttr.in London via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/wttrin/beijing": {
      "get": {
        "summary": "Wttr.in Beijing",
        "description": "Weather: Environment Wttrin Beijing. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "wttrin",
          "beijing"
        ],
        "x-payment-info": {
          "description": "Access Wttr.in Beijing via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/wttrin/newyork": {
      "get": {
        "summary": "Wttr.in New+York",
        "description": "Weather: Environment Wttrin Newyork. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "wttrin",
          "newyork"
        ],
        "x-payment-info": {
          "description": "Access Wttr.in New+York via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/wttrin/paris": {
      "get": {
        "summary": "Wttr.in Paris",
        "description": "Weather: Environment Wttrin Paris. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "wttrin",
          "paris"
        ],
        "x-payment-info": {
          "description": "Access Wttr.in Paris via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/wttrin/berlin": {
      "get": {
        "summary": "Wttr.in Berlin",
        "description": "Weather: Environment Wttrin Berlin. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "wttrin",
          "berlin"
        ],
        "x-payment-info": {
          "description": "Access Wttr.in Berlin via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/wttrin/sydney": {
      "get": {
        "summary": "Wttr.in Sydney",
        "description": "Weather: Environment Wttrin Sydney. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "wttrin",
          "sydney"
        ],
        "x-payment-info": {
          "description": "Access Wttr.in Sydney via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/sea/wttrin/singapore": {
      "get": {
        "summary": "Wttr.in Singapore",
        "description": "Weather: Environment Sea Wttrin Singapore. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "sea",
          "singapore"
        ],
        "x-payment-info": {
          "description": "Access Wttr.in Singapore via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/wttrin/moscow": {
      "get": {
        "summary": "Wttr.in Moscow",
        "description": "Weather: Environment Wttrin Moscow. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "wttrin",
          "moscow"
        ],
        "x-payment-info": {
          "description": "Access Wttr.in Moscow via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/wttrin/dubai": {
      "get": {
        "summary": "Wttr.in Dubai",
        "description": "Weather: Environment Wttrin Dubai. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "wttrin",
          "dubai"
        ],
        "x-payment-info": {
          "description": "Access Wttr.in Dubai via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/wttrin/tokyo": {
      "get": {
        "summary": "Wttr.in Tokyo",
        "description": "Weather: Environment Wttrin Tokyo. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "wttrin",
          "tokyo"
        ],
        "x-payment-info": {
          "description": "Access Wttr.in Tokyo via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/us/m5/earthquakes": {
      "get": {
        "summary": "USGS M5+ earthquakes",
        "description": "Weather: Environment US M5 Earthquakes. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "us",
          "earthquakes"
        ],
        "x-payment-info": {
          "description": "Access USGS M5+ earthquakes via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/us/m5/many": {
      "get": {
        "summary": "USGS M5+ many",
        "description": "Weather: Environment US M5 Many. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "us",
          "many"
        ],
        "x-payment-info": {
          "description": "Access USGS M5+ many via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/us/m7/earthquakes": {
      "get": {
        "summary": "USGS M7+ earthquakes",
        "description": "Weather: Environment US M7 Earthquakes. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "us",
          "earthquakes"
        ],
        "x-payment-info": {
          "description": "Access USGS M7+ earthquakes via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/environment/us/water/:state": {
      "get": {
        "summary": "USGS Water MI",
        "description": "Weather: Environment US Water. Call when an agent needs environment data.",
        "tags": [
          "environment",
          "us",
          ":state"
        ],
        "x-payment-info": {
          "description": "Access USGS Water MI via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "state",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "state": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/library/search": {
      "get": {
        "summary": "Open Library Search",
        "description": "Open Library API - Open Library Search. Call when an agent needs library data.",
        "tags": [
          "library",
          "search"
        ],
        "x-payment-info": {
          "description": "Access Open Library Search via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/library/search/limit": {
      "get": {
        "summary": "Open Library Search with limit",
        "description": "Open Library API - Open Library Search with limit. Call when an agent needs library data.",
        "tags": [
          "library",
          "search",
          "limit"
        ],
        "x-payment-info": {
          "description": "Access Open Library Search with limit via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/library/search/authors": {
      "get": {
        "summary": "Open Library Search Authors",
        "description": "Open Library API - Open Library Search Authors. Call when an agent needs library data.",
        "tags": [
          "library",
          "search",
          "authors"
        ],
        "x-payment-info": {
          "description": "Access Open Library Search Authors via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/library/api/books": {
      "get": {
        "summary": "Open Library Books API",
        "description": "Open Library API - Open Library Books API. Call when an agent needs library data.",
        "tags": [
          "library",
          "api",
          "books"
        ],
        "x-payment-info": {
          "description": "Access Open Library Books API via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/library/subjects/:subject": {
      "get": {
        "summary": "Open Library Subjects",
        "description": "Open Library API - Open Library Subjects. Call when an agent needs library data.",
        "tags": [
          "library",
          "subjects",
          ":subject"
        ],
        "x-payment-info": {
          "description": "Access Open Library Subjects via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "subject",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "science"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "subject": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/library/authors/:olid": {
      "get": {
        "summary": "Open Library Author by OLID",
        "description": "Open Library API - Open Library Author by OLID. Call when an agent needs library data.",
        "tags": [
          "library",
          "authors",
          ":olid"
        ],
        "x-payment-info": {
          "description": "Access Open Library Author by OLID via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "olid",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "OL123M"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "olid": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/library/authors/:olid/works": {
      "get": {
        "summary": "Open Library Author Works",
        "description": "Open Library API - Open Library Author Works. Call when an agent needs library data.",
        "tags": [
          "library",
          "authors",
          "works"
        ],
        "x-payment-info": {
          "description": "Access Open Library Author Works via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "olid",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "OL123M"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "olid": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/library/books/:olid": {
      "get": {
        "summary": "Open Library Book by OLID",
        "description": "Open Library API - Open Library Book by OLID. Call when an agent needs library data.",
        "tags": [
          "library",
          "books",
          ":olid"
        ],
        "x-payment-info": {
          "description": "Access Open Library Book by OLID via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "olid",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "OL123M"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "olid": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/library/works/:olid": {
      "get": {
        "summary": "Open Library Work by OLID",
        "description": "Open Library API - Open Library Work by OLID. Call when an agent needs library data.",
        "tags": [
          "library",
          "works",
          ":olid"
        ],
        "x-payment-info": {
          "description": "Access Open Library Work by OLID via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "olid",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "OL123M"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "olid": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/library/isbn/:isbn": {
      "get": {
        "summary": "Open Library ISBN Lookup",
        "description": "Open Library API - Open Library ISBN Lookup. Call when an agent needs library data.",
        "tags": [
          "library",
          "isbn",
          ":isbn"
        ],
        "x-payment-info": {
          "description": "Access Open Library ISBN Lookup via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "isbn",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1234567890"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "isbn": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/library/volumes/isbn/:isbn": {
      "get": {
        "summary": "Open Library Volume Brief ISBN",
        "description": "Open Library API - Open Library Volume Brief ISBN. Call when an agent needs library data.",
        "tags": [
          "library",
          "volumes",
          ":isbn"
        ],
        "x-payment-info": {
          "description": "Access Open Library Volume Brief ISBN via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "isbn",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1234567890"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "isbn": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/library/volumes/lccn/:lccn": {
      "get": {
        "summary": "Open Library Volume Brief LCCN",
        "description": "Open Library API - Open Library Volume Brief LCCN. Call when an agent needs library data.",
        "tags": [
          "library",
          "volumes",
          ":lccn"
        ],
        "x-payment-info": {
          "description": "Access Open Library Volume Brief LCCN via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "lccn",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "12345678"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "lccn": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/library/volumes/oclc/:oclc": {
      "get": {
        "summary": "Open Library Volume Brief OCLC",
        "description": "Open Library API - Open Library Volume Brief OCLC. Call when an agent needs library data.",
        "tags": [
          "library",
          "volumes",
          ":oclc"
        ],
        "x-payment-info": {
          "description": "Access Open Library Volume Brief OCLC via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "oclc",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "12345678"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "oclc": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/library/volumes/olid/:olid": {
      "get": {
        "summary": "Open Library Volume Brief OLID",
        "description": "Open Library API - Open Library Volume Brief OLID. Call when an agent needs library data.",
        "tags": [
          "library",
          "volumes",
          ":olid"
        ],
        "x-payment-info": {
          "description": "Access Open Library Volume Brief OLID via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "olid",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "OL123M"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "olid": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/library/covers/olid/:olid/s": {
      "get": {
        "summary": "Open Library Cover S",
        "description": "Open Library API - Open Library Cover S. Call when an agent needs library data.",
        "tags": [
          "library",
          "covers",
          "s"
        ],
        "x-payment-info": {
          "description": "Access Open Library Cover S via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "olid",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "OL123M"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "olid": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/library/covers/olid/:olid/m": {
      "get": {
        "summary": "Open Library Cover M",
        "description": "Open Library API - Open Library Cover M. Call when an agent needs library data.",
        "tags": [
          "library",
          "covers",
          "m"
        ],
        "x-payment-info": {
          "description": "Access Open Library Cover M via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "olid",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "OL123M"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "olid": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/library/covers/olid/:olid/l": {
      "get": {
        "summary": "Open Library Cover L",
        "description": "Open Library API - Open Library Cover L. Call when an agent needs library data.",
        "tags": [
          "library",
          "covers",
          "l"
        ],
        "x-payment-info": {
          "description": "Access Open Library Cover L via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "olid",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "OL123M"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "olid": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/library/recentchanges": {
      "get": {
        "summary": "Open Library Recent Changes",
        "description": "Open Library API - Open Library Recent Changes. Call when an agent needs library data.",
        "tags": [
          "library",
          "recentchanges"
        ],
        "x-payment-info": {
          "description": "Access Open Library Recent Changes via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/library/works": {
      "get": {
        "summary": "Open Library Works Search",
        "description": "Open Library API - Open Library Works Search. Call when an agent needs library data.",
        "tags": [
          "library",
          "works"
        ],
        "x-payment-info": {
          "description": "Access Open Library Works Search via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/library/authors": {
      "get": {
        "summary": "Open Library Authors Search",
        "description": "Open Library API - Open Library Authors Search. Call when an agent needs library data.",
        "tags": [
          "library",
          "authors"
        ],
        "x-payment-info": {
          "description": "Access Open Library Authors Search via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/rest/all": {
      "get": {
        "summary": "REST Countries All",
        "description": "REST Countries API - REST Countries All. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "rest",
          "all"
        ],
        "x-payment-info": {
          "description": "Access REST Countries All via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/rest/name/:name": {
      "get": {
        "summary": "REST Countries by Name",
        "description": "REST Countries API - REST Countries by Name. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "rest",
          ":name"
        ],
        "x-payment-info": {
          "description": "Access REST Countries by Name via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "test"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/rest/fullname/:name": {
      "get": {
        "summary": "REST Countries Full Name",
        "description": "REST Countries API - REST Countries Full Name. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "rest",
          ":name"
        ],
        "x-payment-info": {
          "description": "Access REST Countries Full Name via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "test"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/rest/alpha/:code": {
      "get": {
        "summary": "REST Countries by Code",
        "description": "REST Countries API - REST Countries by Code. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "rest",
          ":code"
        ],
        "x-payment-info": {
          "description": "Access REST Countries by Code via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "code",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "code": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/rest/alpha/codes": {
      "get": {
        "summary": "REST Countries by Multiple Codes",
        "description": "REST Countries API - REST Countries by Multiple Codes. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "rest",
          "codes"
        ],
        "x-payment-info": {
          "description": "Access REST Countries by Multiple Codes via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/rest/currency/:currency": {
      "get": {
        "summary": "REST Countries by Currency",
        "description": "REST Countries API - REST Countries by Currency. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "rest",
          ":currency"
        ],
        "x-payment-info": {
          "description": "Access REST Countries by Currency via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "currency",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "currency": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/rest/demonym/:demonym": {
      "get": {
        "summary": "REST Countries by Demonym",
        "description": "REST Countries API - REST Countries by Demonym. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "rest",
          ":demonym"
        ],
        "x-payment-info": {
          "description": "Access REST Countries by Demonym via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "demonym",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "demonym": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/rest/lang/:language": {
      "get": {
        "summary": "REST Countries by Language",
        "description": "REST Countries API - REST Countries by Language. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "rest",
          ":language"
        ],
        "x-payment-info": {
          "description": "Access REST Countries by Language via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "language",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "language": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/rest/capital/:capital": {
      "get": {
        "summary": "REST Countries by Capital",
        "description": "REST Countries API - REST Countries by Capital. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "rest",
          ":capital"
        ],
        "x-payment-info": {
          "description": "Access REST Countries by Capital via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "capital",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "capital": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/rest/callingcode/:callingcode": {
      "get": {
        "summary": "REST Countries by Calling Code",
        "description": "REST Countries API - REST Countries by Calling Code. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "rest",
          ":callingcode"
        ],
        "x-payment-info": {
          "description": "Access REST Countries by Calling Code via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "callingcode",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "callingcode": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/rest/region/:region": {
      "get": {
        "summary": "REST Countries by Region",
        "description": "REST Countries API - REST Countries by Region. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "rest",
          ":region"
        ],
        "x-payment-info": {
          "description": "Access REST Countries by Region via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "region",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "region": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/rest/subregion/:subregion": {
      "get": {
        "summary": "REST Countries by Subregion",
        "description": "REST Countries API - REST Countries by Subregion. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "rest",
          ":subregion"
        ],
        "x-payment-info": {
          "description": "Access REST Countries by Subregion via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "subregion",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "subregion": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/rest/translation/:translation": {
      "get": {
        "summary": "REST Countries by Translation",
        "description": "REST Countries API - REST Countries by Translation. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "rest",
          ":translation"
        ],
        "x-payment-info": {
          "description": "Access REST Countries by Translation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "translation",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "translation": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/rest/independent": {
      "get": {
        "summary": "REST Countries Independent",
        "description": "REST Countries API - REST Countries Independent. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "rest",
          "independent"
        ],
        "x-payment-info": {
          "description": "Access REST Countries Independent via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/rest/region/africa": {
      "get": {
        "summary": "REST Countries Region Africa",
        "description": "REST Countries API - REST Countries Region Africa. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "rest",
          "africa"
        ],
        "x-payment-info": {
          "description": "Access REST Countries Region Africa via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/rest/region/americas": {
      "get": {
        "summary": "REST Countries Region Americas",
        "description": "REST Countries API - REST Countries Region Americas. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "rest",
          "americas"
        ],
        "x-payment-info": {
          "description": "Access REST Countries Region Americas via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/rest/region/asia": {
      "get": {
        "summary": "REST Countries Region Asia",
        "description": "REST Countries API - REST Countries Region Asia. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "rest",
          "asia"
        ],
        "x-payment-info": {
          "description": "Access REST Countries Region Asia via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/rest/region/europe": {
      "get": {
        "summary": "REST Countries Region Europe",
        "description": "REST Countries API - REST Countries Region Europe. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "rest",
          "europe"
        ],
        "x-payment-info": {
          "description": "Access REST Countries Region Europe via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/rest/region/oceania": {
      "get": {
        "summary": "REST Countries Region Oceania",
        "description": "REST Countries API - REST Countries Region Oceania. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "rest",
          "oceania"
        ],
        "x-payment-info": {
          "description": "Access REST Countries Region Oceania via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/rest/subregion/caribbean": {
      "get": {
        "summary": "REST Countries Subregion Caribbean",
        "description": "REST Countries API - REST Countries Subregion Caribbean. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "rest",
          "caribbean"
        ],
        "x-payment-info": {
          "description": "Access REST Countries Subregion Caribbean via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/rest/subregion/central-america": {
      "get": {
        "summary": "REST Countries Subregion Central America",
        "description": "REST Countries API - REST Countries Subregion Central America. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "rest",
          "central-america"
        ],
        "x-payment-info": {
          "description": "Access REST Countries Subregion Central America via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/rest/subregion/eastern-africa": {
      "get": {
        "summary": "REST Countries Subregion Eastern Africa",
        "description": "REST Countries API - REST Countries Subregion Eastern Africa. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "rest",
          "eastern-africa"
        ],
        "x-payment-info": {
          "description": "Access REST Countries Subregion Eastern Africa via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/rest/subregion/western-europe": {
      "get": {
        "summary": "REST Countries Subregion Western Europe",
        "description": "REST Countries API - REST Countries Subregion Western Europe. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "rest",
          "western-europe"
        ],
        "x-payment-info": {
          "description": "Access REST Countries Subregion Western Europe via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/rest/subregion/south-america": {
      "get": {
        "summary": "REST Countries Subregion South America",
        "description": "REST Countries API - REST Countries Subregion South America. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "rest",
          "south-america"
        ],
        "x-payment-info": {
          "description": "Access REST Countries Subregion South America via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/geo/rest/subregion/northern-africa": {
      "get": {
        "summary": "REST Countries Subregion Northern Africa",
        "description": "REST Countries API - REST Countries Subregion Northern Africa. Call when an agent needs geo data.",
        "tags": [
          "geo",
          "rest",
          "northern-africa"
        ],
        "x-payment-info": {
          "description": "Access REST Countries Subregion Northern Africa via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/numbers/math/:number": {
      "get": {
        "summary": "Numbers Math Fact",
        "description": "Numbers API - Numbers Math Fact. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "numbers",
          ":number"
        ],
        "x-payment-info": {
          "description": "Access Numbers Math Fact via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "number",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "number": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/numbers/trivia/:number": {
      "get": {
        "summary": "Numbers Trivia Fact",
        "description": "Numbers API - Numbers Trivia Fact. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "numbers",
          ":number"
        ],
        "x-payment-info": {
          "description": "Access Numbers Trivia Fact via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "number",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "number": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/numbers/year/:number": {
      "get": {
        "summary": "Numbers Year Fact",
        "description": "Numbers API - Numbers Year Fact. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "numbers",
          ":number"
        ],
        "x-payment-info": {
          "description": "Access Numbers Year Fact via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "number",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "number": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/numbers/date/:month/:day": {
      "get": {
        "summary": "Numbers Date Fact",
        "description": "Numbers API - Numbers Date Fact. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "numbers",
          ":day"
        ],
        "x-payment-info": {
          "description": "Access Numbers Date Fact via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "month",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          },
          {
            "name": "day",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "month": {
                                  "type": "string"
                                },
                                "day": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/numbers/random/math": {
      "get": {
        "summary": "Numbers Random Math",
        "description": "Numbers API - Numbers Random Math. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "numbers",
          "math"
        ],
        "x-payment-info": {
          "description": "Access Numbers Random Math via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/numbers/random/trivia": {
      "get": {
        "summary": "Numbers Random Trivia",
        "description": "Numbers API - Numbers Random Trivia. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "numbers",
          "trivia"
        ],
        "x-payment-info": {
          "description": "Access Numbers Random Trivia via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/numbers/random/year": {
      "get": {
        "summary": "Numbers Random Year",
        "description": "Numbers API - Numbers Random Year. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "numbers",
          "year"
        ],
        "x-payment-info": {
          "description": "Access Numbers Random Year via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/numbers/random/date": {
      "get": {
        "summary": "Numbers Random Date",
        "description": "Numbers API - Numbers Random Date. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "numbers",
          "date"
        ],
        "x-payment-info": {
          "description": "Access Numbers Random Date via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/numbers/math/:number/json": {
      "get": {
        "summary": "Numbers Math with JSON",
        "description": "Numbers API - Numbers Math with JSON. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "numbers",
          "json"
        ],
        "x-payment-info": {
          "description": "Access Numbers Math with JSON via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "number",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "number": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/numbers/trivia/:number/json": {
      "get": {
        "summary": "Numbers Trivia with JSON",
        "description": "Numbers API - Numbers Trivia with JSON. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "numbers",
          "json"
        ],
        "x-payment-info": {
          "description": "Access Numbers Trivia with JSON via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "number",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "number": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/numbers/year/:number/json": {
      "get": {
        "summary": "Numbers Year with JSON",
        "description": "Numbers API - Numbers Year with JSON. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "numbers",
          "json"
        ],
        "x-payment-info": {
          "description": "Access Numbers Year with JSON via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "number",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "number": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/numbers/date/:month/:day/json": {
      "get": {
        "summary": "Numbers Date with JSON",
        "description": "Numbers API - Numbers Date with JSON. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "numbers",
          "json"
        ],
        "x-payment-info": {
          "description": "Access Numbers Date with JSON via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "month",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          },
          {
            "name": "day",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "month": {
                                  "type": "string"
                                },
                                "day": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/numbers/random/math/json": {
      "get": {
        "summary": "Numbers Random Math JSON",
        "description": "Numbers API - Numbers Random Math JSON. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "numbers",
          "json"
        ],
        "x-payment-info": {
          "description": "Access Numbers Random Math JSON via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/numbers/random/trivia/json": {
      "get": {
        "summary": "Numbers Random Trivia JSON",
        "description": "Numbers API - Numbers Random Trivia JSON. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "numbers",
          "json"
        ],
        "x-payment-info": {
          "description": "Access Numbers Random Trivia JSON via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/numbers/random/year/json": {
      "get": {
        "summary": "Numbers Random Year JSON",
        "description": "Numbers API - Numbers Random Year JSON. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "numbers",
          "json"
        ],
        "x-payment-info": {
          "description": "Access Numbers Random Year JSON via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/reference/breweries": {
      "get": {
        "summary": "Breweries List",
        "description": "Open Brewery DB - Breweries List. Call when an agent needs reference data.",
        "tags": [
          "reference",
          "breweries"
        ],
        "x-payment-info": {
          "description": "Access Breweries List via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/reference/breweries/city/:city": {
      "get": {
        "summary": "Breweries by City",
        "description": "Open Brewery DB - Breweries by City. Call when an agent needs reference data.",
        "tags": [
          "reference",
          "breweries",
          ":city"
        ],
        "x-payment-info": {
          "description": "Access Breweries by City via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "city",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "city": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/reference/breweries/state/:state": {
      "get": {
        "summary": "Breweries by State",
        "description": "Open Brewery DB - Breweries by State. Call when an agent needs reference data.",
        "tags": [
          "reference",
          "breweries",
          ":state"
        ],
        "x-payment-info": {
          "description": "Access Breweries by State via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "state",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "state": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/reference/breweries/country/:country": {
      "get": {
        "summary": "Breweries by Country",
        "description": "Open Brewery DB - Breweries by Country. Call when an agent needs reference data.",
        "tags": [
          "reference",
          "breweries",
          ":country"
        ],
        "x-payment-info": {
          "description": "Access Breweries by Country via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "country",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "country": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/reference/breweries/type/:type": {
      "get": {
        "summary": "Breweries by Type",
        "description": "Open Brewery DB - Breweries by Type. Call when an agent needs reference data.",
        "tags": [
          "reference",
          "breweries",
          ":type"
        ],
        "x-payment-info": {
          "description": "Access Breweries by Type via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "type",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "type": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/reference/breweries/postal/:postal": {
      "get": {
        "summary": "Breweries by Postal",
        "description": "Open Brewery DB - Breweries by Postal. Call when an agent needs reference data.",
        "tags": [
          "reference",
          "breweries",
          ":postal"
        ],
        "x-payment-info": {
          "description": "Access Breweries by Postal via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "postal",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "postal": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/reference/breweries/name/:name": {
      "get": {
        "summary": "Breweries by Name",
        "description": "Open Brewery DB - Breweries by Name. Call when an agent needs reference data.",
        "tags": [
          "reference",
          "breweries",
          ":name"
        ],
        "x-payment-info": {
          "description": "Access Breweries by Name via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "test"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/reference/breweries/distance": {
      "get": {
        "summary": "Breweries by Distance",
        "description": "Open Brewery DB - Breweries by Distance. Call when an agent needs reference data.",
        "tags": [
          "reference",
          "breweries",
          "distance"
        ],
        "x-payment-info": {
          "description": "Access Breweries by Distance via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/reference/breweries/ids": {
      "get": {
        "summary": "Breweries by IDs",
        "description": "Open Brewery DB - Breweries by IDs. Call when an agent needs reference data.",
        "tags": [
          "reference",
          "breweries",
          "ids"
        ],
        "x-payment-info": {
          "description": "Access Breweries by IDs via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/reference/breweries/:id": {
      "get": {
        "summary": "Brewery by ID",
        "description": "Open Brewery DB - Brewery by ID. Call when an agent needs reference data.",
        "tags": [
          "reference",
          "breweries",
          ":id"
        ],
        "x-payment-info": {
          "description": "Access Brewery by ID via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/reference/breweries/random": {
      "get": {
        "summary": "Breweries Random",
        "description": "Open Brewery DB - Breweries Random. Call when an agent needs reference data.",
        "tags": [
          "reference",
          "breweries",
          "random"
        ],
        "x-payment-info": {
          "description": "Access Breweries Random via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/reference/breweries/search": {
      "get": {
        "summary": "Breweries Search",
        "description": "Open Brewery DB - Breweries Search. Call when an agent needs reference data.",
        "tags": [
          "reference",
          "breweries",
          "search"
        ],
        "x-payment-info": {
          "description": "Access Breweries Search via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/reference/breweries/autocomplete": {
      "get": {
        "summary": "Breweries Autocomplete",
        "description": "Open Brewery DB - Breweries Autocomplete. Call when an agent needs reference data.",
        "tags": [
          "reference",
          "breweries",
          "autocomplete"
        ],
        "x-payment-info": {
          "description": "Access Breweries Autocomplete via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/reference/breweries/meta": {
      "get": {
        "summary": "Breweries Meta",
        "description": "Open Brewery DB - Breweries Meta. Call when an agent needs reference data.",
        "tags": [
          "reference",
          "breweries",
          "meta"
        ],
        "x-payment-info": {
          "description": "Access Breweries Meta via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/reference/breweries/paginated": {
      "get": {
        "summary": "Breweries with Pagination",
        "description": "Open Brewery DB - Breweries with Pagination. Call when an agent needs reference data.",
        "tags": [
          "reference",
          "breweries",
          "paginated"
        ],
        "x-payment-info": {
          "description": "Access Breweries with Pagination via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/reference/breweries/sorted": {
      "get": {
        "summary": "Breweries Sorted",
        "description": "Open Brewery DB - Breweries Sorted. Call when an agent needs reference data.",
        "tags": [
          "reference",
          "breweries",
          "sorted"
        ],
        "x-payment-info": {
          "description": "Access Breweries Sorted via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/reference/breweries/type/micro": {
      "get": {
        "summary": "Breweries Micro Type",
        "description": "Open Brewery DB - Breweries Micro Type. Call when an agent needs reference data.",
        "tags": [
          "reference",
          "breweries",
          "micro"
        ],
        "x-payment-info": {
          "description": "Access Breweries Micro Type via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/reference/breweries/type/brewpub": {
      "get": {
        "summary": "Breweries Brewpub Type",
        "description": "Open Brewery DB - Breweries Brewpub Type. Call when an agent needs reference data.",
        "tags": [
          "reference",
          "breweries",
          "brewpub"
        ],
        "x-payment-info": {
          "description": "Access Breweries Brewpub Type via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/reference/breweries/type/regional": {
      "get": {
        "summary": "Breweries Regional Type",
        "description": "Open Brewery DB - Breweries Regional Type. Call when an agent needs reference data.",
        "tags": [
          "reference",
          "breweries",
          "regional"
        ],
        "x-payment-info": {
          "description": "Access Breweries Regional Type via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/reference/breweries/type/large": {
      "get": {
        "summary": "Breweries Large Type",
        "description": "Open Brewery DB - Breweries Large Type. Call when an agent needs reference data.",
        "tags": [
          "reference",
          "breweries",
          "large"
        ],
        "x-payment-info": {
          "description": "Access Breweries Large Type via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/deck/new": {
      "get": {
        "summary": "Deck New",
        "description": "Deck of Cards API - Deck New. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "deck",
          "new"
        ],
        "x-payment-info": {
          "description": "Access Deck New via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/deck/new/shuffle": {
      "get": {
        "summary": "Deck New Shuffle",
        "description": "Deck of Cards API - Deck New Shuffle. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "deck",
          "shuffle"
        ],
        "x-payment-info": {
          "description": "Access Deck New Shuffle via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/deck/new/shuffle/count": {
      "get": {
        "summary": "Deck New Shuffle with Count",
        "description": "Deck of Cards API - Deck New Shuffle with Count. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "deck",
          "count"
        ],
        "x-payment-info": {
          "description": "Access Deck New Shuffle with Count via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/deck/new/shuffle/cards": {
      "get": {
        "summary": "Deck New Shuffle with Cards",
        "description": "Deck of Cards API - Deck New Shuffle with Cards. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "deck",
          "cards"
        ],
        "x-payment-info": {
          "description": "Access Deck New Shuffle with Cards via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/deck/:deck_id/shuffle": {
      "get": {
        "summary": "Deck Shuffle",
        "description": "Deck of Cards API - Deck Shuffle. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "deck",
          "shuffle"
        ],
        "x-payment-info": {
          "description": "Access Deck Shuffle via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "deck_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "deck_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/deck/:deck_id/shuffle/remaining": {
      "get": {
        "summary": "Deck Shuffle Remaining",
        "description": "Deck of Cards API - Deck Shuffle Remaining. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "deck",
          "remaining"
        ],
        "x-payment-info": {
          "description": "Access Deck Shuffle Remaining via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "deck_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "deck_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/deck/:deck_id/draw": {
      "get": {
        "summary": "Deck Draw",
        "description": "Deck of Cards API - Deck Draw. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "deck",
          "draw"
        ],
        "x-payment-info": {
          "description": "Access Deck Draw via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "deck_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "deck_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/deck/:deck_id/draw/count": {
      "get": {
        "summary": "Deck Draw Count",
        "description": "Deck of Cards API - Deck Draw Count. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "deck",
          "count"
        ],
        "x-payment-info": {
          "description": "Access Deck Draw Count via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "deck_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "deck_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/deck/:deck_id/pile/:pile_name/add": {
      "get": {
        "summary": "Deck Pile Add",
        "description": "Deck of Cards API - Deck Pile Add. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "deck",
          "add"
        ],
        "x-payment-info": {
          "description": "Access Deck Pile Add via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "deck_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          },
          {
            "name": "pile_name",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "deck_id": {
                                  "type": "string"
                                },
                                "pile_name": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/deck/:deck_id/pile/:pile_name/list": {
      "get": {
        "summary": "Deck Pile List",
        "description": "Deck of Cards API - Deck Pile List. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "deck",
          "list"
        ],
        "x-payment-info": {
          "description": "Access Deck Pile List via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "deck_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          },
          {
            "name": "pile_name",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "deck_id": {
                                  "type": "string"
                                },
                                "pile_name": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/deck/:deck_id/pile/:pile_name/draw": {
      "get": {
        "summary": "Deck Pile Draw",
        "description": "Deck of Cards API - Deck Pile Draw. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "deck",
          "draw"
        ],
        "x-payment-info": {
          "description": "Access Deck Pile Draw via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "deck_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          },
          {
            "name": "pile_name",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "deck_id": {
                                  "type": "string"
                                },
                                "pile_name": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/deck/:deck_id/pile/:pile_name/draw/count": {
      "get": {
        "summary": "Deck Pile Draw Count",
        "description": "Deck of Cards API - Deck Pile Draw Count. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "deck",
          "count"
        ],
        "x-payment-info": {
          "description": "Access Deck Pile Draw Count via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "deck_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          },
          {
            "name": "pile_name",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "deck_id": {
                                  "type": "string"
                                },
                                "pile_name": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/deck/:deck_id/pile/:pile_name/draw/bottom": {
      "get": {
        "summary": "Deck Pile Draw Bottom",
        "description": "Deck of Cards API - Deck Pile Draw Bottom. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "deck",
          "bottom"
        ],
        "x-payment-info": {
          "description": "Access Deck Pile Draw Bottom via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "deck_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          },
          {
            "name": "pile_name",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "deck_id": {
                                  "type": "string"
                                },
                                "pile_name": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/deck/:deck_id/pile/:pile_name/draw/random": {
      "get": {
        "summary": "Deck Pile Draw Random",
        "description": "Deck of Cards API - Deck Pile Draw Random. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "deck",
          "random"
        ],
        "x-payment-info": {
          "description": "Access Deck Pile Draw Random via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "deck_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          },
          {
            "name": "pile_name",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "deck_id": {
                                  "type": "string"
                                },
                                "pile_name": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/deck/:deck_id/pile/:pile_name/shuffle": {
      "get": {
        "summary": "Deck Pile Shuffle",
        "description": "Deck of Cards API - Deck Pile Shuffle. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "deck",
          "shuffle"
        ],
        "x-payment-info": {
          "description": "Access Deck Pile Shuffle via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "deck_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          },
          {
            "name": "pile_name",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "deck_id": {
                                  "type": "string"
                                },
                                "pile_name": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/compute/deck/:deck_id/return": {
      "get": {
        "summary": "Deck Return",
        "description": "Deck of Cards API - Deck Return. Call when an agent needs compute data.",
        "tags": [
          "compute",
          "deck",
          "return"
        ],
        "x-payment-info": {
          "description": "Access Deck Return via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "deck_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "deck_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/verify/mx-validate": {
      "post": {
        "summary": "MX Record Validation",
        "description": "Validate MX records for a domain using DNS lookup. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "mx-validate"
        ],
        "x-payment-info": {
          "description": "Access MX Record Validation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/phone-country": {
      "post": {
        "summary": "Phone Lookup Country",
        "description": "Detect country from phone number using libphonenumber patterns. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "phone-country"
        ],
        "x-payment-info": {
          "description": "Access Phone Lookup Country via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/domain-reputation": {
      "post": {
        "summary": "Domain Reputation WHOIS",
        "description": "Check domain reputation via WHOIS age and MX presence. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "domain-reputation"
        ],
        "x-payment-info": {
          "description": "Access Domain Reputation WHOIS via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/disposable-domain": {
      "post": {
        "summary": "Disposable Domain Check",
        "description": "Check if domain is from disposable email provider. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "disposable-domain"
        ],
        "x-payment-info": {
          "description": "Access Disposable Domain Check via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/lead/email-pattern/first-last": {
      "get": {
        "summary": "Email Pattern Finder First Last",
        "description": "Generate email pattern from first name and last name. Call when an agent needs lead data.",
        "tags": [
          "lead",
          "email-pattern",
          "first-last"
        ],
        "x-payment-info": {
          "description": "Access Email Pattern Finder First Last via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/lead/email-pattern/first-last-domain": {
      "get": {
        "summary": "Email Pattern Finder First Last Domain",
        "description": "Generate email from first, last, and domain. Call when an agent needs lead data.",
        "tags": [
          "lead",
          "email-pattern",
          "first-last-domain"
        ],
        "x-payment-info": {
          "description": "Access Email Pattern Finder First Last Domain via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/lead/company/domain": {
      "get": {
        "summary": "Company Enrichment from Domain",
        "description": "Get company metadata from domain using DNS/WHOIS. Call when an agent needs lead data.",
        "tags": [
          "lead",
          "company",
          "domain"
        ],
        "x-payment-info": {
          "description": "Access Company Enrichment from Domain via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/lead/company/website": {
      "get": {
        "summary": "Company Enrichment Website",
        "description": "Extract company info from website URL. Call when an agent needs lead data.",
        "tags": [
          "lead",
          "company",
          "website"
        ],
        "x-payment-info": {
          "description": "Access Company Enrichment Website via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/lead/email/validate/format": {
      "get": {
        "summary": "Bulk Email Validation Format",
        "description": "Validate email format for bulk list. Call when an agent needs lead data.",
        "tags": [
          "lead",
          "email",
          "format"
        ],
        "x-payment-info": {
          "description": "Access Bulk Email Validation Format via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/lead/email/validate/domain": {
      "get": {
        "summary": "Bulk Email Validation Domain",
        "description": "Validate domain existence for bulk emails. Call when an agent needs lead data.",
        "tags": [
          "lead",
          "email",
          "domain"
        ],
        "x-payment-info": {
          "description": "Access Bulk Email Validation Domain via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/lead/email/validate/mx": {
      "get": {
        "summary": "Bulk Email Validation MX",
        "description": "Validate MX records for bulk emails. Call when an agent needs lead data.",
        "tags": [
          "lead",
          "email",
          "mx"
        ],
        "x-payment-info": {
          "description": "Access Bulk Email Validation MX via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/lead/domain/company-name": {
      "get": {
        "summary": "Domain to Company Name",
        "description": "Extract company name from domain. Call when an agent needs lead data.",
        "tags": [
          "lead",
          "domain",
          "company-name"
        ],
        "x-payment-info": {
          "description": "Access Domain to Company Name via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/lead/domain/industry": {
      "get": {
        "summary": "Domain to Industry",
        "description": "Infer industry from domain patterns. Call when an agent needs lead data.",
        "tags": [
          "lead",
          "domain",
          "industry"
        ],
        "x-payment-info": {
          "description": "Access Domain to Industry via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/lead/domain/size-estimate": {
      "get": {
        "summary": "Domain to Size Estimate",
        "description": "Estimate company size from domain signals. Call when an agent needs lead data.",
        "tags": [
          "lead",
          "domain",
          "size-estimate"
        ],
        "x-payment-info": {
          "description": "Access Domain to Size Estimate via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/lead/email/to-domain": {
      "get": {
        "summary": "Email to Domain",
        "description": "Extract domain from email address. Call when an agent needs lead data.",
        "tags": [
          "lead",
          "email",
          "to-domain"
        ],
        "x-payment-info": {
          "description": "Access Email to Domain via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/lead/email/to-company": {
      "get": {
        "summary": "Email to Company",
        "description": "Infer company from email domain. Call when an agent needs lead data.",
        "tags": [
          "lead",
          "email",
          "to-company"
        ],
        "x-payment-info": {
          "description": "Access Email to Company via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/lead/linkedin/parse": {
      "get": {
        "summary": "LinkedIn Profile URL Parser",
        "description": "Parse LinkedIn profile URL to extract components. Call when an agent needs lead data.",
        "tags": [
          "lead",
          "linkedin",
          "parse"
        ],
        "x-payment-info": {
          "description": "Access LinkedIn Profile URL Parser via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/lead/company/logo": {
      "get": {
        "summary": "Company Logo Finder",
        "description": "Find company logo from domain. Call when an agent needs lead data.",
        "tags": [
          "lead",
          "company",
          "logo"
        ],
        "x-payment-info": {
          "description": "Access Company Logo Finder via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/lead/company/social": {
      "get": {
        "summary": "Company Social Links",
        "description": "Find social media links from domain. Call when an agent needs lead data.",
        "tags": [
          "lead",
          "company",
          "social"
        ],
        "x-payment-info": {
          "description": "Access Company Social Links via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/schedule/timezone/convert": {
      "get": {
        "summary": "Timezone Convert",
        "description": "Convert timestamp from one timezone to another. Call when an agent needs schedule data.",
        "tags": [
          "schedule",
          "timezone",
          "convert"
        ],
        "x-payment-info": {
          "description": "Access Timezone Convert via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/schedule/timezone/list": {
      "get": {
        "summary": "Timezone List",
        "description": "List available timezones by region. Call when an agent needs schedule data.",
        "tags": [
          "schedule",
          "timezone",
          "list"
        ],
        "x-payment-info": {
          "description": "Access Timezone List via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/schedule/timezone/current": {
      "get": {
        "summary": "Timezone Current",
        "description": "Get current time in a specific timezone. Call when an agent needs schedule data.",
        "tags": [
          "schedule",
          "timezone",
          "current"
        ],
        "x-payment-info": {
          "description": "Access Timezone Current via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/schedule/slot/next": {
      "get": {
        "summary": "Next Available Slot",
        "description": "Calculate next available time slot given constraints. Call when an agent needs schedule data.",
        "tags": [
          "schedule",
          "slot",
          "next"
        ],
        "x-payment-info": {
          "description": "Access Next Available Slot via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/schedule/slot/find-multiple": {
      "get": {
        "summary": "Slot Find Multiple",
        "description": "Find multiple available time slots. Call when an agent needs schedule data.",
        "tags": [
          "schedule",
          "slot",
          "find-multiple"
        ],
        "x-payment-info": {
          "description": "Access Slot Find Multiple via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/schedule/working-hours/between": {
      "get": {
        "summary": "Working Hours Between",
        "description": "Calculate working hours between two timestamps. Call when an agent needs schedule data.",
        "tags": [
          "schedule",
          "working-hours",
          "between"
        ],
        "x-payment-info": {
          "description": "Access Working Hours Between via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/schedule/working-hours/daily": {
      "get": {
        "summary": "Working Hours Daily",
        "description": "Calculate working hours for a specific day. Call when an agent needs schedule data.",
        "tags": [
          "schedule",
          "working-hours",
          "daily"
        ],
        "x-payment-info": {
          "description": "Access Working Hours Daily via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/schedule/business-day/add": {
      "get": {
        "summary": "Business Day Add",
        "description": "Add business days to a date. Call when an agent needs schedule data.",
        "tags": [
          "schedule",
          "business-day",
          "add"
        ],
        "x-payment-info": {
          "description": "Access Business Day Add via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/schedule/business-day/subtract": {
      "get": {
        "summary": "Business Day Subtract",
        "description": "Subtract business days from a date. Call when an agent needs schedule data.",
        "tags": [
          "schedule",
          "business-day",
          "subtract"
        ],
        "x-payment-info": {
          "description": "Access Business Day Subtract via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/schedule/business-day/count": {
      "get": {
        "summary": "Business Day Count",
        "description": "Count business days between two dates. Call when an agent needs schedule data.",
        "tags": [
          "schedule",
          "business-day",
          "count"
        ],
        "x-payment-info": {
          "description": "Access Business Day Count via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/schedule/holiday/country": {
      "get": {
        "summary": "Holiday Lookup Country",
        "description": "Lookup holidays by country code and year. Call when an agent needs schedule data.",
        "tags": [
          "schedule",
          "holiday",
          "country"
        ],
        "x-payment-info": {
          "description": "Access Holiday Lookup Country via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/schedule/holiday/check": {
      "get": {
        "summary": "Holiday Check Date",
        "description": "Check if a specific date is a holiday. Call when an agent needs schedule data.",
        "tags": [
          "schedule",
          "holiday",
          "check"
        ],
        "x-payment-info": {
          "description": "Access Holiday Check Date via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/schedule/weekend/check": {
      "get": {
        "summary": "Weekend Check",
        "description": "Check if a date falls on weekend. Call when an agent needs schedule data.",
        "tags": [
          "schedule",
          "weekend",
          "check"
        ],
        "x-payment-info": {
          "description": "Access Weekend Check via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/schedule/date/format": {
      "get": {
        "summary": "Date Format",
        "description": "Format date to various string formats. Call when an agent needs schedule data.",
        "tags": [
          "schedule",
          "date",
          "format"
        ],
        "x-payment-info": {
          "description": "Access Date Format via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/schedule/date/parse": {
      "get": {
        "summary": "Date Parse",
        "description": "Parse date string to timestamp. Call when an agent needs schedule data.",
        "tags": [
          "schedule",
          "date",
          "parse"
        ],
        "x-payment-info": {
          "description": "Access Date Parse via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/schedule/date/add": {
      "get": {
        "summary": "Date Add Duration",
        "description": "Add duration (days, hours, etc) to date. Call when an agent needs schedule data.",
        "tags": [
          "schedule",
          "date",
          "add"
        ],
        "x-payment-info": {
          "description": "Access Date Add Duration via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/schedule/date/subtract": {
      "get": {
        "summary": "Date Subtract Duration",
        "description": "Subtract duration from date. Call when an agent needs schedule data.",
        "tags": [
          "schedule",
          "date",
          "subtract"
        ],
        "x-payment-info": {
          "description": "Access Date Subtract Duration via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/schedule/date/difference": {
      "get": {
        "summary": "Date Difference",
        "description": "Calculate difference between two dates. Call when an agent needs schedule data.",
        "tags": [
          "schedule",
          "date",
          "difference"
        ],
        "x-payment-info": {
          "description": "Access Date Difference via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/schedule/recurring/next": {
      "get": {
        "summary": "Recurring Next",
        "description": "Calculate next occurrence of recurring event. Call when an agent needs schedule data.",
        "tags": [
          "schedule",
          "recurring",
          "next"
        ],
        "x-payment-info": {
          "description": "Access Recurring Next via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/schedule/recurring/series": {
      "get": {
        "summary": "Recurring Series",
        "description": "Generate series of recurring dates. Call when an agent needs schedule data.",
        "tags": [
          "schedule",
          "recurring",
          "series"
        ],
        "x-payment-info": {
          "description": "Access Recurring Series via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/content/headline/generate": {
      "get": {
        "summary": "Headline Generate",
        "description": "Generate headline from topic (Haiku). Call when an agent needs content data.",
        "tags": [
          "content",
          "headline",
          "generate"
        ],
        "x-payment-info": {
          "description": "Access Headline Generate via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/content/headline/generate-ab": {
      "get": {
        "summary": "Headline Generate A/B",
        "description": "Generate A/B test headline variants (Haiku). Call when an agent needs content data.",
        "tags": [
          "content",
          "headline",
          "generate-ab"
        ],
        "x-payment-info": {
          "description": "Access Headline Generate A/B via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/content/headline/optimize-seo": {
      "get": {
        "summary": "Headline Optimize SEO",
        "description": "Optimize headline for SEO (Haiku). Call when an agent needs content data.",
        "tags": [
          "content",
          "headline",
          "optimize-seo"
        ],
        "x-payment-info": {
          "description": "Access Headline Optimize SEO via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/content/summarize": {
      "get": {
        "summary": "Text Summarize",
        "description": "Summarize text to key points (Haiku). Call when an agent needs content data.",
        "tags": [
          "content",
          "summarize"
        ],
        "x-payment-info": {
          "description": "Access Text Summarize via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/content/summarize/bullet": {
      "get": {
        "summary": "Text Summarize Bullet",
        "description": "Summarize text to bullet points (Haiku). Call when an agent needs content data.",
        "tags": [
          "content",
          "summarize",
          "bullet"
        ],
        "x-payment-info": {
          "description": "Access Text Summarize Bullet via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/content/summarize/paragraph": {
      "get": {
        "summary": "Text Summarize Paragraph",
        "description": "Summarize text to single paragraph (Haiku). Call when an agent needs content data.",
        "tags": [
          "content",
          "summarize",
          "paragraph"
        ],
        "x-payment-info": {
          "description": "Access Text Summarize Paragraph via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/content/email/cold-draft": {
      "get": {
        "summary": "Cold Email Draft",
        "description": "Draft cold email from prospect info (Haiku). Call when an agent needs content data.",
        "tags": [
          "content",
          "email",
          "cold-draft"
        ],
        "x-payment-info": {
          "description": "Access Cold Email Draft via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/content/email/followup": {
      "get": {
        "summary": "Cold Email Followup",
        "description": "Draft follow-up email (Haiku). Call when an agent needs content data.",
        "tags": [
          "content",
          "email",
          "followup"
        ],
        "x-payment-info": {
          "description": "Access Cold Email Followup via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/content/email/subject": {
      "get": {
        "summary": "Cold Email Subject",
        "description": "Generate cold email subject lines (Haiku). Call when an agent needs content data.",
        "tags": [
          "content",
          "email",
          "subject"
        ],
        "x-payment-info": {
          "description": "Access Cold Email Subject via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/content/seo/meta-title": {
      "get": {
        "summary": "SEO Meta Title",
        "description": "Generate SEO meta title (Haiku). Call when an agent needs content data.",
        "tags": [
          "content",
          "seo",
          "meta-title"
        ],
        "x-payment-info": {
          "description": "Access SEO Meta Title via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/content/seo/meta-description": {
      "get": {
        "summary": "SEO Meta Description",
        "description": "Generate SEO meta description (Haiku). Call when an agent needs content data.",
        "tags": [
          "content",
          "seo",
          "meta-description"
        ],
        "x-payment-info": {
          "description": "Access SEO Meta Description via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/content/seo/keywords": {
      "get": {
        "summary": "SEO Keywords",
        "description": "Extract SEO keywords from content (Haiku). Call when an agent needs content data.",
        "tags": [
          "content",
          "seo",
          "keywords"
        ],
        "x-payment-info": {
          "description": "Access SEO Keywords via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/content/social/twitter": {
      "get": {
        "summary": "Social Post Twitter",
        "description": "Generate Twitter/X post (Haiku). Call when an agent needs content data.",
        "tags": [
          "content",
          "social",
          "twitter"
        ],
        "x-payment-info": {
          "description": "Access Social Post Twitter via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/content/social/linkedin": {
      "get": {
        "summary": "Social Post LinkedIn",
        "description": "Generate LinkedIn post (Haiku). Call when an agent needs content data.",
        "tags": [
          "content",
          "social",
          "linkedin"
        ],
        "x-payment-info": {
          "description": "Access Social Post LinkedIn via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/content/social/facebook": {
      "get": {
        "summary": "Social Post Facebook",
        "description": "Generate Facebook post (Haiku). Call when an agent needs content data.",
        "tags": [
          "content",
          "social",
          "facebook"
        ],
        "x-payment-info": {
          "description": "Access Social Post Facebook via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/content/social/instagram": {
      "get": {
        "summary": "Social Post Instagram",
        "description": "Generate Instagram caption (Haiku). Call when an agent needs content data.",
        "tags": [
          "content",
          "social",
          "instagram"
        ],
        "x-payment-info": {
          "description": "Access Social Post Instagram via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/content/social/tiktok": {
      "get": {
        "summary": "Social Post TikTok",
        "description": "Generate TikTok caption (Haiku). Call when an agent needs content data.",
        "tags": [
          "content",
          "social",
          "tiktok"
        ],
        "x-payment-info": {
          "description": "Access Social Post TikTok via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/content/blog/outline": {
      "get": {
        "summary": "Blog Post Outline",
        "description": "Generate blog post outline (Haiku). Call when an agent needs content data.",
        "tags": [
          "content",
          "blog",
          "outline"
        ],
        "x-payment-info": {
          "description": "Access Blog Post Outline via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/content/blog/section": {
      "get": {
        "summary": "Blog Post Section",
        "description": "Generate blog post section content (Haiku). Call when an agent needs content data.",
        "tags": [
          "content",
          "blog",
          "section"
        ],
        "x-payment-info": {
          "description": "Access Blog Post Section via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/content/product/description": {
      "get": {
        "summary": "Product Description",
        "description": "Generate product description (Haiku). Call when an agent needs content data.",
        "tags": [
          "content",
          "product",
          "description"
        ],
        "x-payment-info": {
          "description": "Access Product Description via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/content/ad/headline": {
      "get": {
        "summary": "Ad Copy Headline",
        "description": "Generate ad copy headline (Haiku). Call when an agent needs content data.",
        "tags": [
          "content",
          "ad",
          "headline"
        ],
        "x-payment-info": {
          "description": "Access Ad Copy Headline via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/content/ad/body": {
      "get": {
        "summary": "Ad Copy Body",
        "description": "Generate ad copy body text (Haiku). Call when an agent needs content data.",
        "tags": [
          "content",
          "ad",
          "body"
        ],
        "x-payment-info": {
          "description": "Access Ad Copy Body via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/content/press-release": {
      "get": {
        "summary": "Press Release",
        "description": "Generate press release (Haiku). Call when an agent needs content data.",
        "tags": [
          "content",
          "press-release"
        ],
        "x-payment-info": {
          "description": "Access Press Release via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/content/newsletter/subject": {
      "get": {
        "summary": "Newsletter Subject",
        "description": "Generate newsletter subject line (Haiku). Call when an agent needs content data.",
        "tags": [
          "content",
          "newsletter",
          "subject"
        ],
        "x-payment-info": {
          "description": "Access Newsletter Subject via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/content/newsletter/body": {
      "get": {
        "summary": "Newsletter Body",
        "description": "Generate newsletter body content (Haiku). Call when an agent needs content data.",
        "tags": [
          "content",
          "newsletter",
          "body"
        ],
        "x-payment-info": {
          "description": "Access Newsletter Body via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/support/ticket/classify": {
      "get": {
        "summary": "Ticket Classify",
        "description": "Classify support ticket by category (Haiku). Call when an agent needs support data.",
        "tags": [
          "support",
          "ticket",
          "classify"
        ],
        "x-payment-info": {
          "description": "Access Ticket Classify via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/support/ticket/priority": {
      "get": {
        "summary": "Ticket Priority Score",
        "description": "Score ticket priority level (Haiku). Call when an agent needs support data.",
        "tags": [
          "support",
          "ticket",
          "priority"
        ],
        "x-payment-info": {
          "description": "Access Ticket Priority Score via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/support/response/draft": {
      "get": {
        "summary": "Response Draft",
        "description": "Draft suggested response (Haiku). Call when an agent needs support data.",
        "tags": [
          "support",
          "response",
          "draft"
        ],
        "x-payment-info": {
          "description": "Access Response Draft via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/support/response/refine": {
      "get": {
        "summary": "Response Refine",
        "description": "Refine response for tone (Haiku). Call when an agent needs support data.",
        "tags": [
          "support",
          "response",
          "refine"
        ],
        "x-payment-info": {
          "description": "Access Response Refine via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/support/faq/match": {
      "get": {
        "summary": "FAQ Match",
        "description": "Match ticket to FAQ (Haiku). Call when an agent needs support data.",
        "tags": [
          "support",
          "faq",
          "match"
        ],
        "x-payment-info": {
          "description": "Access FAQ Match via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/support/faq/generate": {
      "get": {
        "summary": "FAQ Generate",
        "description": "Generate FAQ from knowledge (Haiku). Call when an agent needs support data.",
        "tags": [
          "support",
          "faq",
          "generate"
        ],
        "x-payment-info": {
          "description": "Access FAQ Generate via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/support/escalation/recommend": {
      "get": {
        "summary": "Escalation Recommend",
        "description": "Recommend escalation path (Haiku). Call when an agent needs support data.",
        "tags": [
          "support",
          "escalation",
          "recommend"
        ],
        "x-payment-info": {
          "description": "Access Escalation Recommend via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/support/sentiment/detect": {
      "get": {
        "summary": "Sentiment Detect",
        "description": "Detect customer sentiment (Haiku). Call when an agent needs support data.",
        "tags": [
          "support",
          "sentiment",
          "detect"
        ],
        "x-payment-info": {
          "description": "Access Sentiment Detect via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/support/intent/detect": {
      "get": {
        "summary": "Intent Detect",
        "description": "Detect customer intent (Haiku). Call when an agent needs support data.",
        "tags": [
          "support",
          "intent",
          "detect"
        ],
        "x-payment-info": {
          "description": "Access Intent Detect via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/support/solution/suggest": {
      "get": {
        "summary": "Solution Suggest",
        "description": "Suggest solution based on issue (Haiku). Call when an agent needs support data.",
        "tags": [
          "support",
          "solution",
          "suggest"
        ],
        "x-payment-info": {
          "description": "Access Solution Suggest via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/support/knowledge/extract": {
      "get": {
        "summary": "Knowledge Extract",
        "description": "Extract knowledge from ticket (Haiku). Call when an agent needs support data.",
        "tags": [
          "support",
          "knowledge",
          "extract"
        ],
        "x-payment-info": {
          "description": "Access Knowledge Extract via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/support/ticket/summarize": {
      "get": {
        "summary": "Ticket Summarize",
        "description": "Summarize ticket thread (Haiku). Call when an agent needs support data.",
        "tags": [
          "support",
          "ticket",
          "summarize"
        ],
        "x-payment-info": {
          "description": "Access Ticket Summarize via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/support/agent/assist": {
      "get": {
        "summary": "Agent Assist",
        "description": "Provide real-time agent assistance (Haiku). Call when an agent needs support data.",
        "tags": [
          "support",
          "agent",
          "assist"
        ],
        "x-payment-info": {
          "description": "Access Agent Assist via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/support/resolution/predict": {
      "get": {
        "summary": "Resolution Predict",
        "description": "Predict resolution time (Haiku). Call when an agent needs support data.",
        "tags": [
          "support",
          "resolution",
          "predict"
        ],
        "x-payment-info": {
          "description": "Access Resolution Predict via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/support/customer/profile": {
      "get": {
        "summary": "Customer Profile",
        "description": "Generate customer profile from history (Haiku). Call when an agent needs support data.",
        "tags": [
          "support",
          "customer",
          "profile"
        ],
        "x-payment-info": {
          "description": "Access Customer Profile via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/send/transactional": {
      "get": {
        "summary": "Email Send Transactional",
        "description": "Send transactional email via SendGrid/Mailgun. Call when an agent needs email data.",
        "tags": [
          "email",
          "send",
          "transactional"
        ],
        "x-payment-info": {
          "description": "Access Email Send Transactional via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/send/bulk": {
      "get": {
        "summary": "Email Send Bulk",
        "description": "Send bulk email campaign. Call when an agent needs email data.",
        "tags": [
          "email",
          "send",
          "bulk"
        ],
        "x-payment-info": {
          "description": "Access Email Send Bulk via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/template/render": {
      "get": {
        "summary": "Template Render",
        "description": "Render email template with variables. Call when an agent needs email data.",
        "tags": [
          "email",
          "template",
          "render"
        ],
        "x-payment-info": {
          "description": "Access Template Render via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/template/validate": {
      "get": {
        "summary": "Template Validate",
        "description": "Validate email template syntax. Call when an agent needs email data.",
        "tags": [
          "email",
          "template",
          "validate"
        ],
        "x-payment-info": {
          "description": "Access Template Validate via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/bounce/check": {
      "get": {
        "summary": "Bounce Check",
        "description": "Check if email is on bounce list. Call when an agent needs email data.",
        "tags": [
          "email",
          "bounce",
          "check"
        ],
        "x-payment-info": {
          "description": "Access Bounce Check via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/bounce/analyze": {
      "get": {
        "summary": "Bounce Analyze",
        "description": "Analyze bounce reason. Call when an agent needs email data.",
        "tags": [
          "email",
          "bounce",
          "analyze"
        ],
        "x-payment-info": {
          "description": "Access Bounce Analyze via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/deliverability/check": {
      "get": {
        "summary": "Deliverability Check",
        "description": "Check email deliverability score. Call when an agent needs email data.",
        "tags": [
          "email",
          "deliverability",
          "check"
        ],
        "x-payment-info": {
          "description": "Access Deliverability Check via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/deliverability/dns": {
      "get": {
        "summary": "Deliverability DNS",
        "description": "Check DNS records for deliverability. Call when an agent needs email data.",
        "tags": [
          "email",
          "deliverability",
          "dns"
        ],
        "x-payment-info": {
          "description": "Access Deliverability DNS via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/unsubscribe/add": {
      "get": {
        "summary": "Unsubscribe Add",
        "description": "Add email to unsubscribe list. Call when an agent needs email data.",
        "tags": [
          "email",
          "unsubscribe",
          "add"
        ],
        "x-payment-info": {
          "description": "Access Unsubscribe Add via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/unsubscribe/check": {
      "get": {
        "summary": "Unsubscribe Check",
        "description": "Check if email is unsubscribed. Call when an agent needs email data.",
        "tags": [
          "email",
          "unsubscribe",
          "check"
        ],
        "x-payment-info": {
          "description": "Access Unsubscribe Check via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/unsubscribe/remove": {
      "get": {
        "summary": "Unsubscribe Remove",
        "description": "Remove email from unsubscribe list. Call when an agent needs email data.",
        "tags": [
          "email",
          "unsubscribe",
          "remove"
        ],
        "x-payment-info": {
          "description": "Access Unsubscribe Remove via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/validate/format": {
      "get": {
        "summary": "Email Validate Format",
        "description": "Validate email format. Call when an agent needs email data.",
        "tags": [
          "email",
          "validate",
          "format"
        ],
        "x-payment-info": {
          "description": "Access Email Validate Format via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/validate/domain": {
      "get": {
        "summary": "Email Validate Domain",
        "description": "Validate email domain exists. Call when an agent needs email data.",
        "tags": [
          "email",
          "validate",
          "domain"
        ],
        "x-payment-info": {
          "description": "Access Email Validate Domain via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/validate/mx": {
      "get": {
        "summary": "Email Validate MX",
        "description": "Validate email MX records. Call when an agent needs email data.",
        "tags": [
          "email",
          "validate",
          "mx"
        ],
        "x-payment-info": {
          "description": "Access Email Validate MX via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/normalize": {
      "get": {
        "summary": "Email Normalize",
        "description": "Normalize email address format. Call when an agent needs email data.",
        "tags": [
          "email",
          "normalize"
        ],
        "x-payment-info": {
          "description": "Access Email Normalize via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/extract": {
      "get": {
        "summary": "Email Extract",
        "description": "Extract emails from text. Call when an agent needs email data.",
        "tags": [
          "email",
          "extract"
        ],
        "x-payment-info": {
          "description": "Access Email Extract via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/mask": {
      "get": {
        "summary": "Email Mask",
        "description": "Mask email for privacy. Call when an agent needs email data.",
        "tags": [
          "email",
          "mask"
        ],
        "x-payment-info": {
          "description": "Access Email Mask via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/domain/extract": {
      "get": {
        "summary": "Email Domain Extract",
        "description": "Extract domain from email. Call when an agent needs email data.",
        "tags": [
          "email",
          "domain",
          "extract"
        ],
        "x-payment-info": {
          "description": "Access Email Domain Extract via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/parse": {
      "get": {
        "summary": "Email Parse",
        "description": "Parse email components. Call when an agent needs email data.",
        "tags": [
          "email",
          "parse"
        ],
        "x-payment-info": {
          "description": "Access Email Parse via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/merge/variables": {
      "get": {
        "summary": "Email Merge Variables",
        "description": "Extract merge variables from template. Call when an agent needs email data.",
        "tags": [
          "email",
          "merge",
          "variables"
        ],
        "x-payment-info": {
          "description": "Access Email Merge Variables via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/preview": {
      "get": {
        "summary": "Email Preview",
        "description": "Preview email rendering. Call when an agent needs email data.",
        "tags": [
          "email",
          "preview"
        ],
        "x-payment-info": {
          "description": "Access Email Preview via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/spam/score": {
      "get": {
        "summary": "Email Spam Score",
        "description": "Calculate spam score. Call when an agent needs email data.",
        "tags": [
          "email",
          "spam",
          "score"
        ],
        "x-payment-info": {
          "description": "Access Email Spam Score via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/headers/validate": {
      "get": {
        "summary": "Email Headers Validate",
        "description": "Validate email headers. Call when an agent needs email data.",
        "tags": [
          "email",
          "headers",
          "validate"
        ],
        "x-payment-info": {
          "description": "Access Email Headers Validate via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/attachments/validate": {
      "get": {
        "summary": "Email Attachments Validate",
        "description": "Validate email attachments. Call when an agent needs email data.",
        "tags": [
          "email",
          "attachments",
          "validate"
        ],
        "x-payment-info": {
          "description": "Access Email Attachments Validate via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/reply-to/parse": {
      "get": {
        "summary": "Email Reply To Parse",
        "description": "Parse reply-to address. Call when an agent needs email data.",
        "tags": [
          "email",
          "reply-to",
          "parse"
        ],
        "x-payment-info": {
          "description": "Access Email Reply To Parse via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/thread/detect": {
      "get": {
        "summary": "Email Thread Detect",
        "description": "Detect email thread relationships. Call when an agent needs email data.",
        "tags": [
          "email",
          "thread",
          "detect"
        ],
        "x-payment-info": {
          "description": "Access Email Thread Detect via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/signature/detect": {
      "get": {
        "summary": "Email Signature Detect",
        "description": "Detect email signature block. Call when an agent needs email data.",
        "tags": [
          "email",
          "signature",
          "detect"
        ],
        "x-payment-info": {
          "description": "Access Email Signature Detect via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/quoted-reply/detect": {
      "get": {
        "summary": "Email Quoted Reply Detect",
        "description": "Detect quoted reply text. Call when an agent needs email data.",
        "tags": [
          "email",
          "quoted-reply",
          "detect"
        ],
        "x-payment-info": {
          "description": "Access Email Quoted Reply Detect via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/html/strip": {
      "get": {
        "summary": "Email HTML Strip",
        "description": "Strip HTML from email body. Call when an agent needs email data.",
        "tags": [
          "email",
          "html",
          "strip"
        ],
        "x-payment-info": {
          "description": "Access Email HTML Strip via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/plain-text/convert": {
      "get": {
        "summary": "Email Plain Text Convert",
        "description": "Convert HTML to plain text. Call when an agent needs email data.",
        "tags": [
          "email",
          "plain-text",
          "convert"
        ],
        "x-payment-info": {
          "description": "Access Email Plain Text Convert via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/email/links/extract": {
      "get": {
        "summary": "Email Links Extract",
        "description": "Extract links from email body. Call when an agent needs email data.",
        "tags": [
          "email",
          "links",
          "extract"
        ],
        "x-payment-info": {
          "description": "Access Email Links Extract via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/text/classify": {
      "get": {
        "summary": "Text Classify",
        "description": "Classify text into categories (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "text",
          "classify"
        ],
        "x-payment-info": {
          "description": "Access Text Classify via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/text/entities": {
      "get": {
        "summary": "Text Extract Entities",
        "description": "Extract named entities from text (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "text",
          "entities"
        ],
        "x-payment-info": {
          "description": "Access Text Extract Entities via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/text/keywords": {
      "get": {
        "summary": "Text Extract Keywords",
        "description": "Extract keywords from text (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "text",
          "keywords"
        ],
        "x-payment-info": {
          "description": "Access Text Extract Keywords via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/text/summarize": {
      "get": {
        "summary": "Text Summarize",
        "description": "Summarize text (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "text",
          "summarize"
        ],
        "x-payment-info": {
          "description": "Access Text Summarize via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/sentiment/analyze": {
      "get": {
        "summary": "Sentiment Analyze",
        "description": "Analyze sentiment of text (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "sentiment",
          "analyze"
        ],
        "x-payment-info": {
          "description": "Access Sentiment Analyze via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/sentiment/emotion": {
      "get": {
        "summary": "Sentiment Detect Emotion",
        "description": "Detect emotions in text (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "sentiment",
          "emotion"
        ],
        "x-payment-info": {
          "description": "Access Sentiment Detect Emotion via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/language/detect": {
      "get": {
        "summary": "Language Detect",
        "description": "Detect language of text (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "language",
          "detect"
        ],
        "x-payment-info": {
          "description": "Access Language Detect via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/text/translate": {
      "get": {
        "summary": "Text Translate",
        "description": "Translate text (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "text",
          "translate"
        ],
        "x-payment-info": {
          "description": "Access Text Translate via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/text/paraphrase": {
      "get": {
        "summary": "Text Paraphrase",
        "description": "Paraphrase text (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "text",
          "paraphrase"
        ],
        "x-payment-info": {
          "description": "Access Text Paraphrase via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/text/expand": {
      "get": {
        "summary": "Text Expand",
        "description": "Expand text with more detail (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "text",
          "expand"
        ],
        "x-payment-info": {
          "description": "Access Text Expand via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/text/simplify": {
      "get": {
        "summary": "Text Simplify",
        "description": "Simplify complex text (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "text",
          "simplify"
        ],
        "x-payment-info": {
          "description": "Access Text Simplify via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/text/rewrite-tone": {
      "get": {
        "summary": "Text Rewrite Tone",
        "description": "Rewrite text with different tone (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "text",
          "rewrite-tone"
        ],
        "x-payment-info": {
          "description": "Access Text Rewrite Tone via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/text/quotes": {
      "get": {
        "summary": "Text Extract Quotes",
        "description": "Extract quotes from text (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "text",
          "quotes"
        ],
        "x-payment-info": {
          "description": "Access Text Extract Quotes via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/text/numbers": {
      "get": {
        "summary": "Text Extract Numbers",
        "description": "Extract numbers from text (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "text",
          "numbers"
        ],
        "x-payment-info": {
          "description": "Access Text Extract Numbers via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/text/dates": {
      "get": {
        "summary": "Text Extract Dates",
        "description": "Extract dates from text (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "text",
          "dates"
        ],
        "x-payment-info": {
          "description": "Access Text Extract Dates via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/text/emails": {
      "get": {
        "summary": "Text Extract Emails",
        "description": "Extract emails from text (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "text",
          "emails"
        ],
        "x-payment-info": {
          "description": "Access Text Extract Emails via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/text/urls": {
      "get": {
        "summary": "Text Extract URLs",
        "description": "Extract URLs from text (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "text",
          "urls"
        ],
        "x-payment-info": {
          "description": "Access Text Extract URLs via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/text/phone": {
      "get": {
        "summary": "Text Extract Phone",
        "description": "Extract phone numbers from text (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "text",
          "phone"
        ],
        "x-payment-info": {
          "description": "Access Text Extract Phone via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/text/addresses": {
      "get": {
        "summary": "Text Extract Addresses",
        "description": "Extract addresses from text (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "text",
          "addresses"
        ],
        "x-payment-info": {
          "description": "Access Text Extract Addresses via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/text/pii-detect": {
      "get": {
        "summary": "Text Detect PII",
        "description": "Detect PII in text (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "text",
          "pii-detect"
        ],
        "x-payment-info": {
          "description": "Access Text Detect PII via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/text/pii-mask": {
      "get": {
        "summary": "Text Mask PII",
        "description": "Mask PII in text (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "text",
          "pii-mask"
        ],
        "x-payment-info": {
          "description": "Access Text Mask PII via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/text/similarity": {
      "get": {
        "summary": "Text Compare Similarity",
        "description": "Compare text similarity (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "text",
          "similarity"
        ],
        "x-payment-info": {
          "description": "Access Text Compare Similarity via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/text/duplicate": {
      "get": {
        "summary": "Text Detect Duplicate",
        "description": "Detect duplicate content (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "text",
          "duplicate"
        ],
        "x-payment-info": {
          "description": "Access Text Detect Duplicate via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/text/generate-questions": {
      "get": {
        "summary": "Text Generate Questions",
        "description": "Generate questions from text (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "text",
          "generate-questions"
        ],
        "x-payment-info": {
          "description": "Access Text Generate Questions via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/text/answer-question": {
      "get": {
        "summary": "Text Answer Question",
        "description": "Answer question from context (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "text",
          "answer-question"
        ],
        "x-payment-info": {
          "description": "Access Text Answer Question via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/text/topics": {
      "get": {
        "summary": "Text Extract Topics",
        "description": "Extract topics from text (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "text",
          "topics"
        ],
        "x-payment-info": {
          "description": "Access Text Extract Topics via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/text/cluster": {
      "get": {
        "summary": "Text Cluster",
        "description": "Cluster similar texts (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "text",
          "cluster"
        ],
        "x-payment-info": {
          "description": "Access Text Cluster via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/text/tokenize": {
      "get": {
        "summary": "Text Tokenize",
        "description": "Tokenize text into words/sentences (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "text",
          "tokenize"
        ],
        "x-payment-info": {
          "description": "Access Text Tokenize via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/text/pos-tag": {
      "get": {
        "summary": "Text POS Tag",
        "description": "Part-of-speech tagging (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "text",
          "pos-tag"
        ],
        "x-payment-info": {
          "description": "Access Text POS Tag via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/text/dependency": {
      "get": {
        "summary": "Text Dependency Parse",
        "description": "Dependency parsing (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "text",
          "dependency"
        ],
        "x-payment-info": {
          "description": "Access Text Dependency Parse via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/nlp/text/coreference": {
      "get": {
        "summary": "Text Coreference Resolve",
        "description": "Resolve coreferences (Haiku). Call when an agent needs nlp data.",
        "tags": [
          "nlp",
          "text",
          "coreference"
        ],
        "x-payment-info": {
          "description": "Access Text Coreference Resolve via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/voice/tts/synthesize": {
      "get": {
        "summary": "TTS Synthesize",
        "description": "Synthesize speech from text using ElevenLabs. Call when an agent needs voice data.",
        "tags": [
          "voice",
          "tts",
          "synthesize"
        ],
        "x-payment-info": {
          "description": "Access TTS Synthesize via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/voice/tts/voices": {
      "get": {
        "summary": "TTS Voices List",
        "description": "List available TTS voices. Call when an agent needs voice data.",
        "tags": [
          "voice",
          "tts",
          "voices"
        ],
        "x-payment-info": {
          "description": "Access TTS Voices List via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/voice/tts/voice-info": {
      "get": {
        "summary": "TTS Voice Info",
        "description": "Get information about specific voice. Call when an agent needs voice data.",
        "tags": [
          "voice",
          "tts",
          "voice-info"
        ],
        "x-payment-info": {
          "description": "Access TTS Voice Info via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/voice/tts/stream": {
      "get": {
        "summary": "TTS Stream",
        "description": "Stream TTS audio in real-time. Call when an agent needs voice data.",
        "tags": [
          "voice",
          "tts",
          "stream"
        ],
        "x-payment-info": {
          "description": "Access TTS Stream via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/voice/tts/emotion": {
      "get": {
        "summary": "TTS with Emotion",
        "description": "Synthesize speech with emotion. Call when an agent needs voice data.",
        "tags": [
          "voice",
          "tts",
          "emotion"
        ],
        "x-payment-info": {
          "description": "Access TTS with Emotion via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/voice/tts/clone": {
      "get": {
        "summary": "TTS Clone Voice",
        "description": "Clone voice from sample audio. Call when an agent needs voice data.",
        "tags": [
          "voice",
          "tts",
          "clone"
        ],
        "x-payment-info": {
          "description": "Access TTS Clone Voice via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/voice/stt/transcribe": {
      "get": {
        "summary": "STT Transcribe",
        "description": "Transcribe audio to text using Whisper. Call when an agent needs voice data.",
        "tags": [
          "voice",
          "stt",
          "transcribe"
        ],
        "x-payment-info": {
          "description": "Access STT Transcribe via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/voice/stt/transcribe-file": {
      "get": {
        "summary": "STT Transcribe File",
        "description": "Transcribe audio file to text. Call when an agent needs voice data.",
        "tags": [
          "voice",
          "stt",
          "transcribe-file"
        ],
        "x-payment-info": {
          "description": "Access STT Transcribe File via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/voice/stt/translate": {
      "get": {
        "summary": "STT Translate",
        "description": "Translate audio to English text. Call when an agent needs voice data.",
        "tags": [
          "voice",
          "stt",
          "translate"
        ],
        "x-payment-info": {
          "description": "Access STT Translate via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/voice/stt/detect-language": {
      "get": {
        "summary": "STT Detect Language",
        "description": "Detect language from audio. Call when an agent needs voice data.",
        "tags": [
          "voice",
          "stt",
          "detect-language"
        ],
        "x-payment-info": {
          "description": "Access STT Detect Language via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/voice/stt/timestamps": {
      "get": {
        "summary": "STT Timestamps",
        "description": "Transcribe with word timestamps. Call when an agent needs voice data.",
        "tags": [
          "voice",
          "stt",
          "timestamps"
        ],
        "x-payment-info": {
          "description": "Access STT Timestamps via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/voice/stt/diarization": {
      "get": {
        "summary": "STT Diarization",
        "description": "Speaker diarization from audio. Call when an agent needs voice data.",
        "tags": [
          "voice",
          "stt",
          "diarization"
        ],
        "x-payment-info": {
          "description": "Access STT Diarization via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/memory/set": {
      "post": {
        "summary": "Set a key with optional TTL",
        "description": "Set a key with optional TTL. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "set"
        ],
        "x-payment-info": {
          "description": "Access Set a key with optional TTL via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/memory/get/:key": {
      "get": {
        "summary": "Get a value by key",
        "description": "Get a value by key. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "get",
          ":key"
        ],
        "x-payment-info": {
          "description": "Access Get a value by key via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "test-key"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "key": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/memory/ttl/:key": {
      "get": {
        "summary": "Get TTL for a key",
        "description": "Get TTL for a key. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "ttl",
          ":key"
        ],
        "x-payment-info": {
          "description": "Access Get TTL for a key via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "test-key"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "key": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/memory/delete/:key": {
      "delete": {
        "summary": "Delete a key",
        "description": "Delete a key. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "delete",
          ":key"
        ],
        "x-payment-info": {
          "description": "Access Delete a key via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "test-key"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "key": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/memory/batch-set": {
      "post": {
        "summary": "Set multiple keys",
        "description": "Set multiple keys. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "batch-set"
        ],
        "x-payment-info": {
          "description": "Access Set multiple keys via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/memory/batch-get": {
      "post": {
        "summary": "Get multiple keys",
        "description": "Get multiple keys. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "batch-get"
        ],
        "x-payment-info": {
          "description": "Access Get multiple keys via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/memory/batch-delete": {
      "post": {
        "summary": "Delete multiple keys",
        "description": "Delete multiple keys. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "batch-delete"
        ],
        "x-payment-info": {
          "description": "Access Delete multiple keys via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/memory/increment": {
      "post": {
        "summary": "Increment a numeric value",
        "description": "Increment a numeric value. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "increment"
        ],
        "x-payment-info": {
          "description": "Access Increment a numeric value via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/memory/decrement": {
      "post": {
        "summary": "Decrement a numeric value",
        "description": "Decrement a numeric value. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "decrement"
        ],
        "x-payment-info": {
          "description": "Access Decrement a numeric value via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/memory/append": {
      "post": {
        "summary": "Append to a string value",
        "description": "Append to a string value. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "append"
        ],
        "x-payment-info": {
          "description": "Access Append to a string value via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/memory/exists/:key": {
      "get": {
        "summary": "Check if key exists",
        "description": "Check if key exists. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "exists",
          ":key"
        ],
        "x-payment-info": {
          "description": "Access Check if key exists via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "test-key"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "key": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/memory/rename": {
      "post": {
        "summary": "Rename a key",
        "description": "Rename a key. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "rename"
        ],
        "x-payment-info": {
          "description": "Access Rename a key via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/memory/copy": {
      "post": {
        "summary": "Copy a key",
        "description": "Copy a key. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "copy"
        ],
        "x-payment-info": {
          "description": "Access Copy a key via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/memory/persist/:key": {
      "post": {
        "summary": "Remove TTL from key",
        "description": "Remove TTL from key. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "persist",
          ":key"
        ],
        "x-payment-info": {
          "description": "Access Remove TTL from key via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "test-key"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "key": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/memory/expire": {
      "post": {
        "summary": "Set TTL on existing key",
        "description": "Set TTL on existing key. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "expire"
        ],
        "x-payment-info": {
          "description": "Access Set TTL on existing key via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/memory/keys/:prefix": {
      "get": {
        "summary": "Get keys by prefix",
        "description": "Get keys by prefix. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "keys",
          ":prefix"
        ],
        "x-payment-info": {
          "description": "Access Get keys by prefix via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "prefix",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "ns"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "prefix": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/memory/size/:key": {
      "get": {
        "summary": "Get size of value in bytes",
        "description": "Get size of value in bytes. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "size",
          ":key"
        ],
        "x-payment-info": {
          "description": "Access Get size of value in bytes via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "test-key"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "key": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/memory/getset": {
      "post": {
        "summary": "Set value and return old value",
        "description": "Set value and return old value. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "getset"
        ],
        "x-payment-info": {
          "description": "Access Set value and return old value via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/memory/setnx": {
      "post": {
        "summary": "Set only if key doesn't exist",
        "description": "Set only if key doesn't exist. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "setnx"
        ],
        "x-payment-info": {
          "description": "Access Set only if key doesn't exist via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/memory/hset": {
      "post": {
        "summary": "Set hash field",
        "description": "Set hash field. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "hset"
        ],
        "x-payment-info": {
          "description": "Access Set hash field via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/memory/hget": {
      "post": {
        "summary": "Get hash field",
        "description": "Get hash field. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "hget"
        ],
        "x-payment-info": {
          "description": "Access Get hash field via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/memory/hmset": {
      "post": {
        "summary": "Set multiple hash fields",
        "description": "Set multiple hash fields. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "hmset"
        ],
        "x-payment-info": {
          "description": "Access Set multiple hash fields via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/memory/hmget": {
      "post": {
        "summary": "Get multiple hash fields",
        "description": "Get multiple hash fields. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "hmget"
        ],
        "x-payment-info": {
          "description": "Access Get multiple hash fields via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/memory/hgetall/:key": {
      "get": {
        "summary": "Get all hash fields",
        "description": "Get all hash fields. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "hgetall",
          ":key"
        ],
        "x-payment-info": {
          "description": "Access Get all hash fields via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "test-key"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "key": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/memory/hdel": {
      "delete": {
        "summary": "Delete hash field",
        "description": "Delete hash field. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "hdel"
        ],
        "x-payment-info": {
          "description": "Access Delete hash field via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/memory/hkeys/:key": {
      "get": {
        "summary": "Get all hash field names",
        "description": "Get all hash field names. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "hkeys",
          ":key"
        ],
        "x-payment-info": {
          "description": "Access Get all hash field names via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "test-key"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "key": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/memory/hlen/:key": {
      "get": {
        "summary": "Get hash field count",
        "description": "Get hash field count. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "hlen",
          ":key"
        ],
        "x-payment-info": {
          "description": "Access Get hash field count via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "test-key"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "key": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/memory/lpush": {
      "post": {
        "summary": "Push to left of list",
        "description": "Push to left of list. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "lpush"
        ],
        "x-payment-info": {
          "description": "Access Push to left of list via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/memory/rpush": {
      "post": {
        "summary": "Push to right of list",
        "description": "Push to right of list. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "rpush"
        ],
        "x-payment-info": {
          "description": "Access Push to right of list via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/memory/lpop": {
      "post": {
        "summary": "Pop from left of list",
        "description": "Pop from left of list. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "lpop"
        ],
        "x-payment-info": {
          "description": "Access Pop from left of list via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/memory/rpop": {
      "post": {
        "summary": "Pop from right of list",
        "description": "Pop from right of list. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "rpop"
        ],
        "x-payment-info": {
          "description": "Access Pop from right of list via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/memory/lrange": {
      "get": {
        "summary": "Get range of list",
        "description": "Get range of list. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "lrange"
        ],
        "x-payment-info": {
          "description": "Access Get range of list via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/memory/llen/:key": {
      "get": {
        "summary": "Get list length",
        "description": "Get list length. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "llen",
          ":key"
        ],
        "x-payment-info": {
          "description": "Access Get list length via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "test-key"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "key": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/memory/sadd": {
      "post": {
        "summary": "Add to set",
        "description": "Add to set. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "sadd"
        ],
        "x-payment-info": {
          "description": "Access Add to set via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/memory/srem": {
      "post": {
        "summary": "Remove from set",
        "description": "Remove from set. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "srem"
        ],
        "x-payment-info": {
          "description": "Access Remove from set via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/memory/smembers/:key": {
      "get": {
        "summary": "Get all set members",
        "description": "Get all set members. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "smembers",
          ":key"
        ],
        "x-payment-info": {
          "description": "Access Get all set members via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "test-key"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "key": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/memory/sismember": {
      "post": {
        "summary": "Check if member in set",
        "description": "Check if member in set. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "sismember"
        ],
        "x-payment-info": {
          "description": "Access Check if member in set via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/memory/scard/:key": {
      "get": {
        "summary": "Get set cardinality",
        "description": "Get set cardinality. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "scard",
          ":key"
        ],
        "x-payment-info": {
          "description": "Access Get set cardinality via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "test-key"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "key": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/memory/sunion": {
      "post": {
        "summary": "Union of sets",
        "description": "Union of sets. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "sunion"
        ],
        "x-payment-info": {
          "description": "Access Union of sets via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/memory/sinter": {
      "post": {
        "summary": "Intersection of sets",
        "description": "Intersection of sets. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "sinter"
        ],
        "x-payment-info": {
          "description": "Access Intersection of sets via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/memory/zadd": {
      "post": {
        "summary": "Add to sorted set",
        "description": "Add to sorted set. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "zadd"
        ],
        "x-payment-info": {
          "description": "Access Add to sorted set via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/memory/zrange": {
      "get": {
        "summary": "Get range from sorted set",
        "description": "Get range from sorted set. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "zrange"
        ],
        "x-payment-info": {
          "description": "Access Get range from sorted set via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/memory/zrank": {
      "get": {
        "summary": "Get rank of member in sorted set",
        "description": "Get rank of member in sorted set. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "zrank"
        ],
        "x-payment-info": {
          "description": "Access Get rank of member in sorted set via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/memory/zscore": {
      "get": {
        "summary": "Get score of member in sorted set",
        "description": "Get score of member in sorted set. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "zscore"
        ],
        "x-payment-info": {
          "description": "Access Get score of member in sorted set via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/memory/zcard/:key": {
      "get": {
        "summary": "Get sorted set cardinality",
        "description": "Get sorted set cardinality. Call when an agent needs memory data.",
        "tags": [
          "memory",
          "zcard",
          ":key"
        ],
        "x-payment-info": {
          "description": "Access Get sorted set cardinality via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "test-key"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "key": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/logging/append": {
      "post": {
        "summary": "Append an entry to a log",
        "description": "Append an entry to a log. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "append"
        ],
        "x-payment-info": {
          "description": "Access Append an entry to a log via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/logging/read/:log_id": {
      "get": {
        "summary": "Read entries from a log",
        "description": "Read entries from a log. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "read",
          ":log_id"
        ],
        "x-payment-info": {
          "description": "Access Read entries from a log via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "log_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "log_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/logging/clear/:log_id": {
      "delete": {
        "summary": "Clear a log",
        "description": "Clear a log. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "clear",
          ":log_id"
        ],
        "x-payment-info": {
          "description": "Access Clear a log via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "log_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "log_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/logging/count/:log_id": {
      "get": {
        "summary": "Get log entry count",
        "description": "Get log entry count. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "count",
          ":log_id"
        ],
        "x-payment-info": {
          "description": "Access Get log entry count via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "log_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "log_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/logging/tail/:log_id": {
      "get": {
        "summary": "Get last N entries",
        "description": "Get last N entries. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "tail",
          ":log_id"
        ],
        "x-payment-info": {
          "description": "Access Get last N entries via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "log_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "log_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/logging/head/:log_id": {
      "get": {
        "summary": "Get first N entries",
        "description": "Get first N entries (oldest). Call when an agent needs logging data.",
        "tags": [
          "logging",
          "head",
          ":log_id"
        ],
        "x-payment-info": {
          "description": "Access Get first N entries via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "log_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "log_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/logging/get/:log_id/:index": {
      "get": {
        "summary": "Get entry at specific index",
        "description": "Get entry at specific index. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "get",
          ":index"
        ],
        "x-payment-info": {
          "description": "Access Get entry at specific index via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "log_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          },
          {
            "name": "index",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "log_id": {
                                  "type": "string"
                                },
                                "index": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/logging/search": {
      "post": {
        "summary": "Search log for keyword",
        "description": "Search log for keyword. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "search"
        ],
        "x-payment-info": {
          "description": "Access Search log for keyword via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/logging/list": {
      "get": {
        "summary": "List all log IDs",
        "description": "List all log IDs. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "list"
        ],
        "x-payment-info": {
          "description": "Access List all log IDs via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/logging/merge": {
      "post": {
        "summary": "Merge multiple logs",
        "description": "Merge multiple logs. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "merge"
        ],
        "x-payment-info": {
          "description": "Access Merge multiple logs via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/logging/stats/:log_id": {
      "get": {
        "summary": "Get log statistics",
        "description": "Get log statistics. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "stats",
          ":log_id"
        ],
        "x-payment-info": {
          "description": "Access Get log statistics via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "log_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "log_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/logging/trim": {
      "post": {
        "summary": "Trim log to max entries",
        "description": "Trim log to max entries. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "trim"
        ],
        "x-payment-info": {
          "description": "Access Trim log to max entries via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/logging/export": {
      "post": {
        "summary": "Export all log entries",
        "description": "Export all log entries. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "export"
        ],
        "x-payment-info": {
          "description": "Access Export all log entries via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/logging/batch-append": {
      "post": {
        "summary": "Append multiple entries",
        "description": "Append multiple entries. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "batch-append"
        ],
        "x-payment-info": {
          "description": "Access Append multiple entries via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/logging/append-with-level": {
      "post": {
        "summary": "Append with log level",
        "description": "Append with log level. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "append-with-level"
        ],
        "x-payment-info": {
          "description": "Access Append with log level via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/logging/filter/:log_id": {
      "get": {
        "summary": "Filter by level",
        "description": "Filter by level. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "filter",
          ":log_id"
        ],
        "x-payment-info": {
          "description": "Access Filter by level via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "log_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "log_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/logging/set-ttl": {
      "post": {
        "summary": "Set TTL on log",
        "description": "Set TTL on log. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "set-ttl"
        ],
        "x-payment-info": {
          "description": "Access Set TTL on log via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/logging/ttl/:log_id": {
      "get": {
        "summary": "Get log TTL",
        "description": "Get log TTL. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "ttl",
          ":log_id"
        ],
        "x-payment-info": {
          "description": "Access Get log TTL via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "log_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "log_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/logging/rpush": {
      "post": {
        "summary": "Append to end",
        "description": "Append to end (oldest first). Call when an agent needs logging data.",
        "tags": [
          "logging",
          "rpush"
        ],
        "x-payment-info": {
          "description": "Access Append to end via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/logging/lpop": {
      "post": {
        "summary": "Remove from head",
        "description": "Remove from head (newest). Call when an agent needs logging data.",
        "tags": [
          "logging",
          "lpop"
        ],
        "x-payment-info": {
          "description": "Access Remove from head via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/logging/rpop": {
      "post": {
        "summary": "Remove from tail",
        "description": "Remove from tail (oldest). Call when an agent needs logging data.",
        "tags": [
          "logging",
          "rpop"
        ],
        "x-payment-info": {
          "description": "Access Remove from tail via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/logging/rotate": {
      "post": {
        "summary": "Rotate log",
        "description": "Rotate log (archive and clear). Call when an agent needs logging data.",
        "tags": [
          "logging",
          "rotate"
        ],
        "x-payment-info": {
          "description": "Access Rotate log via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/logging/range": {
      "get": {
        "summary": "Get range of entries",
        "description": "Get range of entries. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "range"
        ],
        "x-payment-info": {
          "description": "Access Get range of entries via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/logging/batch-delete": {
      "post": {
        "summary": "Delete multiple logs",
        "description": "Delete multiple logs. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "batch-delete"
        ],
        "x-payment-info": {
          "description": "Access Delete multiple logs via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/logging/rename": {
      "post": {
        "summary": "Rename a log",
        "description": "Rename a log. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "rename"
        ],
        "x-payment-info": {
          "description": "Access Rename a log via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/logging/copy": {
      "post": {
        "summary": "Copy a log",
        "description": "Copy a log. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "copy"
        ],
        "x-payment-info": {
          "description": "Access Copy a log via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/logging/size/:log_id": {
      "get": {
        "summary": "Get log size in bytes",
        "description": "Get log size in bytes. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "size",
          ":log_id"
        ],
        "x-payment-info": {
          "description": "Access Get log size in bytes via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "log_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "log_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/logging/append-with-metadata": {
      "post": {
        "summary": "Append with custom metadata",
        "description": "Append with custom metadata. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "append-with-metadata"
        ],
        "x-payment-info": {
          "description": "Access Append with custom metadata via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/logging/aggregate": {
      "post": {
        "summary": "Aggregate logs by time window",
        "description": "Aggregate logs by time window. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "aggregate"
        ],
        "x-payment-info": {
          "description": "Access Aggregate logs by time window via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/logging/set-max-length": {
      "post": {
        "summary": "Set max length with auto-trim",
        "description": "Set max length with auto-trim. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "set-max-length"
        ],
        "x-payment-info": {
          "description": "Access Set max length with auto-trim via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/logging/config/:log_id": {
      "get": {
        "summary": "Get log configuration",
        "description": "Get log configuration. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "config",
          ":log_id"
        ],
        "x-payment-info": {
          "description": "Access Get log configuration via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "log_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "log_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/logging/backup": {
      "post": {
        "summary": "Backup log to JSON",
        "description": "Backup log to JSON. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "backup"
        ],
        "x-payment-info": {
          "description": "Access Backup log to JSON via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/logging/restore": {
      "post": {
        "summary": "Restore log from backup",
        "description": "Restore log from backup. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "restore"
        ],
        "x-payment-info": {
          "description": "Access Restore log from backup via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/logging/purge-old": {
      "post": {
        "summary": "Purge entries older than timestamp",
        "description": "Purge entries older than timestamp. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "purge-old"
        ],
        "x-payment-info": {
          "description": "Access Purge entries older than timestamp via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/logging/levels/:log_id": {
      "get": {
        "summary": "Get unique log levels",
        "description": "Get unique log levels. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "levels",
          ":log_id"
        ],
        "x-payment-info": {
          "description": "Access Get unique log levels via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "log_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "log_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/logging/subscribe": {
      "post": {
        "summary": "Subscribe to log",
        "description": "Subscribe to log (webhook). Call when an agent needs logging data.",
        "tags": [
          "logging",
          "subscribe"
        ],
        "x-payment-info": {
          "description": "Access Subscribe to log via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/logging/subscribers/:log_id": {
      "get": {
        "summary": "Get log subscribers",
        "description": "Get log subscribers. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "subscribers",
          ":log_id"
        ],
        "x-payment-info": {
          "description": "Access Get log subscribers via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "log_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "log_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/logging/unsubscribe": {
      "delete": {
        "summary": "Unsubscribe from log",
        "description": "Unsubscribe from log. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "unsubscribe"
        ],
        "x-payment-info": {
          "description": "Access Unsubscribe from log via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/logging/notify": {
      "post": {
        "summary": "Notify subscribers of new entry",
        "description": "Notify subscribers of new entry. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "notify"
        ],
        "x-payment-info": {
          "description": "Access Notify subscribers of new entry via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/logging/append-with-tags": {
      "post": {
        "summary": "Append with tags",
        "description": "Append with tags. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "append-with-tags"
        ],
        "x-payment-info": {
          "description": "Access Append with tags via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/logging/by-tag/:log_id": {
      "get": {
        "summary": "Get entries by tag",
        "description": "Get entries by tag. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "by-tag",
          ":log_id"
        ],
        "x-payment-info": {
          "description": "Access Get entries by tag via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "log_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "log_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/logging/tags/:log_id": {
      "get": {
        "summary": "Get all tags in log",
        "description": "Get all tags in log. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "tags",
          ":log_id"
        ],
        "x-payment-info": {
          "description": "Access Get all tags in log via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "log_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "log_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/logging/set-retention": {
      "post": {
        "summary": "Set retention policy",
        "description": "Set retention policy. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "set-retention"
        ],
        "x-payment-info": {
          "description": "Access Set retention policy via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/logging/retention/:log_id": {
      "get": {
        "summary": "Get retention policy",
        "description": "Get retention policy. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "retention",
          ":log_id"
        ],
        "x-payment-info": {
          "description": "Access Get retention policy via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "log_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "log_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/logging/archive": {
      "post": {
        "summary": "Archive log to separate key",
        "description": "Archive log to separate key. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "archive"
        ],
        "x-payment-info": {
          "description": "Access Archive log to separate key via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/logging/archives/:log_id": {
      "get": {
        "summary": "List archives for a log",
        "description": "List archives for a log. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "archives",
          ":log_id"
        ],
        "x-payment-info": {
          "description": "Access List archives for a log via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "log_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "log_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/logging/restore-archive": {
      "post": {
        "summary": "Restore from archive",
        "description": "Restore from archive. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "restore-archive"
        ],
        "x-payment-info": {
          "description": "Access Restore from archive via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/logging/delete-archive": {
      "delete": {
        "summary": "Delete archive",
        "description": "Delete archive. Call when an agent needs logging data.",
        "tags": [
          "logging",
          "delete-archive"
        ],
        "x-payment-info": {
          "description": "Access Delete archive via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/tasks/push": {
      "post": {
        "summary": "Push a task to a queue",
        "description": "Push a task to a queue. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "push"
        ],
        "x-payment-info": {
          "description": "Access Push a task to a queue via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/pop": {
      "post": {
        "summary": "Pop a task from a queue",
        "description": "Pop a task from a queue. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "pop"
        ],
        "x-payment-info": {
          "description": "Access Pop a task from a queue via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/length/:queue_id": {
      "get": {
        "summary": "Get queue length",
        "description": "Get queue length. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "length",
          ":queue_id"
        ],
        "x-payment-info": {
          "description": "Access Get queue length via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "queue_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "queue_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/tasks/peek": {
      "post": {
        "summary": "Peek at next task without consuming",
        "description": "Peek at next task without consuming. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "peek"
        ],
        "x-payment-info": {
          "description": "Access Peek at next task without consuming via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/batch-push": {
      "post": {
        "summary": "Push multiple tasks",
        "description": "Push multiple tasks. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "batch-push"
        ],
        "x-payment-info": {
          "description": "Access Push multiple tasks via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/batch-pop": {
      "post": {
        "summary": "Pop multiple tasks",
        "description": "Pop multiple tasks. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "batch-pop"
        ],
        "x-payment-info": {
          "description": "Access Pop multiple tasks via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/clear": {
      "delete": {
        "summary": "Clear a queue",
        "description": "Clear a queue. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "clear"
        ],
        "x-payment-info": {
          "description": "Access Clear a queue via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/tasks/list": {
      "get": {
        "summary": "List all queues",
        "description": "List all queues. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "list"
        ],
        "x-payment-info": {
          "description": "Access List all queues via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/tasks/requeue": {
      "post": {
        "summary": "Requeue a task",
        "description": "Requeue a task. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "requeue"
        ],
        "x-payment-info": {
          "description": "Access Requeue a task via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/priority-push": {
      "post": {
        "summary": "Push to priority queue",
        "description": "Push to priority queue. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "priority-push"
        ],
        "x-payment-info": {
          "description": "Access Push to priority queue via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/priority-pop": {
      "post": {
        "summary": "Pop from priority queue",
        "description": "Pop from priority queue (highest score first). Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "priority-pop"
        ],
        "x-payment-info": {
          "description": "Access Pop from priority queue via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/schedule": {
      "post": {
        "summary": "Schedule a delayed task",
        "description": "Schedule a delayed task. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "schedule"
        ],
        "x-payment-info": {
          "description": "Access Schedule a delayed task via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/scheduled/:queue_id": {
      "get": {
        "summary": "Get scheduled tasks",
        "description": "Get scheduled tasks. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "scheduled",
          ":queue_id"
        ],
        "x-payment-info": {
          "description": "Access Get scheduled tasks via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "queue_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "queue_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/tasks/dequeue-scheduled": {
      "post": {
        "summary": "Dequeue ready scheduled tasks",
        "description": "Dequeue ready scheduled tasks. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "dequeue-scheduled"
        ],
        "x-payment-info": {
          "description": "Access Dequeue ready scheduled tasks via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/stats/:queue_id": {
      "get": {
        "summary": "Get queue statistics",
        "description": "Get queue statistics. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "stats",
          ":queue_id"
        ],
        "x-payment-info": {
          "description": "Access Get queue statistics via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "queue_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "queue_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/tasks/move": {
      "post": {
        "summary": "Move task between queues",
        "description": "Move task between queues. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "move"
        ],
        "x-payment-info": {
          "description": "Access Move task between queues via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/batch-move": {
      "post": {
        "summary": "Move multiple tasks",
        "description": "Move multiple tasks. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "batch-move"
        ],
        "x-payment-info": {
          "description": "Access Move multiple tasks via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/peek-n": {
      "get": {
        "summary": "Peek at N tasks",
        "description": "Peek at N tasks. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "peek-n"
        ],
        "x-payment-info": {
          "description": "Access Peek at N tasks via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/tasks/set-ttl": {
      "post": {
        "summary": "Set TTL on queue",
        "description": "Set TTL on queue. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "set-ttl"
        ],
        "x-payment-info": {
          "description": "Access Set TTL on queue via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/ttl/:queue_id": {
      "get": {
        "summary": "Get queue TTL",
        "description": "Get queue TTL. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "ttl",
          ":queue_id"
        ],
        "x-payment-info": {
          "description": "Access Get queue TTL via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "queue_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "queue_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/tasks/rename": {
      "post": {
        "summary": "Rename a queue",
        "description": "Rename a queue. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "rename"
        ],
        "x-payment-info": {
          "description": "Access Rename a queue via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/copy": {
      "post": {
        "summary": "Copy a queue",
        "description": "Copy a queue. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "copy"
        ],
        "x-payment-info": {
          "description": "Access Copy a queue via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/batch-delete": {
      "delete": {
        "summary": "Delete multiple queues",
        "description": "Delete multiple queues. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "batch-delete"
        ],
        "x-payment-info": {
          "description": "Access Delete multiple queues via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/tasks/size/:queue_id": {
      "get": {
        "summary": "Get queue size in bytes",
        "description": "Get queue size in bytes. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "size",
          ":queue_id"
        ],
        "x-payment-info": {
          "description": "Access Get queue size in bytes via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "queue_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "queue_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/tasks/push-with-priority": {
      "post": {
        "summary": "Push with priority to sorted set",
        "description": "Push with priority to sorted set. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "push-with-priority"
        ],
        "x-payment-info": {
          "description": "Access Push with priority to sorted set via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/priority-range": {
      "get": {
        "summary": "Get range from priority queue",
        "description": "Get range from priority queue. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "priority-range"
        ],
        "x-payment-info": {
          "description": "Access Get range from priority queue via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/tasks/priority-remove": {
      "post": {
        "summary": "Remove from priority queue",
        "description": "Remove from priority queue. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "priority-remove"
        ],
        "x-payment-info": {
          "description": "Access Remove from priority queue via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/priority-count/:queue_id": {
      "get": {
        "summary": "Get priority queue count",
        "description": "Get priority queue count. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "priority-count",
          ":queue_id"
        ],
        "x-payment-info": {
          "description": "Access Get priority queue count via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "queue_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "queue_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/tasks/priority-clear": {
      "post": {
        "summary": "Clear priority queue",
        "description": "Clear priority queue. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "priority-clear"
        ],
        "x-payment-info": {
          "description": "Access Clear priority queue via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/set-max-length": {
      "post": {
        "summary": "Set max queue length",
        "description": "Set max queue length. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "set-max-length"
        ],
        "x-payment-info": {
          "description": "Access Set max queue length via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/config/:queue_id": {
      "get": {
        "summary": "Get queue configuration",
        "description": "Get queue configuration. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "config",
          ":queue_id"
        ],
        "x-payment-info": {
          "description": "Access Get queue configuration via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "queue_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "queue_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/tasks/push-with-delay": {
      "post": {
        "summary": "Push with delay",
        "description": "Push with delay (same as schedule). Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "push-with-delay"
        ],
        "x-payment-info": {
          "description": "Access Push with delay via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/range": {
      "get": {
        "summary": "Get range of tasks",
        "description": "Get range of tasks. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "range"
        ],
        "x-payment-info": {
          "description": "Access Get range of tasks via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/tasks/trim": {
      "post": {
        "summary": "Trim queue to max length",
        "description": "Trim queue to max length. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "trim"
        ],
        "x-payment-info": {
          "description": "Access Trim queue to max length via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/push-front": {
      "post": {
        "summary": "Push to front of queue",
        "description": "Push to front of queue. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "push-front"
        ],
        "x-payment-info": {
          "description": "Access Push to front of queue via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/pop-back": {
      "post": {
        "summary": "Pop from back of queue",
        "description": "Pop from back of queue. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "pop-back"
        ],
        "x-payment-info": {
          "description": "Access Pop from back of queue via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/backup": {
      "post": {
        "summary": "Backup queue",
        "description": "Backup queue. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "backup"
        ],
        "x-payment-info": {
          "description": "Access Backup queue via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/restore": {
      "post": {
        "summary": "Restore queue from backup",
        "description": "Restore queue from backup. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "restore"
        ],
        "x-payment-info": {
          "description": "Access Restore queue from backup via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/push-with-metadata": {
      "post": {
        "summary": "Push with metadata",
        "description": "Push with metadata. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "push-with-metadata"
        ],
        "x-payment-info": {
          "description": "Access Push with metadata via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/push-with-retry": {
      "post": {
        "summary": "Push with retry count",
        "description": "Push with retry count. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "push-with-retry"
        ],
        "x-payment-info": {
          "description": "Access Push with retry count via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/fail": {
      "post": {
        "summary": "Mark task as failed",
        "description": "Mark task as failed. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "fail"
        ],
        "x-payment-info": {
          "description": "Access Mark task as failed via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/failed/:queue_id": {
      "get": {
        "summary": "Get failed tasks",
        "description": "Get failed tasks. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "failed",
          ":queue_id"
        ],
        "x-payment-info": {
          "description": "Access Get failed tasks via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "queue_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "queue_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/tasks/retry-failed": {
      "post": {
        "summary": "Retry failed tasks",
        "description": "Retry failed tasks. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "retry-failed"
        ],
        "x-payment-info": {
          "description": "Access Retry failed tasks via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/clear-failed": {
      "post": {
        "summary": "Clear failed tasks",
        "description": "Clear failed tasks. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "clear-failed"
        ],
        "x-payment-info": {
          "description": "Access Clear failed tasks via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/push-with-tags": {
      "post": {
        "summary": "Push with tags",
        "description": "Push with tags. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "push-with-tags"
        ],
        "x-payment-info": {
          "description": "Access Push with tags via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/by-tag/:queue_id": {
      "get": {
        "summary": "Get tasks by tag",
        "description": "Get tasks by tag. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "by-tag",
          ":queue_id"
        ],
        "x-payment-info": {
          "description": "Access Get tasks by tag via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "queue_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "queue_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/tasks/tags/:queue_id": {
      "get": {
        "summary": "Get all tags in queue",
        "description": "Get all tags in queue. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "tags",
          ":queue_id"
        ],
        "x-payment-info": {
          "description": "Access Get all tags in queue via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "queue_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "queue_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/tasks/push-with-deadline": {
      "post": {
        "summary": "Push with deadline",
        "description": "Push with deadline. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "push-with-deadline"
        ],
        "x-payment-info": {
          "description": "Access Push with deadline via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/cleanup-expired": {
      "post": {
        "summary": "Remove expired tasks",
        "description": "Remove expired tasks. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "cleanup-expired"
        ],
        "x-payment-info": {
          "description": "Access Remove expired tasks via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/push-with-id": {
      "post": {
        "summary": "Push with custom ID",
        "description": "Push with custom ID. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "push-with-id"
        ],
        "x-payment-info": {
          "description": "Access Push with custom ID via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/by-id/:queue_id": {
      "get": {
        "summary": "Get task by ID",
        "description": "Get task by ID. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "by-id",
          ":queue_id"
        ],
        "x-payment-info": {
          "description": "Access Get task by ID via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "queue_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "queue_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/tasks/remove-by-id": {
      "post": {
        "summary": "Remove task by ID",
        "description": "Remove task by ID. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "remove-by-id"
        ],
        "x-payment-info": {
          "description": "Access Remove task by ID via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/push-with-priority-and-delay": {
      "post": {
        "summary": "Push with both priority and delay",
        "description": "Push with both priority and delay. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "push-with-priority-and-delay"
        ],
        "x-payment-info": {
          "description": "Access Push with both priority and delay via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/dequeue-scheduled-priority": {
      "post": {
        "summary": "Dequeue ready scheduled priority tasks",
        "description": "Dequeue ready scheduled priority tasks. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "dequeue-scheduled-priority"
        ],
        "x-payment-info": {
          "description": "Access Dequeue ready scheduled priority tasks via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/all-stats": {
      "get": {
        "summary": "Get statistics for all queues",
        "description": "Get statistics for all queues. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "all-stats"
        ],
        "x-payment-info": {
          "description": "Access Get statistics for all queues via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/tasks/push-batch-with-ids": {
      "post": {
        "summary": "Push batch with IDs",
        "description": "Push batch with IDs. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "push-batch-with-ids"
        ],
        "x-payment-info": {
          "description": "Access Push batch with IDs via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/set-rate-limit": {
      "post": {
        "summary": "Set rate limit for queue",
        "description": "Set rate limit for queue. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "set-rate-limit"
        ],
        "x-payment-info": {
          "description": "Access Set rate limit for queue via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/rate-limit/:queue_id": {
      "get": {
        "summary": "Get rate limit",
        "description": "Get rate limit. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "rate-limit",
          ":queue_id"
        ],
        "x-payment-info": {
          "description": "Access Get rate limit via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "queue_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "queue_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/tasks/check-rate-limit": {
      "post": {
        "summary": "Check if rate limit allows task",
        "description": "Check if rate limit allows task. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "check-rate-limit"
        ],
        "x-payment-info": {
          "description": "Access Check if rate limit allows task via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/push-with-dependencies": {
      "post": {
        "summary": "Push task with dependencies",
        "description": "Push task with dependencies. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "push-with-dependencies"
        ],
        "x-payment-info": {
          "description": "Access Push task with dependencies via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/mark-complete": {
      "post": {
        "summary": "Mark task as complete",
        "description": "Mark task as complete. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "mark-complete"
        ],
        "x-payment-info": {
          "description": "Access Mark task as complete via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/tasks/completed/:queue_id": {
      "get": {
        "summary": "Get completed tasks",
        "description": "Get completed tasks. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "completed",
          ":queue_id"
        ],
        "x-payment-info": {
          "description": "Access Get completed tasks via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "queue_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "queue_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/tasks/clear-completed": {
      "post": {
        "summary": "Clear completed tasks",
        "description": "Clear completed tasks. Call when an agent needs tasks data.",
        "tags": [
          "tasks",
          "clear-completed"
        ],
        "x-payment-info": {
          "description": "Access Clear completed tasks via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/register": {
      "post": {
        "summary": "Register a webhook for an event",
        "description": "Register a webhook for an event. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "register"
        ],
        "x-payment-info": {
          "description": "Access Register a webhook for an event via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/fire": {
      "post": {
        "summary": "Fire an event to all registered webhooks",
        "description": "Fire an event to all registered webhooks. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "fire"
        ],
        "x-payment-info": {
          "description": "Access Fire an event to all registered webhooks via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/list/:event": {
      "get": {
        "summary": "List all webhooks for an event",
        "description": "List all webhooks for an event. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "list",
          ":event"
        ],
        "x-payment-info": {
          "description": "Access List all webhooks for an event via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "event",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "event": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/notify/unregister": {
      "delete": {
        "summary": "Unregister a webhook",
        "description": "Unregister a webhook. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "unregister"
        ],
        "x-payment-info": {
          "description": "Access Unregister a webhook via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/notify/events": {
      "get": {
        "summary": "List all events with webhooks",
        "description": "List all events with webhooks. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "events"
        ],
        "x-payment-info": {
          "description": "Access List all events with webhooks via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/notify/batch-fire": {
      "post": {
        "summary": "Fire multiple events",
        "description": "Fire multiple events. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "batch-fire"
        ],
        "x-payment-info": {
          "description": "Access Fire multiple events via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/test": {
      "post": {
        "summary": "Test a webhook URL",
        "description": "Test a webhook URL. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "test"
        ],
        "x-payment-info": {
          "description": "Access Test a webhook URL via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/pause": {
      "post": {
        "summary": "Pause event notifications",
        "description": "Pause event notifications. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "pause"
        ],
        "x-payment-info": {
          "description": "Access Pause event notifications via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/resume": {
      "post": {
        "summary": "Resume event notifications",
        "description": "Resume event notifications. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "resume"
        ],
        "x-payment-info": {
          "description": "Access Resume event notifications via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/count/:event": {
      "get": {
        "summary": "Count webhooks for event",
        "description": "Count webhooks for event. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "count",
          ":event"
        ],
        "x-payment-info": {
          "description": "Access Count webhooks for event via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "event",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "event": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/notify/clear": {
      "delete": {
        "summary": "Clear all webhooks for event",
        "description": "Clear all webhooks for event. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "clear"
        ],
        "x-payment-info": {
          "description": "Access Clear all webhooks for event via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/notify/register-with-headers": {
      "post": {
        "summary": "Register webhook with custom headers",
        "description": "Register webhook with custom headers. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "register-with-headers"
        ],
        "x-payment-info": {
          "description": "Access Register webhook with custom headers via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/register-with-secret": {
      "post": {
        "summary": "Register webhook with secret for signature",
        "description": "Register webhook with secret for signature. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "register-with-secret"
        ],
        "x-payment-info": {
          "description": "Access Register webhook with secret for signature via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/fire-with-retry": {
      "post": {
        "summary": "Fire event with retry logic",
        "description": "Fire event with retry logic. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "fire-with-retry"
        ],
        "x-payment-info": {
          "description": "Access Fire event with retry logic via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/paused/:event": {
      "get": {
        "summary": "Check if event is paused",
        "description": "Check if event is paused. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "paused",
          ":event"
        ],
        "x-payment-info": {
          "description": "Access Check if event is paused via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "event",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "event": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/notify/batch-register": {
      "post": {
        "summary": "Register multiple webhooks",
        "description": "Register multiple webhooks. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "batch-register"
        ],
        "x-payment-info": {
          "description": "Access Register multiple webhooks via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/batch-unregister": {
      "post": {
        "summary": "Unregister multiple webhooks",
        "description": "Unregister multiple webhooks. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "batch-unregister"
        ],
        "x-payment-info": {
          "description": "Access Unregister multiple webhooks via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/stats/:event": {
      "get": {
        "summary": "Get event statistics",
        "description": "Get event statistics. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "stats",
          ":event"
        ],
        "x-payment-info": {
          "description": "Access Get event statistics via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "event",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "event": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/notify/fire-async": {
      "post": {
        "summary": "Fire event asynchronously",
        "description": "Fire event asynchronously (store for later). Call when an agent needs notify data.",
        "tags": [
          "notify",
          "fire-async"
        ],
        "x-payment-info": {
          "description": "Access Fire event asynchronously via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/process-async": {
      "post": {
        "summary": "Process async queue",
        "description": "Process async queue. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "process-async"
        ],
        "x-payment-info": {
          "description": "Access Process async queue via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/async-queue-size": {
      "get": {
        "summary": "Get async queue size",
        "description": "Get async queue size. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "async-queue-size"
        ],
        "x-payment-info": {
          "description": "Access Get async queue size via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/notify/register-with-retry-config": {
      "post": {
        "summary": "Register with retry configuration",
        "description": "Register with retry configuration. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "register-with-retry-config"
        ],
        "x-payment-info": {
          "description": "Access Register with retry configuration via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/update-webhook": {
      "post": {
        "summary": "Update webhook configuration",
        "description": "Update webhook configuration. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "update-webhook"
        ],
        "x-payment-info": {
          "description": "Access Update webhook configuration via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/webhook/:event/:id": {
      "get": {
        "summary": "Get specific webhook",
        "description": "Get specific webhook. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "webhook",
          ":id"
        ],
        "x-payment-info": {
          "description": "Access Get specific webhook via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "event",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "event": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/notify/fire-to-specific": {
      "post": {
        "summary": "Fire to specific webhook only",
        "description": "Fire to specific webhook only. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "fire-to-specific"
        ],
        "x-payment-info": {
          "description": "Access Fire to specific webhook only via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/set-rate-limit": {
      "post": {
        "summary": "Set rate limit for event",
        "description": "Set rate limit for event. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "set-rate-limit"
        ],
        "x-payment-info": {
          "description": "Access Set rate limit for event via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/rate-limit/:event": {
      "get": {
        "summary": "Get rate limit",
        "description": "Get rate limit. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "rate-limit",
          ":event"
        ],
        "x-payment-info": {
          "description": "Access Get rate limit via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "event",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "event": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/notify/check-rate-limit": {
      "post": {
        "summary": "Check if rate limit allows fire",
        "description": "Check if rate limit allows fire. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "check-rate-limit"
        ],
        "x-payment-info": {
          "description": "Access Check if rate limit allows fire via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/register-with-filter": {
      "post": {
        "summary": "Register webhook with event filter",
        "description": "Register webhook with event filter. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "register-with-filter"
        ],
        "x-payment-info": {
          "description": "Access Register webhook with event filter via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/fire-with-filter": {
      "post": {
        "summary": "Fire event with filter application",
        "description": "Fire event with filter application. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "fire-with-filter"
        ],
        "x-payment-info": {
          "description": "Access Fire event with filter application via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/set-webhook-ttl": {
      "post": {
        "summary": "Set TTL on webhook registration",
        "description": "Set TTL on webhook registration. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "set-webhook-ttl"
        ],
        "x-payment-info": {
          "description": "Access Set TTL on webhook registration via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/ttl/:event": {
      "get": {
        "summary": "Get webhook TTL",
        "description": "Get webhook TTL. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "ttl",
          ":event"
        ],
        "x-payment-info": {
          "description": "Access Get webhook TTL via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "event",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "event": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/notify/rename-event": {
      "post": {
        "summary": "Rename event",
        "description": "Rename event. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "rename-event"
        ],
        "x-payment-info": {
          "description": "Access Rename event via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/copy-event": {
      "post": {
        "summary": "Copy event webhooks",
        "description": "Copy event webhooks. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "copy-event"
        ],
        "x-payment-info": {
          "description": "Access Copy event webhooks via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/merge-events": {
      "post": {
        "summary": "Merge webhooks from multiple events",
        "description": "Merge webhooks from multiple events. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "merge-events"
        ],
        "x-payment-info": {
          "description": "Access Merge webhooks from multiple events via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/batch-clear": {
      "post": {
        "summary": "Clear multiple events",
        "description": "Clear multiple events. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "batch-clear"
        ],
        "x-payment-info": {
          "description": "Access Clear multiple events via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/all-stats": {
      "get": {
        "summary": "Get statistics for all events",
        "description": "Get statistics for all events. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "all-stats"
        ],
        "x-payment-info": {
          "description": "Access Get statistics for all events via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/notify/register-with-metadata": {
      "post": {
        "summary": "Register webhook with metadata",
        "description": "Register webhook with metadata. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "register-with-metadata"
        ],
        "x-payment-info": {
          "description": "Access Register webhook with metadata via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/set-event-metadata": {
      "post": {
        "summary": "Set metadata for event",
        "description": "Set metadata for event. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "set-event-metadata"
        ],
        "x-payment-info": {
          "description": "Access Set metadata for event via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/event-metadata/:event": {
      "get": {
        "summary": "Get event metadata",
        "description": "Get event metadata. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "event-metadata",
          ":event"
        ],
        "x-payment-info": {
          "description": "Access Get event metadata via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "event",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "event": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/notify/fire-with-signature": {
      "post": {
        "summary": "Fire event with HMAC signature",
        "description": "Fire event with HMAC signature. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "fire-with-signature"
        ],
        "x-payment-info": {
          "description": "Access Fire event with HMAC signature via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/verify-signature": {
      "post": {
        "summary": "Verify webhook signature",
        "description": "Verify webhook signature. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "verify-signature"
        ],
        "x-payment-info": {
          "description": "Access Verify webhook signature via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/set-webhook-active": {
      "post": {
        "summary": "Set webhook active status",
        "description": "Set webhook active status. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "set-webhook-active"
        ],
        "x-payment-info": {
          "description": "Access Set webhook active status via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/get-active-webhooks/:event": {
      "post": {
        "summary": "Get only active webhooks",
        "description": "Get only active webhooks. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "get-active-webhooks",
          ":event"
        ],
        "x-payment-info": {
          "description": "Access Get only active webhooks via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "event",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "event": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/set-webhook-priority": {
      "post": {
        "summary": "Set webhook priority",
        "description": "Set webhook priority. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "set-webhook-priority"
        ],
        "x-payment-info": {
          "description": "Access Set webhook priority via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/fire-by-priority": {
      "post": {
        "summary": "Fire webhooks in priority order",
        "description": "Fire webhooks in priority order. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "fire-by-priority"
        ],
        "x-payment-info": {
          "description": "Access Fire webhooks in priority order via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/set-event-description": {
      "post": {
        "summary": "Set event description",
        "description": "Set event description. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "set-event-description"
        ],
        "x-payment-info": {
          "description": "Access Set event description via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/event-description/:event": {
      "get": {
        "summary": "Get event description",
        "description": "Get event description. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "event-description",
          ":event"
        ],
        "x-payment-info": {
          "description": "Access Get event description via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "event",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "event": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/notify/export-event": {
      "post": {
        "summary": "Export event configuration",
        "description": "Export event configuration. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "export-event"
        ],
        "x-payment-info": {
          "description": "Access Export event configuration via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/notify/import-event": {
      "post": {
        "summary": "Import event configuration",
        "description": "Import event configuration. Call when an agent needs notify data.",
        "tags": [
          "notify",
          "import-event"
        ],
        "x-payment-info": {
          "description": "Access Import event configuration via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/email": {
      "post": {
        "summary": "Validate email format",
        "description": "Validate email format. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "email"
        ],
        "x-payment-info": {
          "description": "Access Validate email format via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/dns": {
      "post": {
        "summary": "Get DNS records for a domain",
        "description": "Get DNS records for a domain (mock implementation). Call when an agent needs verify data.",
        "tags": [
          "verify",
          "dns"
        ],
        "x-payment-info": {
          "description": "Access Get DNS records for a domain via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/mx": {
      "post": {
        "summary": "Get MX records for a domain",
        "description": "Get MX records for a domain (mock implementation). Call when an agent needs verify data.",
        "tags": [
          "verify",
          "mx"
        ],
        "x-payment-info": {
          "description": "Access Get MX records for a domain via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/phone": {
      "post": {
        "summary": "Validate phone number format",
        "description": "Validate phone number format. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "phone"
        ],
        "x-payment-info": {
          "description": "Access Validate phone number format via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/url": {
      "post": {
        "summary": "Validate URL format",
        "description": "Validate URL format. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "url"
        ],
        "x-payment-info": {
          "description": "Access Validate URL format via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/ipv4": {
      "post": {
        "summary": "Validate IPv4 address",
        "description": "Validate IPv4 address. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "ipv4"
        ],
        "x-payment-info": {
          "description": "Access Validate IPv4 address via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/ipv6": {
      "post": {
        "summary": "Validate IPv6 address",
        "description": "Validate IPv6 address. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "ipv6"
        ],
        "x-payment-info": {
          "description": "Access Validate IPv6 address via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/credit-card": {
      "post": {
        "summary": "Validate credit card number",
        "description": "Validate credit card number (Luhn algorithm). Call when an agent needs verify data.",
        "tags": [
          "verify",
          "credit-card"
        ],
        "x-payment-info": {
          "description": "Access Validate credit card number via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/iban": {
      "post": {
        "summary": "Validate IBAN",
        "description": "Validate IBAN. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "iban"
        ],
        "x-payment-info": {
          "description": "Access Validate IBAN via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/uuid": {
      "post": {
        "summary": "Validate UUID format",
        "description": "Validate UUID format. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "uuid"
        ],
        "x-payment-info": {
          "description": "Access Validate UUID format via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/json": {
      "post": {
        "summary": "Validate JSON string",
        "description": "Validate JSON string. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "json"
        ],
        "x-payment-info": {
          "description": "Access Validate JSON string via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/base64": {
      "post": {
        "summary": "Validate base64 string",
        "description": "Validate base64 string. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "base64"
        ],
        "x-payment-info": {
          "description": "Access Validate base64 string via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/hex": {
      "post": {
        "summary": "Validate hexadecimal string",
        "description": "Validate hexadecimal string. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "hex"
        ],
        "x-payment-info": {
          "description": "Access Validate hexadecimal string via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/alpha": {
      "post": {
        "summary": "Validate alphabetic string",
        "description": "Validate alphabetic string. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "alpha"
        ],
        "x-payment-info": {
          "description": "Access Validate alphabetic string via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/alphanumeric": {
      "post": {
        "summary": "Validate alphanumeric string",
        "description": "Validate alphanumeric string. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "alphanumeric"
        ],
        "x-payment-info": {
          "description": "Access Validate alphanumeric string via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/numeric": {
      "post": {
        "summary": "Validate numeric string",
        "description": "Validate numeric string. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "numeric"
        ],
        "x-payment-info": {
          "description": "Access Validate numeric string via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/integer": {
      "post": {
        "summary": "Validate integer",
        "description": "Validate integer. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "integer"
        ],
        "x-payment-info": {
          "description": "Access Validate integer via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/float": {
      "post": {
        "summary": "Validate float",
        "description": "Validate float. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "float"
        ],
        "x-payment-info": {
          "description": "Access Validate float via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/date": {
      "post": {
        "summary": "Validate date string",
        "description": "Validate date string. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "date"
        ],
        "x-payment-info": {
          "description": "Access Validate date string via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/zipcode": {
      "post": {
        "summary": "Validate postal code",
        "description": "Validate postal code. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "zipcode"
        ],
        "x-payment-info": {
          "description": "Access Validate postal code via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/ssn": {
      "post": {
        "summary": "Validate SSN",
        "description": "Validate SSN (US Social Security Number). Call when an agent needs verify data.",
        "tags": [
          "verify",
          "ssn"
        ],
        "x-payment-info": {
          "description": "Access Validate SSN via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/password-strength": {
      "post": {
        "summary": "Check password strength",
        "description": "Check password strength. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "password-strength"
        ],
        "x-payment-info": {
          "description": "Access Check password strength via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/username": {
      "post": {
        "summary": "Validate username",
        "description": "Validate username. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "username"
        ],
        "x-payment-info": {
          "description": "Access Validate username via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/slug": {
      "post": {
        "summary": "Validate URL slug",
        "description": "Validate URL slug. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "slug"
        ],
        "x-payment-info": {
          "description": "Access Validate URL slug via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/color-hex": {
      "post": {
        "summary": "Validate hex color code",
        "description": "Validate hex color code. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "color-hex"
        ],
        "x-payment-info": {
          "description": "Access Validate hex color code via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/color-rgb": {
      "post": {
        "summary": "Validate RGB color",
        "description": "Validate RGB color. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "color-rgb"
        ],
        "x-payment-info": {
          "description": "Access Validate RGB color via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/latitude": {
      "post": {
        "summary": "Validate latitude",
        "description": "Validate latitude. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "latitude"
        ],
        "x-payment-info": {
          "description": "Access Validate latitude via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/longitude": {
      "post": {
        "summary": "Validate longitude",
        "description": "Validate longitude. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "longitude"
        ],
        "x-payment-info": {
          "description": "Access Validate longitude via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/coordinates": {
      "post": {
        "summary": "Validate latitude and longitude pair",
        "description": "Validate latitude and longitude pair. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "coordinates"
        ],
        "x-payment-info": {
          "description": "Access Validate latitude and longitude pair via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/mac-address": {
      "post": {
        "summary": "Validate MAC address",
        "description": "Validate MAC address. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "mac-address"
        ],
        "x-payment-info": {
          "description": "Access Validate MAC address via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/port": {
      "post": {
        "summary": "Validate port number",
        "description": "Validate port number. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "port"
        ],
        "x-payment-info": {
          "description": "Access Validate port number via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/mime-type": {
      "post": {
        "summary": "Validate MIME type",
        "description": "Validate MIME type. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "mime-type"
        ],
        "x-payment-info": {
          "description": "Access Validate MIME type via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/file-extension": {
      "post": {
        "summary": "Validate file extension",
        "description": "Validate file extension. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "file-extension"
        ],
        "x-payment-info": {
          "description": "Access Validate file extension via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/currency-code": {
      "post": {
        "summary": "Validate ISO currency code",
        "description": "Validate ISO currency code. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "currency-code"
        ],
        "x-payment-info": {
          "description": "Access Validate ISO currency code via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/language-code": {
      "post": {
        "summary": "Validate ISO language code",
        "description": "Validate ISO language code. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "language-code"
        ],
        "x-payment-info": {
          "description": "Access Validate ISO language code via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/timezone": {
      "post": {
        "summary": "Validate timezone",
        "description": "Validate timezone. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "timezone"
        ],
        "x-payment-info": {
          "description": "Access Validate timezone via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/regex": {
      "post": {
        "summary": "Test string against regex pattern",
        "description": "Test string against regex pattern. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "regex"
        ],
        "x-payment-info": {
          "description": "Access Test string against regex pattern via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/min-length": {
      "post": {
        "summary": "Validate minimum string length",
        "description": "Validate minimum string length. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "min-length"
        ],
        "x-payment-info": {
          "description": "Access Validate minimum string length via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/max-length": {
      "post": {
        "summary": "Validate maximum string length",
        "description": "Validate maximum string length. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "max-length"
        ],
        "x-payment-info": {
          "description": "Access Validate maximum string length via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/exact-length": {
      "post": {
        "summary": "Validate exact string length",
        "description": "Validate exact string length. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "exact-length"
        ],
        "x-payment-info": {
          "description": "Access Validate exact string length via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/contains": {
      "post": {
        "summary": "Check if string contains substring",
        "description": "Check if string contains substring. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "contains"
        ],
        "x-payment-info": {
          "description": "Access Check if string contains substring via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/starts-with": {
      "post": {
        "summary": "Check if string starts with prefix",
        "description": "Check if string starts with prefix. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "starts-with"
        ],
        "x-payment-info": {
          "description": "Access Check if string starts with prefix via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/ends-with": {
      "post": {
        "summary": "Check if string ends with suffix",
        "description": "Check if string ends with suffix. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "ends-with"
        ],
        "x-payment-info": {
          "description": "Access Check if string ends with suffix via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/equal": {
      "post": {
        "summary": "Check if two values are equal",
        "description": "Check if two values are equal. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "equal"
        ],
        "x-payment-info": {
          "description": "Access Check if two values are equal via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/in-range": {
      "post": {
        "summary": "Check if number is in range",
        "description": "Check if number is in range. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "in-range"
        ],
        "x-payment-info": {
          "description": "Access Check if number is in range via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/in-array": {
      "post": {
        "summary": "Check if value is in array",
        "description": "Check if value is in array. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "in-array"
        ],
        "x-payment-info": {
          "description": "Access Check if value is in array via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/is-empty": {
      "post": {
        "summary": "Check if value is empty",
        "description": "Check if value is empty. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "is-empty"
        ],
        "x-payment-info": {
          "description": "Access Check if value is empty via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/is-unique": {
      "post": {
        "summary": "Check if value is unique in array",
        "description": "Check if value is unique in array. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "is-unique"
        ],
        "x-payment-info": {
          "description": "Access Check if value is unique in array via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/hash": {
      "post": {
        "summary": "Validate hash string",
        "description": "Validate hash string (MD5, SHA1, SHA256, etc.). Call when an agent needs verify data.",
        "tags": [
          "verify",
          "hash"
        ],
        "x-payment-info": {
          "description": "Access Validate hash string via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/semver": {
      "post": {
        "summary": "Validate semantic version",
        "description": "Validate semantic version. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "semver"
        ],
        "x-payment-info": {
          "description": "Access Validate semantic version via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/hostname": {
      "post": {
        "summary": "Validate hostname",
        "description": "Validate hostname. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "hostname"
        ],
        "x-payment-info": {
          "description": "Access Validate hostname via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/asn": {
      "post": {
        "summary": "Validate ASN",
        "description": "Validate ASN (Autonomous System Number). Call when an agent needs verify data.",
        "tags": [
          "verify",
          "asn"
        ],
        "x-payment-info": {
          "description": "Access Validate ASN via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/bic": {
      "post": {
        "summary": "Validate BIC",
        "description": "Validate BIC (Bank Identifier Code). Call when an agent needs verify data.",
        "tags": [
          "verify",
          "bic"
        ],
        "x-payment-info": {
          "description": "Access Validate BIC via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/swift": {
      "post": {
        "summary": "Validate SWIFT code",
        "description": "Validate SWIFT code (same as BIC). Call when an agent needs verify data.",
        "tags": [
          "verify",
          "swift"
        ],
        "x-payment-info": {
          "description": "Access Validate SWIFT code via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/routing-number": {
      "post": {
        "summary": "Validate US routing number",
        "description": "Validate US routing number. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "routing-number"
        ],
        "x-payment-info": {
          "description": "Access Validate US routing number via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/vat": {
      "post": {
        "summary": "Validate VAT number",
        "description": "Validate VAT number (basic format check). Call when an agent needs verify data.",
        "tags": [
          "verify",
          "vat"
        ],
        "x-payment-info": {
          "description": "Access Validate VAT number via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/ean": {
      "post": {
        "summary": "Validate EAN",
        "description": "Validate EAN (European Article Number). Call when an agent needs verify data.",
        "tags": [
          "verify",
          "ean"
        ],
        "x-payment-info": {
          "description": "Access Validate EAN via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/upc": {
      "post": {
        "summary": "Validate UPC",
        "description": "Validate UPC (Universal Product Code). Call when an agent needs verify data.",
        "tags": [
          "verify",
          "upc"
        ],
        "x-payment-info": {
          "description": "Access Validate UPC via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/isbn": {
      "post": {
        "summary": "Validate ISBN",
        "description": "Validate ISBN (International Standard Book Number). Call when an agent needs verify data.",
        "tags": [
          "verify",
          "isbn"
        ],
        "x-payment-info": {
          "description": "Access Validate ISBN via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/passport": {
      "post": {
        "summary": "Validate passport number",
        "description": "Validate passport number (basic format). Call when an agent needs verify data.",
        "tags": [
          "verify",
          "passport"
        ],
        "x-payment-info": {
          "description": "Access Validate passport number via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/driver-license": {
      "post": {
        "summary": "Validate driver license number",
        "description": "Validate driver license number (basic format). Call when an agent needs verify data.",
        "tags": [
          "verify",
          "driver-license"
        ],
        "x-payment-info": {
          "description": "Access Validate driver license number via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/doi": {
      "post": {
        "summary": "Validate DOI",
        "description": "Validate DOI (Digital Object Identifier). Call when an agent needs verify data.",
        "tags": [
          "verify",
          "doi"
        ],
        "x-payment-info": {
          "description": "Access Validate DOI via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/orcid": {
      "post": {
        "summary": "Validate ORCID ID",
        "description": "Validate ORCID ID. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "orcid"
        ],
        "x-payment-info": {
          "description": "Access Validate ORCID ID via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/isbn-10": {
      "post": {
        "summary": "Validate ISBN-10 specifically",
        "description": "Validate ISBN-10 specifically. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "isbn-10"
        ],
        "x-payment-info": {
          "description": "Access Validate ISBN-10 specifically via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/isbn-13": {
      "post": {
        "summary": "Validate ISBN-13 specifically",
        "description": "Validate ISBN-13 specifically. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "isbn-13"
        ],
        "x-payment-info": {
          "description": "Access Validate ISBN-13 specifically via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/luhn": {
      "post": {
        "summary": "Validate using Luhn algorithm",
        "description": "Validate using Luhn algorithm (generic). Call when an agent needs verify data.",
        "tags": [
          "verify",
          "luhn"
        ],
        "x-payment-info": {
          "description": "Access Validate using Luhn algorithm via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/modulus-10": {
      "post": {
        "summary": "Validate using Modulus 10 algorithm",
        "description": "Validate using Modulus 10 algorithm. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "modulus-10"
        ],
        "x-payment-info": {
          "description": "Access Validate using Modulus 10 algorithm via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/verify/modulus-11": {
      "post": {
        "summary": "Validate using Modulus 11 algorithm",
        "description": "Validate using Modulus 11 algorithm. Call when an agent needs verify data.",
        "tags": [
          "verify",
          "modulus-11"
        ],
        "x-payment-info": {
          "description": "Access Validate using Modulus 11 algorithm via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/lock/acquire": {
      "post": {
        "summary": "Acquire a distributed lock",
        "description": "Acquire a distributed lock. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "lock",
          "acquire"
        ],
        "x-payment-info": {
          "description": "Access Acquire a distributed lock via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/lock/release": {
      "post": {
        "summary": "Release a distributed lock",
        "description": "Release a distributed lock. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "lock",
          "release"
        ],
        "x-payment-info": {
          "description": "Access Release a distributed lock via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/lock/status/:id": {
      "get": {
        "summary": "Check lock status",
        "description": "Check lock status. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "lock",
          ":id"
        ],
        "x-payment-info": {
          "description": "Access Check lock status via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/coordination/counter/increment": {
      "post": {
        "summary": "Increment a counter",
        "description": "Increment a counter. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "counter",
          "increment"
        ],
        "x-payment-info": {
          "description": "Access Increment a counter via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/counter/decrement": {
      "post": {
        "summary": "Decrement a counter",
        "description": "Decrement a counter. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "counter",
          "decrement"
        ],
        "x-payment-info": {
          "description": "Access Decrement a counter via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/counter/get/:counter_id": {
      "get": {
        "summary": "Get counter value",
        "description": "Get counter value. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "counter",
          ":counter_id"
        ],
        "x-payment-info": {
          "description": "Access Get counter value via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "counter_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "counter_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/coordination/counter/reset": {
      "post": {
        "summary": "Reset a counter",
        "description": "Reset a counter. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "counter",
          "reset"
        ],
        "x-payment-info": {
          "description": "Access Reset a counter via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/semaphore/acquire": {
      "post": {
        "summary": "Acquire semaphore position",
        "description": "Acquire semaphore position. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "semaphore",
          "acquire"
        ],
        "x-payment-info": {
          "description": "Access Acquire semaphore position via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/semaphore/release": {
      "post": {
        "summary": "Release semaphore position",
        "description": "Release semaphore position. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "semaphore",
          "release"
        ],
        "x-payment-info": {
          "description": "Access Release semaphore position via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/semaphore/status/:sem_id": {
      "get": {
        "summary": "Get semaphore status",
        "description": "Get semaphore status. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "semaphore",
          ":sem_id"
        ],
        "x-payment-info": {
          "description": "Access Get semaphore status via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "sem_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "sem_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/coordination/election/nominate": {
      "post": {
        "summary": "Nominate a candidate for election",
        "description": "Nominate a candidate for election. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "election",
          "nominate"
        ],
        "x-payment-info": {
          "description": "Access Nominate a candidate for election via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/election/result/:election_id": {
      "get": {
        "summary": "Get election result",
        "description": "Get election result. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "election",
          ":election_id"
        ],
        "x-payment-info": {
          "description": "Access Get election result via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "election_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "election_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/coordination/lock/try-acquire": {
      "post": {
        "summary": "Try to acquire lock without blocking",
        "description": "Try to acquire lock without blocking. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "lock",
          "try-acquire"
        ],
        "x-payment-info": {
          "description": "Access Try to acquire lock without blocking via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/lock/renew": {
      "post": {
        "summary": "Renew a lock",
        "description": "Renew a lock. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "lock",
          "renew"
        ],
        "x-payment-info": {
          "description": "Access Renew a lock via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/lock/extend": {
      "post": {
        "summary": "Extend lock TTL",
        "description": "Extend lock TTL. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "lock",
          "extend"
        ],
        "x-payment-info": {
          "description": "Access Extend lock TTL via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/lock/force-release": {
      "post": {
        "summary": "Force release a lock",
        "description": "Force release a lock (without token). Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "lock",
          "force-release"
        ],
        "x-payment-info": {
          "description": "Access Force release a lock via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/lock/list": {
      "get": {
        "summary": "List all locks",
        "description": "List all locks. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "lock",
          "list"
        ],
        "x-payment-info": {
          "description": "Access List all locks via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/coordination/lock/batch-acquire": {
      "post": {
        "summary": "Acquire multiple locks",
        "description": "Acquire multiple locks. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "lock",
          "batch-acquire"
        ],
        "x-payment-info": {
          "description": "Access Acquire multiple locks via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/lock/batch-release": {
      "post": {
        "summary": "Release multiple locks",
        "description": "Release multiple locks. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "lock",
          "batch-release"
        ],
        "x-payment-info": {
          "description": "Access Release multiple locks via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/counter/set": {
      "post": {
        "summary": "Set counter value",
        "description": "Set counter value. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "counter",
          "set"
        ],
        "x-payment-info": {
          "description": "Access Set counter value via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/counter/increment-with-expiry": {
      "post": {
        "summary": "Increment with expiry",
        "description": "Increment with expiry. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "counter",
          "increment-with-expiry"
        ],
        "x-payment-info": {
          "description": "Access Increment with expiry via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/counter/list": {
      "get": {
        "summary": "List all counters",
        "description": "List all counters. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "counter",
          "list"
        ],
        "x-payment-info": {
          "description": "Access List all counters via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/coordination/counter/delete": {
      "post": {
        "summary": "Delete a counter",
        "description": "Delete a counter. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "counter",
          "delete"
        ],
        "x-payment-info": {
          "description": "Access Delete a counter via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/counter/batch-increment": {
      "post": {
        "summary": "Increment multiple counters",
        "description": "Increment multiple counters. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "counter",
          "batch-increment"
        ],
        "x-payment-info": {
          "description": "Access Increment multiple counters via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/counter/compare-and-set": {
      "post": {
        "summary": "Compare and set",
        "description": "Compare and set. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "counter",
          "compare-and-set"
        ],
        "x-payment-info": {
          "description": "Access Compare and set via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/semaphore/set-max": {
      "post": {
        "summary": "Set semaphore max value",
        "description": "Set semaphore max value. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "semaphore",
          "set-max"
        ],
        "x-payment-info": {
          "description": "Access Set semaphore max value via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/semaphore/config/:sem_id": {
      "get": {
        "summary": "Get semaphore config",
        "description": "Get semaphore config. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "semaphore",
          ":sem_id"
        ],
        "x-payment-info": {
          "description": "Access Get semaphore config via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "sem_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "sem_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/coordination/semaphore/reset": {
      "post": {
        "summary": "Reset semaphore",
        "description": "Reset semaphore. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "semaphore",
          "reset"
        ],
        "x-payment-info": {
          "description": "Access Reset semaphore via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/semaphore/list": {
      "get": {
        "summary": "List all semaphores",
        "description": "List all semaphores. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "semaphore",
          "list"
        ],
        "x-payment-info": {
          "description": "Access List all semaphores via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/coordination/semaphore/delete": {
      "post": {
        "summary": "Delete semaphore",
        "description": "Delete semaphore. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "semaphore",
          "delete"
        ],
        "x-payment-info": {
          "description": "Access Delete semaphore via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/semaphore/acquire-with-timeout": {
      "post": {
        "summary": "Acquire with timeout",
        "description": "Acquire with timeout. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "semaphore",
          "acquire-with-timeout"
        ],
        "x-payment-info": {
          "description": "Access Acquire with timeout via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/election/reset": {
      "post": {
        "summary": "Reset election",
        "description": "Reset election. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "election",
          "reset"
        ],
        "x-payment-info": {
          "description": "Access Reset election via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/election/vote": {
      "post": {
        "summary": "Vote for a candidate",
        "description": "Vote for a candidate. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "election",
          "vote"
        ],
        "x-payment-info": {
          "description": "Access Vote for a candidate via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/election/candidates/:election_id": {
      "get": {
        "summary": "Get all candidates",
        "description": "Get all candidates. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "election",
          ":election_id"
        ],
        "x-payment-info": {
          "description": "Access Get all candidates via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "election_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "election_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/coordination/election/withdraw": {
      "post": {
        "summary": "Withdraw a candidate",
        "description": "Withdraw a candidate. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "election",
          "withdraw"
        ],
        "x-payment-info": {
          "description": "Access Withdraw a candidate via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/election/list": {
      "get": {
        "summary": "List all elections",
        "description": "List all elections. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "election",
          "list"
        ],
        "x-payment-info": {
          "description": "Access List all elections via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/coordination/barrier/create": {
      "post": {
        "summary": "Create a barrier",
        "description": "Create a barrier. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "barrier",
          "create"
        ],
        "x-payment-info": {
          "description": "Access Create a barrier via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/barrier/wait": {
      "post": {
        "summary": "Wait at barrier",
        "description": "Wait at barrier. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "barrier",
          "wait"
        ],
        "x-payment-info": {
          "description": "Access Wait at barrier via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/barrier/reset": {
      "post": {
        "summary": "Reset barrier",
        "description": "Reset barrier. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "barrier",
          "reset"
        ],
        "x-payment-info": {
          "description": "Access Reset barrier via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/barrier/status/:barrier_id": {
      "get": {
        "summary": "Get barrier status",
        "description": "Get barrier status. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "barrier",
          ":barrier_id"
        ],
        "x-payment-info": {
          "description": "Access Get barrier status via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "barrier_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "barrier_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/coordination/rwlock/acquire-read": {
      "post": {
        "summary": "Acquire read lock",
        "description": "Acquire read lock. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "rwlock",
          "acquire-read"
        ],
        "x-payment-info": {
          "description": "Access Acquire read lock via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/rwlock/acquire-write": {
      "post": {
        "summary": "Acquire write lock",
        "description": "Acquire write lock. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "rwlock",
          "acquire-write"
        ],
        "x-payment-info": {
          "description": "Access Acquire write lock via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/rwlock/release-read": {
      "post": {
        "summary": "Release read lock",
        "description": "Release read lock. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "rwlock",
          "release-read"
        ],
        "x-payment-info": {
          "description": "Access Release read lock via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/rwlock/release-write": {
      "post": {
        "summary": "Release write lock",
        "description": "Release write lock. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "rwlock",
          "release-write"
        ],
        "x-payment-info": {
          "description": "Access Release write lock via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/rwlock/status/:resource_id": {
      "get": {
        "summary": "Get rwlock status",
        "description": "Get rwlock status. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "rwlock",
          ":resource_id"
        ],
        "x-payment-info": {
          "description": "Access Get rwlock status via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "resource_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "resource_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/coordination/leader/elect": {
      "post": {
        "summary": "Elect a leader",
        "description": "Elect a leader. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "leader",
          "elect"
        ],
        "x-payment-info": {
          "description": "Access Elect a leader via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/leader/heartbeat": {
      "post": {
        "summary": "Send heartbeat for leader",
        "description": "Send heartbeat for leader. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "leader",
          "heartbeat"
        ],
        "x-payment-info": {
          "description": "Access Send heartbeat for leader via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/leader/status": {
      "get": {
        "summary": "Get leader status",
        "description": "Get leader status. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "leader",
          "status"
        ],
        "x-payment-info": {
          "description": "Access Get leader status via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/coordination/leader/resign": {
      "post": {
        "summary": "Resign leadership",
        "description": "Resign leadership. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "leader",
          "resign"
        ],
        "x-payment-info": {
          "description": "Access Resign leadership via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/quorum/propose": {
      "post": {
        "summary": "Propose a value for quorum",
        "description": "Propose a value for quorum. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "quorum",
          "propose"
        ],
        "x-payment-info": {
          "description": "Access Propose a value for quorum via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/quorum/ack": {
      "post": {
        "summary": "Acknowledge a quorum proposal",
        "description": "Acknowledge a quorum proposal. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "quorum",
          "ack"
        ],
        "x-payment-info": {
          "description": "Access Acknowledge a quorum proposal via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/quorum/status/:quorum_id": {
      "get": {
        "summary": "Get quorum status",
        "description": "Get quorum status. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "quorum",
          ":quorum_id"
        ],
        "x-payment-info": {
          "description": "Access Get quorum status via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "quorum_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "quorum_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/coordination/quorum/reset": {
      "post": {
        "summary": "Reset quorum",
        "description": "Reset quorum. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "quorum",
          "reset"
        ],
        "x-payment-info": {
          "description": "Access Reset quorum via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/mutex/acquire": {
      "post": {
        "summary": "Acquire mutex",
        "description": "Acquire mutex (single holder). Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "mutex",
          "acquire"
        ],
        "x-payment-info": {
          "description": "Access Acquire mutex via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/mutex/release": {
      "post": {
        "summary": "Release mutex",
        "description": "Release mutex. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "mutex",
          "release"
        ],
        "x-payment-info": {
          "description": "Access Release mutex via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/mutex/status/:mutex_id": {
      "get": {
        "summary": "Get mutex status",
        "description": "Get mutex status. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "mutex",
          ":mutex_id"
        ],
        "x-payment-info": {
          "description": "Access Get mutex status via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "mutex_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "mutex_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/coordination/latch/countdown": {
      "post": {
        "summary": "Create countdown latch",
        "description": "Create countdown latch. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "latch",
          "countdown"
        ],
        "x-payment-info": {
          "description": "Access Create countdown latch via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/latch/decrement": {
      "post": {
        "summary": "Decrement latch",
        "description": "Decrement latch. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "latch",
          "decrement"
        ],
        "x-payment-info": {
          "description": "Access Decrement latch via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/latch/status/:latch_id": {
      "get": {
        "summary": "Get latch status",
        "description": "Get latch status. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "latch",
          ":latch_id"
        ],
        "x-payment-info": {
          "description": "Access Get latch status via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "latch_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "latch_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/coordination/flag/set": {
      "post": {
        "summary": "Set a distributed flag",
        "description": "Set a distributed flag. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "flag",
          "set"
        ],
        "x-payment-info": {
          "description": "Access Set a distributed flag via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/flag/check/:flag_id": {
      "get": {
        "summary": "Check flag",
        "description": "Check flag. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "flag",
          ":flag_id"
        ],
        "x-payment-info": {
          "description": "Access Check flag via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "flag_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "flag_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/coordination/flag/clear": {
      "post": {
        "summary": "Clear a flag",
        "description": "Clear a flag. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "flag",
          "clear"
        ],
        "x-payment-info": {
          "description": "Access Clear a flag via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/flag/toggle": {
      "post": {
        "summary": "Toggle a flag",
        "description": "Toggle a flag. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "flag",
          "toggle"
        ],
        "x-payment-info": {
          "description": "Access Toggle a flag via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/sequence/next": {
      "post": {
        "summary": "Get next sequence number",
        "description": "Get next sequence number. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "sequence",
          "next"
        ],
        "x-payment-info": {
          "description": "Access Get next sequence number via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/sequence/reset": {
      "post": {
        "summary": "Reset sequence",
        "description": "Reset sequence. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "sequence",
          "reset"
        ],
        "x-payment-info": {
          "description": "Access Reset sequence via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/sequence/current/:sequence_id": {
      "get": {
        "summary": "Get current sequence value",
        "description": "Get current sequence value. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "sequence",
          ":sequence_id"
        ],
        "x-payment-info": {
          "description": "Access Get current sequence value via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "sequence_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "sequence_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/coordination/lease/acquire": {
      "post": {
        "summary": "Acquire a lease",
        "description": "Acquire a lease. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "lease",
          "acquire"
        ],
        "x-payment-info": {
          "description": "Access Acquire a lease via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/lease/renew": {
      "post": {
        "summary": "Renew a lease",
        "description": "Renew a lease. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "lease",
          "renew"
        ],
        "x-payment-info": {
          "description": "Access Renew a lease via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/coordination/lease/status/:lease_id": {
      "get": {
        "summary": "Get lease status",
        "description": "Get lease status. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "lease",
          ":lease_id"
        ],
        "x-payment-info": {
          "description": "Access Get lease status via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "lease_id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "lease_id": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/coordination/lease/release": {
      "post": {
        "summary": "Release a lease",
        "description": "Release a lease. Call when an agent needs coordination data.",
        "tags": [
          "coordination",
          "lease",
          "release"
        ],
        "x-payment-info": {
          "description": "Access Release a lease via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/store": {
      "post": {
        "summary": "Store an encrypted secret",
        "description": "Store an encrypted secret. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "store"
        ],
        "x-payment-info": {
          "description": "Access Store an encrypted secret via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/retrieve/:key": {
      "get": {
        "summary": "Retrieve and decrypt a secret",
        "description": "Retrieve and decrypt a secret. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "retrieve",
          ":key"
        ],
        "x-payment-info": {
          "description": "Access Retrieve and decrypt a secret via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "test-key"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "key": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/secrets/delete/:key": {
      "delete": {
        "summary": "Delete a secret",
        "description": "Delete a secret. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "delete",
          ":key"
        ],
        "x-payment-info": {
          "description": "Access Delete a secret via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "test-key"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "key": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/secrets/exists/:key": {
      "get": {
        "summary": "Check if a secret exists",
        "description": "Check if a secret exists. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "exists",
          ":key"
        ],
        "x-payment-info": {
          "description": "Access Check if a secret exists via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "test-key"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "key": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/secrets/generate": {
      "post": {
        "summary": "Generate a random secret",
        "description": "Generate a random secret. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "generate"
        ],
        "x-payment-info": {
          "description": "Access Generate a random secret via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/rotate": {
      "post": {
        "summary": "Rotate a secret value",
        "description": "Rotate a secret value. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "rotate"
        ],
        "x-payment-info": {
          "description": "Access Rotate a secret value via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/list": {
      "get": {
        "summary": "List all secret keys",
        "description": "List all secret keys. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "list"
        ],
        "x-payment-info": {
          "description": "Access List all secret keys via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/secrets/metadata/:key": {
      "get": {
        "summary": "Get secret metadata without decrypting",
        "description": "Get secret metadata without decrypting. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "metadata",
          ":key"
        ],
        "x-payment-info": {
          "description": "Access Get secret metadata without decrypting via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "test-key"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "key": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/secrets/update-ttl": {
      "post": {
        "summary": "Update secret TTL",
        "description": "Update secret TTL. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "update-ttl"
        ],
        "x-payment-info": {
          "description": "Access Update secret TTL via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/copy": {
      "post": {
        "summary": "Copy a secret to a new key",
        "description": "Copy a secret to a new key. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "copy"
        ],
        "x-payment-info": {
          "description": "Access Copy a secret to a new key via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/move": {
      "post": {
        "summary": "Move a secret to a new key",
        "description": "Move a secret to a new key. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "move"
        ],
        "x-payment-info": {
          "description": "Access Move a secret to a new key via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/batch-store": {
      "post": {
        "summary": "Store multiple secrets",
        "description": "Store multiple secrets. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "batch-store"
        ],
        "x-payment-info": {
          "description": "Access Store multiple secrets via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/batch-retrieve": {
      "post": {
        "summary": "Retrieve multiple secrets",
        "description": "Retrieve multiple secrets. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "batch-retrieve"
        ],
        "x-payment-info": {
          "description": "Access Retrieve multiple secrets via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/batch-delete": {
      "post": {
        "summary": "Delete multiple secrets",
        "description": "Delete multiple secrets. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "batch-delete"
        ],
        "x-payment-info": {
          "description": "Access Delete multiple secrets via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/hash": {
      "post": {
        "summary": "Hash a value",
        "description": "Hash a value. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "hash"
        ],
        "x-payment-info": {
          "description": "Access Hash a value via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/hmac": {
      "post": {
        "summary": "Generate HMAC",
        "description": "Generate HMAC. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "hmac"
        ],
        "x-payment-info": {
          "description": "Access Generate HMAC via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/compare": {
      "post": {
        "summary": "Compare two values",
        "description": "Compare two values (constant-time). Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "compare"
        ],
        "x-payment-info": {
          "description": "Access Compare two values via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/encrypt": {
      "post": {
        "summary": "Encrypt a value without storing",
        "description": "Encrypt a value without storing. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "encrypt"
        ],
        "x-payment-info": {
          "description": "Access Encrypt a value without storing via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/decrypt": {
      "post": {
        "summary": "Decrypt a value",
        "description": "Decrypt a value. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "decrypt"
        ],
        "x-payment-info": {
          "description": "Access Decrypt a value via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/backup": {
      "post": {
        "summary": "Backup all secrets",
        "description": "Backup all secrets. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "backup"
        ],
        "x-payment-info": {
          "description": "Access Backup all secrets via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/restore": {
      "post": {
        "summary": "Restore secrets from backup",
        "description": "Restore secrets from backup. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "restore"
        ],
        "x-payment-info": {
          "description": "Access Restore secrets from backup via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/tag": {
      "post": {
        "summary": "Add tag to secret",
        "description": "Add tag to secret. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "tag"
        ],
        "x-payment-info": {
          "description": "Access Add tag to secret via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/tags/:key": {
      "get": {
        "summary": "Get tags for a secret",
        "description": "Get tags for a secret. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "tags",
          ":key"
        ],
        "x-payment-info": {
          "description": "Access Get tags for a secret via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "test-key"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "key": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/secrets/untag": {
      "post": {
        "summary": "Remove tag from secret",
        "description": "Remove tag from secret. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "untag"
        ],
        "x-payment-info": {
          "description": "Access Remove tag from secret via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/by-tag/:tag": {
      "get": {
        "summary": "Get secrets by tag",
        "description": "Get secrets by tag. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "by-tag",
          ":tag"
        ],
        "x-payment-info": {
          "description": "Access Get secrets by tag via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "tag",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "tag": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/secrets/share": {
      "post": {
        "summary": "Generate a shareable link for a secret",
        "description": "Generate a shareable link for a secret. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "share"
        ],
        "x-payment-info": {
          "description": "Access Generate a shareable link for a secret via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/retrieve-share/:share_token": {
      "get": {
        "summary": "Retrieve secret via share token",
        "description": "Retrieve secret via share token. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "retrieve-share",
          ":share_token"
        ],
        "x-payment-info": {
          "description": "Access Retrieve secret via share token via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "share_token",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "share_token": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/secrets/revoke-share": {
      "post": {
        "summary": "Revoke a share",
        "description": "Revoke a share. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "revoke-share"
        ],
        "x-payment-info": {
          "description": "Access Revoke a share via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/version": {
      "post": {
        "summary": "Create a new version of a secret",
        "description": "Create a new version of a secret. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "version"
        ],
        "x-payment-info": {
          "description": "Access Create a new version of a secret via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/versions/:key": {
      "get": {
        "summary": "List all versions of a secret",
        "description": "List all versions of a secret. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "versions",
          ":key"
        ],
        "x-payment-info": {
          "description": "Access List all versions of a secret via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "test-key"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "key": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/secrets/retrieve-version/:key/:version": {
      "get": {
        "summary": "Retrieve a specific version",
        "description": "Retrieve a specific version. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "retrieve-version",
          ":version"
        ],
        "x-payment-info": {
          "description": "Access Retrieve a specific version via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "test-key"
          },
          {
            "name": "version",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "example"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "key": {
                                  "type": "string"
                                },
                                "version": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/secrets/restore-version": {
      "post": {
        "summary": "Restore a specific version",
        "description": "Restore a specific version. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "restore-version"
        ],
        "x-payment-info": {
          "description": "Access Restore a specific version via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/delete-versions": {
      "post": {
        "summary": "Delete all archived versions",
        "description": "Delete all archived versions. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "delete-versions"
        ],
        "x-payment-info": {
          "description": "Access Delete all archived versions via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/audit-log": {
      "post": {
        "summary": "Log secret access",
        "description": "Log secret access. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "audit-log"
        ],
        "x-payment-info": {
          "description": "Access Log secret access via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/audit-log/:key": {
      "get": {
        "summary": "Get audit log for a secret",
        "description": "Get audit log for a secret. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "audit-log",
          ":key"
        ],
        "x-payment-info": {
          "description": "Access Get audit log for a secret via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "test-key"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "key": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/secrets/set-policy": {
      "post": {
        "summary": "Set access policy for a secret",
        "description": "Set access policy for a secret. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "set-policy"
        ],
        "x-payment-info": {
          "description": "Access Set access policy for a secret via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/policy/:key": {
      "get": {
        "summary": "Get access policy for a secret",
        "description": "Get access policy for a secret. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "policy",
          ":key"
        ],
        "x-payment-info": {
          "description": "Access Get access policy for a secret via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "test-key"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "key": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/secrets/check-access": {
      "post": {
        "summary": "Check if access is allowed by policy",
        "description": "Check if access is allowed by policy. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "check-access"
        ],
        "x-payment-info": {
          "description": "Access Check if access is allowed by policy via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/expire": {
      "post": {
        "summary": "Set expiration time for a secret",
        "description": "Set expiration time for a secret. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "expire"
        ],
        "x-payment-info": {
          "description": "Access Set expiration time for a secret via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/search": {
      "post": {
        "summary": "Search secrets by metadata",
        "description": "Search secrets by metadata. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "search"
        ],
        "x-payment-info": {
          "description": "Access Search secrets by metadata via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/stats": {
      "get": {
        "summary": "Get statistics about secrets",
        "description": "Get statistics about secrets. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "stats"
        ],
        "x-payment-info": {
          "description": "Access Get statistics about secrets via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/secrets/clear-expired": {
      "post": {
        "summary": "Clear all expired secrets",
        "description": "Clear all expired secrets. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "clear-expired"
        ],
        "x-payment-info": {
          "description": "Access Clear all expired secrets via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/import": {
      "post": {
        "summary": "Import secrets from JSON",
        "description": "Import secrets from JSON. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "import"
        ],
        "x-payment-info": {
          "description": "Access Import secrets from JSON via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/export": {
      "get": {
        "summary": "Export all secrets",
        "description": "Export all secrets (decrypted). Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "export"
        ],
        "x-payment-info": {
          "description": "Access Export all secrets via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/secrets/validate": {
      "post": {
        "summary": "Validate a secret value against rules",
        "description": "Validate a secret value against rules. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "validate"
        ],
        "x-payment-info": {
          "description": "Access Validate a secret value against rules via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/lock": {
      "post": {
        "summary": "Lock a secret",
        "description": "Lock a secret (prevent modifications). Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "lock"
        ],
        "x-payment-info": {
          "description": "Access Lock a secret via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/unlock": {
      "post": {
        "summary": "Unlock a secret",
        "description": "Unlock a secret. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "unlock"
        ],
        "x-payment-info": {
          "description": "Access Unlock a secret via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/is-locked/:key": {
      "get": {
        "summary": "Check if a secret is locked",
        "description": "Check if a secret is locked. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "is-locked",
          ":key"
        ],
        "x-payment-info": {
          "description": "Access Check if a secret is locked via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "test-key"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {
                                "key": {
                                  "type": "string"
                                }
                              }
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        }
      }
    },
    "/secrets/encrypt-with-key": {
      "post": {
        "summary": "Encrypt with custom key",
        "description": "Encrypt with custom key. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "encrypt-with-key"
        ],
        "x-payment-info": {
          "description": "Access Encrypt with custom key via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/secrets/decrypt-with-key": {
      "post": {
        "summary": "Decrypt with custom key",
        "description": "Decrypt with custom key. Call when an agent needs secrets data.",
        "tags": [
          "secrets",
          "decrypt-with-key"
        ],
        "x-payment-info": {
          "description": "Access Decrypt with custom key via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/random": {
      "post": {
        "summary": "Generate random numbers from various distributions",
        "description": "Generate random numbers from various distributions. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "random"
        ],
        "x-payment-info": {
          "description": "Access Generate random numbers from various distributions via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/montecarlo": {
      "post": {
        "summary": "Monte Carlo simulation",
        "description": "Monte Carlo simulation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "montecarlo"
        ],
        "x-payment-info": {
          "description": "Access Monte Carlo simulation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/sample": {
      "post": {
        "summary": "Sample from a population",
        "description": "Sample from a population. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "sample"
        ],
        "x-payment-info": {
          "description": "Access Sample from a population via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/abtest": {
      "post": {
        "summary": "A/B test variant selection",
        "description": "A/B test variant selection. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "abtest"
        ],
        "x-payment-info": {
          "description": "Access A/B test variant selection via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/dice": {
      "post": {
        "summary": "Dice roll simulation",
        "description": "Dice roll simulation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "dice"
        ],
        "x-payment-info": {
          "description": "Access Dice roll simulation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/shuffle": {
      "post": {
        "summary": "Shuffle an array",
        "description": "Shuffle an array. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "shuffle"
        ],
        "x-payment-info": {
          "description": "Access Shuffle an array via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/uuid": {
      "post": {
        "summary": "Generate a UUID",
        "description": "Generate a UUID. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "uuid"
        ],
        "x-payment-info": {
          "description": "Access Generate a UUID via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/weighted": {
      "post": {
        "summary": "Weighted random selection",
        "description": "Weighted random selection. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "weighted"
        ],
        "x-payment-info": {
          "description": "Access Weighted random selection via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/coin": {
      "post": {
        "summary": "Coin flip simulation",
        "description": "Coin flip simulation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "coin"
        ],
        "x-payment-info": {
          "description": "Access Coin flip simulation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/card": {
      "post": {
        "summary": "Card draw simulation",
        "description": "Card draw simulation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "card"
        ],
        "x-payment-info": {
          "description": "Access Card draw simulation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/string": {
      "post": {
        "summary": "Random string generation",
        "description": "Random string generation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "string"
        ],
        "x-payment-info": {
          "description": "Access Random string generation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/date": {
      "post": {
        "summary": "Random date generation",
        "description": "Random date generation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "date"
        ],
        "x-payment-info": {
          "description": "Access Random date generation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/name": {
      "post": {
        "summary": "Random name generation",
        "description": "Random name generation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "name"
        ],
        "x-payment-info": {
          "description": "Access Random name generation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/email": {
      "post": {
        "summary": "Random email generation",
        "description": "Random email generation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "email"
        ],
        "x-payment-info": {
          "description": "Access Random email generation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/phone": {
      "post": {
        "summary": "Random phone number generation",
        "description": "Random phone number generation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "phone"
        ],
        "x-payment-info": {
          "description": "Access Random phone number generation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/color": {
      "post": {
        "summary": "Random color generation",
        "description": "Random color generation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "color"
        ],
        "x-payment-info": {
          "description": "Access Random color generation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/ip": {
      "post": {
        "summary": "Random IP address generation",
        "description": "Random IP address generation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "ip"
        ],
        "x-payment-info": {
          "description": "Access Random IP address generation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/coordinates": {
      "post": {
        "summary": "Random coordinates generation",
        "description": "Random coordinates generation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "coordinates"
        ],
        "x-payment-info": {
          "description": "Access Random coordinates generation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/boolean": {
      "post": {
        "summary": "Random boolean generation",
        "description": "Random boolean generation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "boolean"
        ],
        "x-payment-info": {
          "description": "Access Random boolean generation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/choice": {
      "post": {
        "summary": "Random choice from array",
        "description": "Random choice from array. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "choice"
        ],
        "x-payment-info": {
          "description": "Access Random choice from array via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/choices": {
      "post": {
        "summary": "Multiple random choices",
        "description": "Multiple random choices. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "choices"
        ],
        "x-payment-info": {
          "description": "Access Multiple random choices via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/permutation": {
      "post": {
        "summary": "Random permutation",
        "description": "Random permutation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "permutation"
        ],
        "x-payment-info": {
          "description": "Access Random permutation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/combination": {
      "post": {
        "summary": "Random combination",
        "description": "Random combination. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "combination"
        ],
        "x-payment-info": {
          "description": "Access Random combination via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/random-walk": {
      "post": {
        "summary": "Random walk simulation",
        "description": "Random walk simulation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "random-walk"
        ],
        "x-payment-info": {
          "description": "Access Random walk simulation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/brownian": {
      "post": {
        "summary": "Brownian motion simulation",
        "description": "Brownian motion simulation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "brownian"
        ],
        "x-payment-info": {
          "description": "Access Brownian motion simulation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/geometric": {
      "post": {
        "summary": "Geometric distribution",
        "description": "Geometric distribution. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "geometric"
        ],
        "x-payment-info": {
          "description": "Access Geometric distribution via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/binomial": {
      "post": {
        "summary": "Binomial distribution",
        "description": "Binomial distribution. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "binomial"
        ],
        "x-payment-info": {
          "description": "Access Binomial distribution via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/gamma": {
      "post": {
        "summary": "Gamma distribution",
        "description": "Gamma distribution. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "gamma"
        ],
        "x-payment-info": {
          "description": "Access Gamma distribution via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/beta": {
      "post": {
        "summary": "Beta distribution",
        "description": "Beta distribution. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "beta"
        ],
        "x-payment-info": {
          "description": "Access Beta distribution via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/weibull": {
      "post": {
        "summary": "Weibull distribution",
        "description": "Weibull distribution. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "weibull"
        ],
        "x-payment-info": {
          "description": "Access Weibull distribution via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/lognormal": {
      "post": {
        "summary": "Log-normal distribution",
        "description": "Log-normal distribution. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "lognormal"
        ],
        "x-payment-info": {
          "description": "Access Log-normal distribution via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/triangular": {
      "post": {
        "summary": "Triangular distribution",
        "description": "Triangular distribution. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "triangular"
        ],
        "x-payment-info": {
          "description": "Access Triangular distribution via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/bootstrap": {
      "post": {
        "summary": "Bootstrap sampling",
        "description": "Bootstrap sampling. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "bootstrap"
        ],
        "x-payment-info": {
          "description": "Access Bootstrap sampling via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/markov-chain": {
      "post": {
        "summary": "Markov chain simulation",
        "description": "Markov chain simulation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "markov-chain"
        ],
        "x-payment-info": {
          "description": "Access Markov chain simulation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/queue": {
      "post": {
        "summary": "Queue simulation",
        "description": "Queue simulation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "queue"
        ],
        "x-payment-info": {
          "description": "Access Queue simulation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/growth": {
      "post": {
        "summary": "Growth simulation",
        "description": "Growth simulation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "growth"
        ],
        "x-payment-info": {
          "description": "Access Growth simulation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/decay": {
      "post": {
        "summary": "Decay simulation",
        "description": "Decay simulation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "decay"
        ],
        "x-payment-info": {
          "description": "Access Decay simulation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/oscillation": {
      "post": {
        "summary": "Oscillation simulation",
        "description": "Oscillation simulation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "oscillation"
        ],
        "x-payment-info": {
          "description": "Access Oscillation simulation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/noise": {
      "post": {
        "summary": "Noise generation",
        "description": "Noise generation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "noise"
        ],
        "x-payment-info": {
          "description": "Access Noise generation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/timeseries": {
      "post": {
        "summary": "Time series simulation",
        "description": "Time series simulation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "timeseries"
        ],
        "x-payment-info": {
          "description": "Access Time series simulation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/graph": {
      "post": {
        "summary": "Random graph generation",
        "description": "Random graph generation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "graph"
        ],
        "x-payment-info": {
          "description": "Access Random graph generation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/epidemic": {
      "post": {
        "summary": "Epidemic simulation",
        "description": "Epidemic simulation (SIR model). Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "epidemic"
        ],
        "x-payment-info": {
          "description": "Access Epidemic simulation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/game-theory": {
      "post": {
        "summary": "Prisoner's dilemma simulation",
        "description": "Prisoner's dilemma simulation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "game-theory"
        ],
        "x-payment-info": {
          "description": "Access Prisoner's dilemma simulation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/auction": {
      "post": {
        "summary": "Auction simulation",
        "description": "Auction simulation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "auction"
        ],
        "x-payment-info": {
          "description": "Access Auction simulation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/voting": {
      "post": {
        "summary": "Voting simulation",
        "description": "Voting simulation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "voting"
        ],
        "x-payment-info": {
          "description": "Access Voting simulation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/survey": {
      "post": {
        "summary": "Survey response simulation",
        "description": "Survey response simulation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "survey"
        ],
        "x-payment-info": {
          "description": "Access Survey response simulation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/inventory": {
      "post": {
        "summary": "Inventory simulation",
        "description": "Inventory simulation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "inventory"
        ],
        "x-payment-info": {
          "description": "Access Inventory simulation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/price": {
      "post": {
        "summary": "Price simulation",
        "description": "Price simulation (random walk with drift). Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "price"
        ],
        "x-payment-info": {
          "description": "Access Price simulation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/demand": {
      "post": {
        "summary": "Demand simulation",
        "description": "Demand simulation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "demand"
        ],
        "x-payment-info": {
          "description": "Access Demand simulation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/wave": {
      "post": {
        "summary": "Wave simulation",
        "description": "Wave simulation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "wave"
        ],
        "x-payment-info": {
          "description": "Access Wave simulation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/signal": {
      "post": {
        "summary": "Signal generation",
        "description": "Signal generation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "signal"
        ],
        "x-payment-info": {
          "description": "Access Signal generation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/predator-prey": {
      "post": {
        "summary": "Predator-prey simulation",
        "description": "Predator-prey simulation (Lotka-Volterra). Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "predator-prey"
        ],
        "x-payment-info": {
          "description": "Access Predator-prey simulation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/network": {
      "post": {
        "summary": "Network latency simulation",
        "description": "Network latency simulation. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "network"
        ],
        "x-payment-info": {
          "description": "Access Network latency simulation via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    },
    "/simulate/poll": {
      "post": {
        "summary": "Poll simulation with margin of error",
        "description": "Poll simulation with margin of error. Call when an agent needs simulate data.",
        "tags": [
          "simulate",
          "poll"
        ],
        "x-payment-info": {
          "description": "Access Poll simulation with margin of error via x402 payment protocol",
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            "x402"
          ]
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required - x402 payment protocol",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheme": {
                            "type": "string"
                          },
                          "price": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "payTo": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "extensions": {
                      "bazaar": {
                        "info": {
                          "title": "OOM Data API",
                          "description": "Pay-per-call data endpoint via x402"
                        },
                        "schema": {
                          "properties": {
                            "input": {
                              "type": "object",
                              "properties": {}
                            },
                            "output": {
                              "type": "object",
                              "properties": {
                                "data": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "input": {
                    "type": "string"
                  }
                },
                "required": [
                  "input"
                ]
              }
            }
          }
        }
      }
    }
  }
}