{
  "version": 1,
  "families": {
    "tornado": {
      "accent": "#d71920",
      "eyebrow": "WEATHER ALERT",
      "instruction": "TAKE SHELTER NOW",
      "priority": 100,
      "interrupt": "immediate",
      "followWith": "warning-map"
    },
    "severe_thunderstorm": {
      "accent": "#f5c400",
      "eyebrow": "SEVERE WEATHER ALERT",
      "instruction": "MOVE INDOORS",
      "priority": 90,
      "interrupt": "immediate",
      "followWith": "warning-map"
    },
    "flash_flood": {
      "accent": "#00a651",
      "eyebrow": "FLOOD ALERT",
      "instruction": "TURN AROUND, DON’T DROWN",
      "priority": 90,
      "interrupt": "immediate",
      "followWith": "warning-map"
    },
    "heat": {
      "accent": "#ff7a00",
      "eyebrow": "HEAT ALERT",
      "instruction": "LIMIT OUTDOOR ACTIVITY",
      "priority": 60,
      "interrupt": "next-break",
      "followWith": null
    },
    "dense_fog": {
      "accent": "#aeb7c2",
      "eyebrow": "TRAVEL ALERT",
      "instruction": "SLOW DOWN · USE LOW BEAMS",
      "priority": 50,
      "interrupt": "next-break",
      "followWith": null
    },
    "winter": {
      "accent": "#56b4ff",
      "eyebrow": "WINTER WEATHER ALERT",
      "instruction": "USE CAUTION WHILE TRAVELING",
      "priority": 70,
      "interrupt": "next-break",
      "followWith": null
    },
    "high_wind": {
      "accent": "#a974ff",
      "eyebrow": "WIND ALERT",
      "instruction": "SECURE LOOSE OBJECTS",
      "priority": 65,
      "interrupt": "next-break",
      "followWith": null
    },
    "air_quality": {
      "accent": "#9c6ade",
      "eyebrow": "AIR QUALITY ALERT",
      "instruction": "LIMIT PROLONGED OUTDOOR ACTIVITY",
      "priority": 40,
      "interrupt": "playlist",
      "followWith": null
    },
    "special_weather": {
      "accent": "#00d4ff",
      "eyebrow": "LOCAL WEATHER UPDATE",
      "instruction": "STAY WEATHER AWARE",
      "priority": 55,
      "interrupt": "next-break",
      "followWith": "warning-map"
    },
    "generic": {
      "accent": "#00d4ff",
      "eyebrow": "WEATHER ALERT",
      "instruction": "STAY ALERT FOR CHANGING CONDITIONS",
      "priority": 40,
      "interrupt": "playlist",
      "followWith": null
    }
  }
}
