---
title: "TriggeredPolicy"
url: "https://developers.perryweather.com/apis/perry-weather-webhooks-1/versions/aee3a2cd-955e-467b-98c4-51fddb573453/schemas/TriggeredPolicy"
---

> Full API specification: https://developers.perryweather.com/apis/perry-weather-webhooks-1/versions/aee3a2cd-955e-467b-98c4-51fddb573453.md

# TriggeredPolicy

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: PerryWeather Webhooks (v1.2)
  version: "1.2"
components:
  schemas:
    TriggeredPolicy:
      type: object
      required:
        - type
        - threshold
        - threshold_units
        - all_clear_minutes
      properties:
        type:
          type: string
        threshold:
          type: number
        threshold_units:
          type: string
        all_clear_minutes:
          type: integer
```
