{
  "openapi": "3.1.0",
  "info": {
    "title": "PORN-API",
    "version": "1.0.0",
    "description": "Public API for PORN-API.COM"
  },
  "servers": [
    {
      "url": "https://porn-api.com"
    }
  ],
  "paths": {
    "/api/x402-test": {
      "get": {
        "summary": "Mock x402 payment endpoint",
        "operationId": "getX402Test",
        "x-payment-info": {
          "intent": "charge",
          "method": "lightning",
          "amount": 0,
          "currency": "USD"
        },
        "responses": {
          "200": {
            "description": "Successful response"
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    }
  }
}
