removedInput schema / properties / blue_flag
Removed value: -{
- "description": "Only Blue Flag awarded beaches",
- "type": "boolean"
-}
removedInput schema / properties / category
Removed value: -{
- "description": "Beach character",
- "enum": [
- "tropical",
- "wild",
- "resort",
- "cold",
- "exotic",
- "surf"
- ],
- "type": "string"
-}
changedInput schema / properties / min_sea_temp_c / description
Previous value: -"Minimum typical warm-season sea temperature in °C"New value: +"Minimum mean sea temperature in that month, or of the warmest month when no month is given"
changedInput schema / properties / month / description
Previous value: -"Only beaches in season that month (name or 1-12)"New value: +"Rank and report the sea temperature for this month (name or 1-12)"
changedInput schema / properties / query / description
Previous value: -"Free-text match on name, place, setting, description and tags (e.g. \"snorkelling\", \"dunes\", \"Algarve\")"New value: +"Free-text match on beach name, region or country"
removedInput schema / properties / sand
Removed value: -{
- "description": "Sand/shore match, e.g. \"white\", \"golden\", \"pebble\"",
- "type": "string"
-}
addedInput schema / properties / shore_type
Added value: +{
+ "description": "Shore type, from the beach own Wikidata classes. \"beach\" means Wikidata does not say.",
+ "enum": [
+ "white",
+ "golden",
+ "black",
+ "shingle",
+ "rock",
+ "urban",
+ "river",
+ "nude",
+ "beach"
+ ],
+ "type": "string"
+}