# ScteTrigger

## Object

### Filters
- **List of List of Maps** (Optional)  
  Outer array is OR-combined; each inner array is AND-combined field matchers.

### Search Range
- **Object** [ScteTriggerSearchRange](https://docs.mediakind.com/api-reference/media-api/schemas/sctetriggersearchrange) (Optional)  
  Bounds the signal search to `[anchor+startOffset, anchor+endOffset]`. Anchor is `time` if present, else dispatch_time (start) or resolved_start (end).
  
#### Properties
- **endOffset** (string, Required)  
  Closes the signal-search window relative to the anchor (ISO 8601 Duration, e.g. "PT2M").
- **startOffset** (string, Required)  
  Opens the signal-search window relative to the anchor (ISO 8601 Duration; negative allowed, e.g. "-PT5M").

### Signal Type
- **enum** (Required)  
  Signal type.
  
#### Allowed Values
- SCTE35
