{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "add_target_investor request",
  "type": "object",
  "properties": {
    "investor_id": {
      "type": "string",
      "description": "Canonical investor ID to add to the user's target list."
    },
    "community_slug": {
      "type": "string",
      "description": "Optional community context for the target (enables community-scoped intro matching)."
    },
    "notes": {
      "type": "string",
      "description": "Optional user notes about why this investor is targeted."
    }
  },
  "required": ["investor_id"]
}
