changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "campgrounds": {
+ "description": "List of campgrounds",
+ "items": {
+ "properties": {
+ "description": {
+ "description": "Campground description",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "fees": {
+ "description": "Camping fees",
+ "items": {
+ "properties": {
+ "cost": {
+ "description": "Fee cost",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "title": {
+ "description": "Fee type title",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "group_sites": {
+ "description": "Number of group sites",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "Campground ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "latitude": {
+ "description": "Latitude coordinate",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "longitude": {
+ "description": "Longitude coordinate",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "Campground name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "park_code": {
+ "description": "Park code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "reservation_info": {
+ "description": "Reservation information",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "rv_sites": {
+ "description": "Number of RV sites",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "tent_only": {
+ "description": "Number of tent-only sites",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "total_sites": {
+ "description": "Total number of campsites",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "url": {
+ "description": "Campground URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "walk_or_boat_to": {
+ "description": "Walk or boat to sites count",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "wheelchair_access": {
+ "description": "Wheelchair accessibility info",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "returned": {
+ "description": "Number of campgrounds in this response",
+ "type": "number"
+ },
+ "total": {
+ "description": "Total number of campgrounds",
+ "type": "number"
+ }
+ },
+ "required": [
+ "total",
+ "returned",
+ "campgrounds"
+ ],
+ "type": "object"
+}