{
  "info": {
    "title": "GitHub Opportunity Due-Diligence",
    "version": "1.0.0"
  },
  "openapi": "3.1.0",
  "paths": {
    "/v1/github-opportunity-dd": {
      "post": {
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "properties": {
                  "issue_url": {
                    "format": "uri",
                    "type": "string"
                  }
                },
                "required": [
                  "issue_url"
                ],
                "type": "object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "Structured due-diligence snapshot"
          },
          "402": {
            "description": "Reserved for future admitted paid activation; not live in this package"
          }
        },
        "summary": "Analyze a public GitHub issue for competition/trust signals",
        "x-paid-activation-state": "OFF_DEMAND_EVIDENCE_REQUIRED"
      }
    }
  }
}
