{
  "openapi": "3.0.3",
  "info": {
    "title": "Secure Corp Enterprise API",
    "description": "Public and Developer API endpoints for Secure Corp Threat Intelligence & Cloud Defense Platform.",
    "version": "2.4.1",
    "contact": {
      "name": "Secure Corp Developer Relations",
      "email": "api-support@secure-corp.org",
      "url": "https://github.com/Secure-Corp-Org"
    }
  },
  "servers": [
    {
      "url": "https://api.secure.corp.org/v2",
      "description": "Production Cloudflare Worker Edge Gateway"
    },
    {
      "url": "https://staging-api.secure-corp.internal:8443/v1",
      "description": "Legacy Internal Staging Gateway"
    }
  ],
  "paths": {
    "/health": {
      "get": {
        "summary": "System Health Check",
        "responses": {
          "200": {
            "description": "Operational"
          }
        }
      }
    },
    "/telemetry/ingest": {
      "post": {
        "summary": "Ingest Threat Telemetry",
        "responses": {
          "202": {
            "description": "Accepted"
          }
        }
      }
    },
    "/internal/legacy-export": {
      "get": {
        "summary": "Deprecated Legacy Data Dump",
        "responses": {
          "410": {
            "description": "Gone - See Wayback Archive"
          }
        }
      }
    }
  }
}