changedInput schema / properties / end_time / description
Previous value: -"End of time range as ISO 8601. Defaults to current time if omitted."New value: +"End of time range as ISO 8601, in the same forms start_time accepts. Defaults to current time if omitted."
addedInput schema / properties / end_time / pattern
Added value: +"^\\d{4}(-\\d{1,2}(-\\d{1,2})?)?([T ]\\d{2}:\\d{2}(:\\d{2}(\\.\\d+)?)?(Z|[+-]\\d{2}:?\\d{2})?)?$"
addedInput schema / properties / event_type / minLength
Added value: +1
changedInput schema / properties / max_depth_km / description
Previous value: -"Maximum depth in kilometers."New value: +"Maximum depth in kilometers. Bounded to the documented -100 to 1000 km catalog envelope."
addedInput schema / properties / max_depth_km / maximum
Added value: +1000
addedInput schema / properties / max_depth_km / minimum
Added value: +-100
addedInput schema / properties / max_latitude
Added value: +{
+ "description": "Northern edge of a bounding-box search, in degrees.",
+ "maximum": 90,
+ "minimum": -90,
+ "type": "number"
+}
addedInput schema / properties / max_longitude
Added value: +{
+ "description": "Eastern edge of a bounding-box search, in degrees.",
+ "maximum": 360,
+ "minimum": -360,
+ "type": "number"
+}
changedInput schema / properties / min_depth_km / description
Previous value: -"Minimum depth in kilometers. Shallow quakes (0–70 km) typically cause more surface damage than deep quakes (>300 km)."New value: +"Minimum depth in kilometers. Bounded to the documented -100 to 1000 km catalog envelope. Shallow quakes (0–70 km) typically cause more surface damage than deep quakes (>300 km)."
addedInput schema / properties / min_depth_km / maximum
Added value: +1000
addedInput schema / properties / min_depth_km / minimum
Added value: +-100
addedInput schema / properties / min_latitude
Added value: +{
+ "description": "Southern edge of a bounding-box search, in degrees. Independent of the other three box parameters — supply any of them. Must not exceed max_latitude when both are given.",
+ "maximum": 90,
+ "minimum": -90,
+ "type": "number"
+}
addedInput schema / properties / min_longitude
Added value: +{
+ "description": "Western edge of a bounding-box search, in degrees. Range extends beyond ±180 so a box can cross the antimeridian (e.g. min_longitude=170, max_longitude=190) — always keep min_longitude at or below max_longitude rather than inverting the pair.",
+ "maximum": 360,
+ "minimum": -360,
+ "type": "number"
+}
changedInput schema / properties / radius_km / description
Previous value: -"Search radius in kilometers from the lat/lon point. Converted to degrees for EMSC (1° ≈ 111.2 km)."New value: +"Search radius in kilometers from the lat/lon point. Max 20001.6, the ceiling USGS enforces — half the Earth's great-circle circumference. Converted to degrees for EMSC (1° ≈ 111.2 km)."
changedInput schema / properties / radius_km / maximum
Previous value: -20002New value: +20001.6
changedInput schema / properties / start_time / description
Previous value: -"Start of time range as ISO 8601 (e.g. \"2026-01-01\" or \"2026-05-23T00:00:00\"). Defaults to 30 days before end_time (or before the current time) if omitted — applied server-side so USGS and EMSC honor the same window."New value: +"Start of time range as ISO 8601 (e.g. \"2026-01-01\" or \"2026-05-23T00:00:00\"). A bare year expands to January 1st and an unpadded month or day is zero-padded, so both sources honor the same window. Defaults to 30 days before end_time (or before the current time) if omitted — applied server-side so USGS and EMSC honor the same window."
addedInput schema / properties / start_time / pattern
Added value: +"^\\d{4}(-\\d{1,2}(-\\d{1,2})?)?([T ]\\d{2}:\\d{2}(:\\d{2}(\\.\\d+)?)?(Z|[+-]\\d{2}:?\\d{2})?)?$"
addedOutput schema / properties / queryEcho / properties / max_latitude
Added value: +{
+ "description": "Northern bounding-box edge sent upstream, in degrees.",
+ "type": "number"
+}
addedOutput schema / properties / queryEcho / properties / max_longitude
Added value: +{
+ "description": "Eastern bounding-box edge sent upstream, in degrees.",
+ "type": "number"
+}
addedOutput schema / properties / queryEcho / properties / min_latitude
Added value: +{
+ "description": "Southern bounding-box edge sent upstream, in degrees.",
+ "type": "number"
+}
addedOutput schema / properties / queryEcho / properties / min_longitude
Added value: +{
+ "description": "Western bounding-box edge sent upstream, in degrees.",
+ "type": "number"
+}