{
  "properties": {
    "card_id": {
      "description": "Card ID to rename",
      "title": "Card Id",
      "type": "string"
    },
    "new_name": {
      "description": "New strategy-scoped agent-facing identifier. snake_case, 1\u201348 chars, leading letter, unique within the strategy. Cannot be one of {entry, exit, gate, overlay} or match the auto-ID shape 'c_<8 hex chars>'.",
      "title": "New Name",
      "type": "string"
    },
    "strategy_id": {
      "description": "Strategy ID",
      "title": "Strategy Id",
      "type": "string"
    }
  },
  "required": [
    "strategy_id",
    "card_id",
    "new_name"
  ],
  "title": "builder_rename_conditionArguments",
  "type": "object"
}
