changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "activities": {
+ "description": "List of activities and things to do",
+ "items": {
+ "properties": {
+ "activities": {
+ "description": "Activity types",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "duration": {
+ "description": "Duration of activity",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "fees_apply": {
+ "description": "Whether fees apply",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "Activity ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "location": {
+ "description": "Activity location",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "park_code": {
+ "description": "Park code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "pets_permitted": {
+ "description": "Whether pets are permitted",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "reservation_required": {
+ "description": "Whether reservation is required",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "short_description": {
+ "description": "Short description of activity",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "title": {
+ "description": "Activity title",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "topics": {
+ "description": "Related topics",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "url": {
+ "description": "Activity URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "returned": {
+ "description": "Number of activities in this response",
+ "type": "number"
+ },
+ "total": {
+ "description": "Total number of activities",
+ "type": "number"
+ }
+ },
+ "required": [
+ "total",
+ "returned",
+ "activities"
+ ],
+ "type": "object"
+}