{
  "properties": {
    "card_id": {
      "description": "Card ID to update",
      "title": "Card Id",
      "type": "string"
    },
    "strategy_id": {
      "description": "Strategy ID",
      "title": "Strategy Id",
      "type": "string"
    },
    "updates": {
      "additionalProperties": true,
      "description": "Slot values to update \u2014 smart card params, condition fields, or combinator fields",
      "title": "Updates",
      "type": "object"
    }
  },
  "required": [
    "strategy_id",
    "card_id",
    "updates"
  ],
  "title": "builder_update_conditionArguments",
  "type": "object"
}
