{
  "openapi": "3.0.0",
  "info": {
    "title": "Production API v3",
    "version": "3.0.0"
  },
  "servers": [
    {
      "url": "https://api.production.example.com/v3"
    }
  ],
  "components": {
    "securitySchemes": {
      "apiKey": {
        "type": "apiKey",
        "in": "header",
        "name": "X-API-Key",
        "default": "swagger-v3-api-key-abc123def456"
      }
    }
  },
  "database": {
    "connection": "postgresql://swagger_v3:SwaggerV3Password2024!Secret@swagger-v3-db.internal:5432/swagger_v3_production"
  }
}

