addedOutput schema / properties / active_count
Added value: +{
+ "type": "number"
+}
removedOutput schema / properties / body
Removed value: -{
- "description": "ISO bulletin XML content as text",
- "type": "string"
-}
removedOutput schema / properties / format
Removed value: -{
- "description": "Data format",
- "enum": [
- "xml"
- ],
- "type": "string"
-}
addedOutput schema / properties / returned
Added value: +{
+ "type": "number"
+}
addedOutput schema / properties / source
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / warnings
Added value: +{
+ "items": {
+ "properties": {
+ "areas": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "certainty": {
+ "type": "string"
+ },
+ "color": {
+ "type": "string"
+ },
+ "description": {
+ "type": "string"
+ },
+ "event": {
+ "type": "string"
+ },
+ "expires": {
+ "type": "string"
+ },
+ "headline": {
+ "type": "string"
+ },
+ "onset": {
+ "type": "string"
+ },
+ "probability_pct": {
+ "type": "number"
+ },
+ "severity": {
+ "type": "string"
+ },
+ "typical_impacts": {
+ "type": "string"
+ },
+ "updated": {
+ "type": "string"
+ },
+ "urgency": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
removedOutput schema / required
Removed value: -[
- "format",
- "body"
-]