{
  "openapi": "3.1.0",
  "info": {
    "title": "SupplyChainPulse",
    "version": "2.0.0",
    "x-guidance": "Shipping rates (dry bulk + container), NY Fed GSCPI, BLS PPI, directional momentum signal. GET /report $0.05 via x402. NEW: includes historical percentile context \u2014 where GSCPI supply pressure sits vs its own record (fields pressure_percentile_3y, pressure_vs_history).",
    "contact": {
      "email": "jay@lonestaroracle.xyz"
    },
    "description": "Global supply-chain pressure, freight and logistics stress signal.",
    "x-x402-proof": "https://supply.lonestaroracle.xyz/.well-known/x402-proof"
  },
  "externalDocs": {
    "url": "https://docs.lonestaroracle.xyz",
    "description": "LoneStarOracle API & integration docs"
  },
  "paths": {
    "/": {
      "get": {
        "summary": "Root",
        "operationId": "root__get",
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "application/json": {
                "schema": {}
              }
            }
          }
        }
      }
    },
    "/feed": {
      "get": {
        "summary": "Feed",
        "operationId": "feed_feed_get",
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "application/json": {
                "schema": {}
              }
            }
          }
        }
      }
    },
    "/health": {
      "get": {
        "summary": "Health",
        "operationId": "health_health_get",
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "application/json": {
                "schema": {}
              }
            }
          }
        }
      }
    },
    "/report": {
      "get": {
        "summary": "Supply Chain Pressure",
        "operationId": "report_report_get",
        "responses": {
          "200": {
            "description": "Successful Response",
            "content": {
              "application/json": {
                "schema": {}
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.05"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "description": "Global supply-chain pressure, freight and logistics stress signal.",
        "tags": [
          "supply-chain",
          "logistics",
          "freight",
          "shipping"
        ]
      }
    }
  }
}