changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "alerts": {
+ "items": {
+ "properties": {
+ "area": {
+ "description": "Affected area description",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "category": {
+ "description": "Alert category",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "certainty": {
+ "description": "Certainty level",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "description": {
+ "description": "Full alert description",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "effective": {
+ "description": "Effective time ISO 8601",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "ends": {
+ "description": "End time ISO 8601",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "event": {
+ "description": "Event type (e.g. Tornado Warning)",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "expires": {
+ "description": "Expiration time ISO 8601",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "headline": {
+ "description": "Alert headline",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "Alert identifier",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "instruction": {
+ "description": "Safety instructions",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "onset": {
+ "description": "Onset time ISO 8601",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "response": {
+ "description": "Recommended response type",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "sender": {
+ "description": "Issuing organization",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "sent": {
+ "description": "Sent time ISO 8601",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "severity": {
+ "description": "Extreme/Severe/Moderate/Minor",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "status": {
+ "description": "Alert status",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "urgency": {
+ "description": "Immediate/Expected/Future/Past",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "count": {
+ "description": "Total number of alerts returned",
+ "type": "number"
+ }
+ },
+ "required": [
+ "count",
+ "alerts"
+ ],
+ "type": "object"
+}