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

