# LiveEventPatchSchema

## object

### properties

- **LiveEventPropertiesPatch** [Required]  
  The properties of the live event.

- **pipeline** [Optional]  
  Not currently supported. AI pipeline settings

- **arguments** [Optional]  
    Arguments to each operation in the AI pipeline

- **[any key]**   
        - **name** [Required]  
          1-260 characters
          pattern: ^[A-Za-z0-9_-]+$
          The name of the argument
        - **value** [Required]  
          Any value

- **name** [Optional]  
        0-255 characters
        The name of the AI pipeline the Transform will execute.
