changedInput schema / properties / denomination / description
Previous value: -"Optional denomination filter, e.g. 'Baptist'."New value: +"Optional case-insensitive denomination filter."
addedInput schema / properties / denomination / examples
Added value: +[
+ "Baptist",
+ "Catholic",
+ "Non-denominational"
+]
changedInput schema / properties / lat / description
Previous value: -"Latitude of the search center."New value: +"Latitude of the search center, in decimal degrees."
addedInput schema / properties / lat / examples
Added value: +[
+ 34.0522
+]
addedInput schema / properties / lat / maximum
Added value: +90
addedInput schema / properties / lat / minimum
Added value: +-90
addedInput schema / properties / limit / default
Added value: +10
changedInput schema / properties / limit / description
Previous value: -"Max results (default 10, max 25)."New value: +"Maximum number of churches to return."
addedInput schema / properties / limit / maximum
Added value: +25
addedInput schema / properties / limit / minimum
Added value: +1
changedInput schema / properties / lng / description
Previous value: -"Longitude of the search center."New value: +"Longitude of the search center, in decimal degrees."
addedInput schema / properties / lng / examples
Added value: +[
+ -118.2437
+]
addedInput schema / properties / lng / maximum
Added value: +180
addedInput schema / properties / lng / minimum
Added value: +-180
addedInput schema / properties / radius_miles / default
Added value: +25
changedInput schema / properties / radius_miles / description
Previous value: -"Search radius in miles (default 25, max 100)."New value: +"Search radius in miles."
addedInput schema / properties / radius_miles / maximum
Added value: +100
addedInput schema / properties / radius_miles / minimum
Added value: +1