{
  "openapi": "3.0.0",
  "info": {
    "title": "Raiox Web API",
    "version": "1.0.0"
  },
  "paths": {
    "/api/premium-data": {
      "get": {
        "summary": "Get premium vehicle data",
        "x-payment-info": {
          "intent": "charge",
          "method": "stripe",
          "amount": "100",
          "currency": "BRL"
        },
        "responses": {
          "200": {
            "description": "Successful response"
          },
          "402": {
            "description": "Payment required"
          }
        }
      }
    }
  }
}
