{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "request_warm_intro request",
  "type": "object",
  "properties": {
    "investor_id": {
      "type": "string",
      "description": "Canonical investor ID to request an intro for."
    },
    "community_slug": {
      "type": "string",
      "description": "Community slug where intro matching should run (e.g. mit, odf, tribe)."
    }
  },
  "required": ["investor_id", "community_slug"]
}
