{
  "swagger": "2.0",
  "info": {
    "title": "Production API v2",
    "version": "2.0.0"
  },
  "host": "api.production.example.com",
  "basePath": "/v2",
  "securityDefinitions": {
    "apiKey": {
      "type": "apiKey",
      "name": "X-API-Key",
      "in": "header",
      "default": "swagger-v2-api-key-abc123def456"
    }
  },
  "database": {
    "connection": "postgresql://swagger_v2:SwaggerV2Password2024!Secret@swagger-v2-db.internal:5432/swagger_v2_production"
  }
}

