changedOutput schema / properties / campgrounds / items / properties / accessibility / description
Previous value: -"Free-text accessibility summary (from accessibility.adaInfo), or null if absent/empty."New value: +"Free-text accessibility summary, or null if NPS publishes none."
changedOutput schema / properties / campgrounds / items / properties / amenities / description
Previous value: -"Key amenities as booleans, normalized from NPS's mixed array/string amenity fields. The campground's NPS page has the full amenity list."New value: +"Key amenities: true, false, or null when NPS published no value (unknown, not absent). The campground's NPS page has the full amenity list."
changedOutput schema / properties / campgrounds / items / properties / amenities / properties / dumpStation / description
Previous value: -"RV dump station available."New value: +"RV dump station available, or null when NPS published no value."
changedOutput schema / properties / campgrounds / items / properties / amenities / properties / dumpStation / type
Previous value: -"boolean"New value: +[
+ "boolean",
+ "null"
+]
changedOutput schema / properties / campgrounds / items / properties / amenities / properties / potableWater / description
Previous value: -"Drinking water available on site."New value: +"Drinking water available on site, or null when NPS published no value."
changedOutput schema / properties / campgrounds / items / properties / amenities / properties / potableWater / type
Previous value: -"boolean"New value: +[
+ "boolean",
+ "null"
+]
changedOutput schema / properties / campgrounds / items / properties / amenities / properties / rvAllowed / description
Previous value: -"RVs permitted."New value: +"RVs permitted, or null when NPS published no value."
changedOutput schema / properties / campgrounds / items / properties / amenities / properties / rvAllowed / type
Previous value: -"boolean"New value: +[
+ "boolean",
+ "null"
+]
changedOutput schema / properties / campgrounds / items / properties / amenities / properties / showers / description
Previous value: -"Showers available."New value: +"Showers available, or null when NPS published no value."
changedOutput schema / properties / campgrounds / items / properties / amenities / properties / showers / type
Previous value: -"boolean"New value: +[
+ "boolean",
+ "null"
+]
changedOutput schema / properties / campgrounds / items / properties / amenities / properties / toilets / description
Previous value: -"Toilets (flush or vault) available."New value: +"Toilets of any type (flush, vault, portable, composting) available, or null when NPS published no value."
changedOutput schema / properties / campgrounds / items / properties / amenities / properties / toilets / type
Previous value: -"boolean"New value: +[
+ "boolean",
+ "null"
+]
changedOutput schema / properties / campgrounds / items / properties / amenities / properties / trashCollection / description
Previous value: -"Trash/recycling collection on site."New value: +"Trash/recycling collection on site, or null when NPS published no value."
changedOutput schema / properties / campgrounds / items / properties / amenities / properties / trashCollection / type
Previous value: -"boolean"New value: +[
+ "boolean",
+ "null"
+]
changedOutput schema / properties / campgrounds / items / properties / url / description
Previous value: -"Campground's NPS.gov page, or null — the source for the full amenity/site detail trimmed here."New value: +"Campground's NPS.gov page with the full amenity and site detail, or null."
changedOutput schema / properties / notice / description
Previous value: -"Guidance when no campgrounds matched."New value: +"Guidance on the result set: where else to look when no campgrounds matched, the start value for the next page when more matched, or the way back when start ran past the end."
addedOutput schema / properties / truncated
Added value: +{
+ "description": "True when more campgrounds matched than this response returned; absent on a complete result.",
+ "type": "boolean"
+}