addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / action / description
Removed value: -"Choose one of: geo_by_coordinates, geo_by_ip, city_prefix_search"
removedInput schema / properties / action / title
Removed value: -"Action"
removedInput schema / properties / ip / description
Removed value: -"Required if action is geo_by_ip"
removedInput schema / properties / ip / title
Removed value: -"Ip"
removedInput schema / properties / latitude / description
Removed value: -"Required if action is geo_by_coordinates"
removedInput schema / properties / latitude / title
Removed value: -"Latitude"
removedInput schema / properties / longitude / description
Removed value: -"Required if action is geo_by_coordinates"
removedInput schema / properties / longitude / title
Removed value: -"Longitude"
removedInput schema / properties / prefix / description
Removed value: -"Required if action is city_prefix_search"
removedInput schema / properties / prefix / title
Removed value: -"Prefix"
addedInput schema / properties / query
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Optional JMESPath expression applied to the results after the API call, for client-side filtering and projection. Field names are exactly what the Zscaler API returns. Examples: \"[?enabled==`true`]\", \"[*].{name: name, id: id}\", \"length(@)\". Omit to get the full records."
+}
removedInput schema / properties / service
Removed value: -{
- "default": "zia",
- "description": "The service to use.",
- "title": "Service",
- "type": "string"
-}
removedInput schema / title
Removed value: -"zia_geo_search_toolArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "anyOf": [
- {
- "additionalProperties": true,
- "type": "object"
- },
- {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "type": "array"
- },
- {
- "type": "string"
- }
- ],
- "title": "Result"
- }
- },
- "required": [
- "result"
- ],
- "title": "zia_geo_search_toolOutput",
- "type": "object"
-}New value: +null