addedInput schema / properties / dimensions / items
Added value: +{
+ "type": "string"
+}
changedInput schema / properties / dimensions / title
Previous value: -"dimensions"New value: +"Dimensions"
changedInput schema / properties / dimensions / type
Previous value: -"string"New value: +"array"
addedInput schema / properties / end_date / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / properties / end_date / title
Previous value: -"end_date"New value: +"End Date"
removedInput schema / properties / end_date / type
Removed value: -"string"
addedInput schema / properties / filters / anyOf
Added value: +[
+ {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / properties / filters / title
Previous value: -"filters"New value: +"Filters"
removedInput schema / properties / filters / type
Removed value: -"string"
addedInput schema / properties / intent
Added value: +{
+ "default": null,
+ "title": "Intent",
+ "type": "string"
+}
changedInput schema / properties / row_limit / title
Previous value: -"row_limit"New value: +"Row Limit"
changedInput schema / properties / row_limit / type
Previous value: -"string"New value: +"integer"
changedInput schema / properties / search_type / title
Previous value: -"search_type"New value: +"Search Type"
addedInput schema / properties / start_date / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / properties / start_date / title
Previous value: -"start_date"New value: +"Start Date"
removedInput schema / properties / start_date / type
Removed value: -"string"
changedInput schema / properties / start_row / title
Previous value: -"start_row"New value: +"Start Row"
changedInput schema / properties / start_row / type
Previous value: -"string"New value: +"integer"
changedInput schema / properties / summary_only / title
Previous value: -"summary_only"New value: +"Summary Only"
changedInput schema / properties / summary_only / type
Previous value: -"string"New value: +"boolean"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$defs": {
+ "SearchAnalyticsResult": {
+ "properties": {
+ "data": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "title": "Data",
+ "type": "array"
+ },
+ "error": {
+ "title": "Error",
+ "type": "string"
+ },
+ "metadata": {
+ "additionalProperties": true,
+ "title": "Metadata",
+ "type": "object"
+ },
+ "summary": {
+ "additionalProperties": true,
+ "title": "Summary",
+ "type": "object"
+ }
+ },
+ "title": "SearchAnalyticsResult",
+ "type": "object"
+ }
+ },
+ "properties": {
+ "result": {
+ "anyOf": [
+ {
+ "$ref": "#/$defs/SearchAnalyticsResult"
+ },
+ {
+ "type": "string"
+ }
+ ],
+ "title": "Result"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "title": "get_search_analyticsOutput",
+ "type": "object"
+}