removedOutput schema / properties / data / properties
Removed value: -{
- "alerts": {
- "description": "Active alerts in the order returned by NWS.",
- "items": {
- "additionalProperties": false,
- "properties": {
- "affected_zones": {
- "description": "NWS zone URLs covered by the alert.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "area_description": {
- "description": "Human-readable list of affected areas.",
- "type": [
- "string",
- "null"
- ]
- },
- "certainty": {
- "description": "CAP certainty - Observed / Likely / Possible / Unlikely / Unknown.",
- "type": [
- "string",
- "null"
- ]
- },
- "description": {
- "description": "Alert narrative, truncated to 2000 characters when description_truncated is true.",
- "type": [
- "string",
- "null"
- ]
- },
- "description_truncated": {
- "description": "True when the narrative was truncated at 2000 characters.",
- "type": "boolean"
- },
- "effective": {
- "description": "Time the alert becomes effective.",
- "type": [
- "string",
- "null"
- ]
- },
- "ends": {
- "description": "Expected end of the hazard.",
- "type": [
- "string",
- "null"
- ]
- },
- "event": {
- "description": "Event type such as Extreme Heat Warning.",
- "type": [
- "string",
- "null"
- ]
- },
- "expires": {
- "description": "Time the alert message expires.",
- "type": [
- "string",
- "null"
- ]
- },
- "headline": {
- "description": "NWS headline for the alert.",
- "type": [
- "string",
- "null"
- ]
- },
- "id": {
- "description": "NWS alert identifier (CAP urn:oid form).",
- "type": "string"
- },
- "instruction": {
- "description": "Protective action instruction issued by NWS.",
- "type": [
- "string",
- "null"
- ]
- },
- "message_type": {
- "description": "CAP message type - Alert / Update / Cancel.",
- "type": [
- "string",
- "null"
- ]
- },
- "onset": {
- "description": "Expected start of the hazard.",
- "type": [
- "string",
- "null"
- ]
- },
- "sender_name": {
- "description": "Issuing office such as NWS Las Vegas NV.",
- "type": [
- "string",
- "null"
- ]
- },
- "sent": {
- "description": "Time the message was sent.",
- "type": [
- "string",
- "null"
- ]
- },
- "severity": {
- "description": "CAP severity - Extreme / Severe / Moderate / Minor / Unknown.",
- "type": [
- "string",
- "null"
- ]
- },
- "status": {
- "description": "CAP status such as Actual / Exercise / Test.",
- "type": [
- "string",
- "null"
- ]
- },
- "urgency": {
- "description": "CAP urgency - Immediate / Expected / Future / Past / Unknown.",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "id",
- "event",
- "severity",
- "certainty",
- "urgency",
- "status",
- "message_type",
- "area_description",
- "sender_name",
- "effective",
- "expires",
- "description_truncated",
- "affected_zones"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "count": {
- "description": "Number of active alerts returned.",
- "type": "integer"
- },
- "query": {
- "additionalProperties": false,
- "properties": {
- "lat": {
- "description": "Latitude queried, when a point was supplied.",
- "type": [
- "number",
- "null"
- ]
- },
- "lon": {
- "description": "Longitude queried, when a point was supplied.",
- "type": [
- "number",
- "null"
- ]
- },
- "state": {
- "description": "Area code queried, when a state was supplied.",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "lat",
- "lon",
- "state"
- ],
- "type": "object"
- }
-}