changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "alerts": {
+ "description": "List of current park alerts",
+ "items": {
+ "properties": {
+ "category": {
+ "description": "Alert category",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "description": {
+ "description": "Alert description",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "Alert ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "last_indexed": {
+ "description": "Last indexed timestamp",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "park_code": {
+ "description": "Park code for this alert",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "title": {
+ "description": "Alert title",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "url": {
+ "description": "Alert URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "returned": {
+ "description": "Number of alerts in this response",
+ "type": "number"
+ },
+ "total": {
+ "description": "Total number of alerts",
+ "type": "number"
+ }
+ },
+ "required": [
+ "total",
+ "returned",
+ "alerts"
+ ],
+ "type": "object"
+}