addedOutput schema / additionalProperties
Added value: +true
addedOutput schema / properties / error
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Sanitized error message when success is false.",
+ "title": "Error"
+}
addedOutput schema / properties / fallback_reason
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Fallback Reason"
+}
addedOutput schema / properties / group_by
Added value: +{
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Group By"
+}
addedOutput schema / properties / major_version
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Major Version"
+}
addedOutput schema / properties / measures
Added value: +{
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Measures"
+}
addedOutput schema / properties / method
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "formatted_read_group (19+) or read_group.",
+ "title": "Method"
+}
addedOutput schema / properties / model
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Model"
+}
removedOutput schema / properties / result
Removed value: -{
- "additionalProperties": true,
- "title": "Result",
- "type": "object"
-}
addedOutput schema / properties / row_count
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Row Count"
+}
addedOutput schema / properties / rows
Added value: +{
+ "anyOf": [
+ {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Aggregated group rows.",
+ "title": "Rows"
+}
addedOutput schema / properties / success
Added value: +{
+ "description": "False when the call failed; see error.",
+ "title": "Success",
+ "type": "boolean"
+}
addedOutput schema / properties / tool
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Reporting tool name.",
+ "title": "Tool"
+}
changedOutput schema / required
Previous value: -[
- "result"
-]New value: +[
+ "success"
+]
changedOutput schema / title
Previous value: -"aggregate_recordsOutput"New value: +"AggregateRecordsResponse"